Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a requirement to show and hide row with subtotals in qlik table dynamically.
Straight table with 5 columns and total. If user selects Umbrella Name as a filter than Umbrella Names should show on the table grouped with their ID/funds and subtotal line. If it is not selected that it show straight table with Overall total.
Please let me know how this can be achieved dynamically.
Attaching the screenshot for example.
Hi, I'm not sure of hte requeriments, but if it helps as hint: maybe you can add 2 times the dimension, and use the 'show if condition'.
One will have the condition: "Count(Distinct Umbrella)>1" and the totals enabled.
The other will have the condition: "Count(Distinct Umbrella)=1" and the totals disabled.