Have you tried with Stored Procedure universe? Based on the dynamism of the data you can decide your approach. - If your data is static for least a day, You can try with materialized views and apply the prompted at report level. - If the volume of the resultset is small, try withderived table with prompts.
↧