Hi,
We have a requirement to use cascading prompt with derived tables. The value from the prompt will be passed to HANA parameter.
The Hierarchy of the cascading prompts is Business Unit > Country> Region> Branch Name.
Below is the sample query.
- PLACEHOLDER."$$v_Business_Unit$$" => @prompt(‘Business Unit:’,Geography\lov_BusinessUnit,…
- PLACEHOLDER."$$v_Country$$" =>@prompt(‘Country:’,Geography\lov_Country,…
The cascading logic is applied on “lov_Country” List of values. Though the prompt text is passed same for first and second parameter (Prompt from Cascading LOV query has both Business Unit and Country Prompt)prompt Business Unit is displayed twice and then Country. All the parameters in the derived tables are mandatory and cannot be removed.
Is there any way to fix this without removing any parameters from the query.
Please help
Thanks,
Mahesh.M