Viewing 9 posts - 1 through 9 (of 9 total)
I figured it out. In my sql statement I specified the following:
charindex(rtrim(SOP30200.STATE),@testing) >0
and set my value associated to label A to: (state "space" state )
IL KS MI
The report...
July 30, 2009 at 12:47 pm
I will check out the link and hopefully test it tonight, Thanks for your reply..what is the easiest method?
July 28, 2009 at 11:22 am
thanks for your help. I will test this today
April 23, 2009 at 10:06 am
The only records I want to be pulled if (@test) = 1 would also have to have a POP30300.TRXSORCE value like 'recvg%'
If (@test) = '2' then POP30300.TRXSORCE must also be...
April 22, 2009 at 8:59 am
any help on this would be greatly appreciated
April 22, 2009 at 7:01 am
I have attached the full query. I am now getting an error "must declare the scalar variable for @start" I have never worked with scalar variables.
SELECT POP30310.PONUMBER, POP30310.ITEMNMBR, POP30310.ITEMDESC, POP30300.GLPOSTDT,...
April 21, 2009 at 2:41 pm
not sure. the value could be just 1 or 1,2 or 1,3 or 2,4. could be any combination. 1,2,3,4
April 20, 2009 at 1:30 pm
I still receive the following error when selecting multiple values in the @type multi-select parameter. Invalid syntax near ','.
I only receive it when select more than one value in...
April 20, 2009 at 1:23 pm
One thing that I forgot to mention is that the @type field is a multi-selection field, with 4 possible selections. 2 of the available values to select rely on 'abc%'...
April 20, 2009 at 12:47 pm
Viewing 9 posts - 1 through 9 (of 9 total)