Hi
I'm doing some testing on Cascading dynamic prompts. The 'issue' is found in XI, XI R2 and 2008.
Do Use the customer table from the Xtreme Sample 11.5 database (part of XI R2) - can be downloaded at
Insert Country, Region and City fields in the report and get 269 records.
Now Create a Dynamic Cascading prompt using the 3 previously mentioned fields. Allow Multiple values on all 3 levels.
Use the Select Expert and set Selection Formula:
Add all Countries, all Regions and All Cities when prompted
Now only 265 records are returned.
What is done wrong, and how can it be solved...
Regards Poul
I'm doing some testing on Cascading dynamic prompts. The 'issue' is found in XI, XI R2 and 2008.
Do Use the customer table from the Xtreme Sample 11.5 database (part of XI R2) - can be downloaded at
Insert Country, Region and City fields in the report and get 269 records.
Now Create a Dynamic Cascading prompt using the 3 previously mentioned fields. Allow Multiple values on all 3 levels.
Use the Select Expert and set Selection Formula:
Code:
{Customer.City} = {?City} and
{Customer.Region} = {?Region} and
{Customer.Country} = {?Country}
Add all Countries, all Regions and All Cities when prompted
Now only 265 records are returned.
What is done wrong, and how can it be solved...
Regards Poul