Using CR XI
Hello --
How can I add "ALL" to the list of selectable parameter values generated dynamically from a field?
OR
Can I set the source for the "Allow Multiple value" parameter list to something like this SQL, or a view containing it?
SELECT DISTINCT(PgmStatus) FROM <table> UNION SELECT 'ALL'
Thanks for any help,
Stephen Mehl
Hello --
How can I add "ALL" to the list of selectable parameter values generated dynamically from a field?
OR
Can I set the source for the "Allow Multiple value" parameter list to something like this SQL, or a view containing it?
SELECT DISTINCT(PgmStatus) FROM <table> UNION SELECT 'ALL'
Thanks for any help,
Stephen Mehl