11 reputation
3
bio website
location
age
visits member for 6 months
seen May 2 at 19:17
stats profile views 2

Mar
26
comment multi parameters in SQL for DB2, using SSRS
The value should bring back the query results for that parameter set only, much as it would if you manually replaced the values in your IN statement.
Mar
26
comment multi parameters in SQL for DB2, using SSRS
Yes that is correct.
Mar
26
comment multi parameters in SQL for DB2, using SSRS
Well, as I mentioned, i am NEW to this. Coming from Hyperion Intelligence Explorer which is a whole other animal. This is just for POC so we installed SSRS 2008 / Visual Studio and I created a test report. I added in some SQL (I'll have to put in a another comment due to comment length) to hit our DB2 tables and using only ONE fill in parameter, it worked fine. Once I supplied default parameters, error-town. Everything I'm reading just says "Oh, create a custom join or function for your parameters" but I'm afraid I'm not grasping it.
Feb
7
comment VBA paste method
I looked at that link and would like to use something like this : Worksheets(sheetFrom).Cells(fromRow, fromCol).Copy Worksheets(sheetTo).Cells(toRow, toCol).Paste Link:=True but I'm not sure how to use relative references in that syntax without it erroring
Nov
22
comment error with method, .class missing, OR int cannot be dereferenced
Thank you very much. I still have a lot of work but you helped me a lot :)
Nov
22
comment error with method, .class missing, OR int cannot be dereferenced
I updated the method in the question and still have same .class error. I really appreciate your feedback...what would you advise?
Nov
22
comment error with method, .class missing, OR int cannot be dereferenced
Oh thanks... I meant to rename and change the IsRepeat() method but I got wrapped up in all the issues with GetNumbers...this is what IsNotRepeat should look like...
Nov
15
comment VBA code works in step-through, skips a file when run
Thank you so much, I truly appreciate your looking at this hotmess. No matter how many tutorials I read I can't seem to find really clear explanations on working on these.