RobHVB6Sql
Programmer
CR8.5 /SQL
Sorry, I'm obviously missing something here, read several threads, but no help.
I have two groups and wish to allow the user to choose to use the second (sub) group or not. They always want to see all records.
I have a string parameter @Group1 passed in, but I don't know how to associate the formula.
If I place it in the group selection area all records disappear.
Rob Hasard
(VB6 /SQL 7.0)
Sorry, I'm obviously missing something here, read several threads, but no help.
I have two groups and wish to allow the user to choose to use the second (sub) group or not. They always want to see all records.
I have a string parameter @Group1 passed in, but I don't know how to associate the formula.
If I place it in the group selection area all records disappear.
Code:
If {?@Group1} = "Yes" then
TRUE
else
"No"
Rob Hasard
(VB6 /SQL 7.0)