Hi, I have a requirement to develop a report that has some dynamic columns based on user date selections and after those are laid out I need a couple of static columns.
Example:
SALES_PER1 SALES_PER2 SALES_PER3... TARGET_AMT BUDGET_AMT
Can this be done? The only reports I can think that I've done are either all dynamic columns or all fixed columns.
Can anyone provide some ideas or answers?
Thanks!
Hi,
in the query definition you could use the new supress zero functionality for structure elements.
Add the characteristic sales_per1 to your columns. Also add a structure with 3 elemnents (Keyfigure to show for SALES_PER1, TARGET_AMT, BUDGET_AMT).
Now you have to make sure that TARGET_AMT, BUDGET_AMT are 0 for each SALES_PER (you might need to restrict those properly) and show correct values for the result
Use the functionality to apply zero supression also to this structure.
Now you should see for each SALES_PER the value and for the result line all 3 structure elements.
Or: In your Workbook / Web Template add a second query for the static columns part.
Heike
Add a comment