Hi
I want to have a parameter field with two values to select from a drop down list. When one is selected, i want to display on the parameter form 3 parameter input fields, and when the other value is selected, i want to display 4 DIFFERENT sets of parameter input fields.
is this possible?
Software/Hardware used:
ORACLE REPORTS
ASKED:
January 16, 2011 2:14 AM
UPDATED:
October 5, 2011 9:24 AM
IMO, Rerports’ parameter forms are not meant to be that dynamic. If you need that kind of functionality I would recommend to do it in a forms application, from which you would then call the report.
thanks for the reply Carlos,
I had a feeling i would have to resort to using the Forms, which i was trying to prevent.