selected parameter
Hello, I have a product parameter in the report (text). I want to show the not selected values in a textbox? how can i do it? also i need to use the unselected values in a query.
April 8th, 2011 12:14pm

Can't you create a dataset with something like SELECT ProductName FROM TableName WHERE ProductName NOT IN (@ProductParamter) and capture the results in a table?
Free Windows Admin Tool Kit Click here and download it now
April 8th, 2011 2:54pm

I need something like - productname not like @productParameter . Not In won't work for me since i need the exact productname .... For example productname not like '%a%' and productname not like '%b%' .....
April 8th, 2011 3:00pm

I am confused. The select statement will give you product names that were not selected in the parameter. Is't it what you wanted? Please clarify.
Free Windows Admin Tool Kit Click here and download it now
April 8th, 2011 3:09pm

OK i understand. I used the query yoy wrote to select the unselected productNames and used it as a parameter to another query i'm using the unselected productnames.
April 8th, 2011 3:12pm

So you are all set now, correct?
Free Windows Admin Tool Kit Click here and download it now
April 8th, 2011 3:21pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics