I am new to Actuate report development. I have only had the beginner’s class in this.
We have a project assignment to build front-ends to be accessed through the web for reports that have been developed as SQL Server stored procedures.
I would like to come up with code which will display dropdown lists based on a prior selection.
For example, a dropdown list of a category is displayed. Depending on the value of the category, a corresponding subcategory should be displayed showing those values that relate to the category value. What is the most appropriate way to build/populate ‘dynamic’ dropdown lists based on a prior value being selected? What method is utilized (e.g. BrowserCode, etc?)
I have not been able to find any examples of this so far. If someone can offer any ideas, I’d appreciate it.
Thank you.
We have a project assignment to build front-ends to be accessed through the web for reports that have been developed as SQL Server stored procedures.
I would like to come up with code which will display dropdown lists based on a prior selection.
For example, a dropdown list of a category is displayed. Depending on the value of the category, a corresponding subcategory should be displayed showing those values that relate to the category value. What is the most appropriate way to build/populate ‘dynamic’ dropdown lists based on a prior value being selected? What method is utilized (e.g. BrowserCode, etc?)
I have not been able to find any examples of this so far. If someone can offer any ideas, I’d appreciate it.
Thank you.