I want to make a report that gives the user the option to do one of following:
(1) Select Top 5 Used Profile IDs
(2) Select Top 5 Random Profile IDs
(3) Choose Up to 5 Desired Profile IDs
How can I make a parameter that once selected will either, with option 1 or 2 pass the selected IDs from a SQL Command, or with option 3 to select the profile IDs themselves? Is this possible?
I am using CR 11.5 and this will be implemented with the Viewer through a front-end application.