I am using SAP Crystal reports 2013 version 14.1.1.1036.
I have a table in the database that has 10 application fields (App#0 to App#9) and their corresponding application versions (appversion#0 to appversion#9)
I have created a new parameter using dynamic cascading that prompts the user to Select an Application: and select the corresponding Application Version: The value for this fields are taken from App#0 and Appversion#0 respectively.
I want to select all records in the database where application corresponds to the selected App and Appversion. So in the select expert I have used this parameter and it shows me the correct records.
The problem now is- The app that user selects can be in any of the database fields from app#0 to app#9. It is not necessary that it will always be in the app#0 field. So, I want crystal report to check all the database fields from app#0 to app#9 with the parameter that the user selects. How can I do that without creating multiple parameters?