highlighter
IS-IT--Management
I need to create 5 prompts for a report.
Prompt #1. Product Name
Prompt #2. Product Version
Prompt #3. Version
Prompt #4. Release
Prompt #5. Suffix
For example, Product Name = DB2, Product Version = DB2 for OS/390, Version = 7, Release = 1, Suffix = 112
I want the user to be able to choose:
- a single value for Product Name
- multiple values for Product Version, which are dynamically generated according to the selected Product Name
- multiple values for Version, which are dynamically generated according to the selected Product Name and Product Version(s)
- and so on for Release and Suffix
- prompt #2 will appear once the user has selected from prompt #1, prompt #3 will appear once the user has selected from prompt #2, etc.
The report is retrieving data from a SQL server. What do I need to do to program the Crystal Report View to accomplish dynamically generated successive prompts for the user?
Prompt #1. Product Name
Prompt #2. Product Version
Prompt #3. Version
Prompt #4. Release
Prompt #5. Suffix
For example, Product Name = DB2, Product Version = DB2 for OS/390, Version = 7, Release = 1, Suffix = 112
I want the user to be able to choose:
- a single value for Product Name
- multiple values for Product Version, which are dynamically generated according to the selected Product Name
- multiple values for Version, which are dynamically generated according to the selected Product Name and Product Version(s)
- and so on for Release and Suffix
- prompt #2 will appear once the user has selected from prompt #1, prompt #3 will appear once the user has selected from prompt #2, etc.
The report is retrieving data from a SQL server. What do I need to do to program the Crystal Report View to accomplish dynamically generated successive prompts for the user?