Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Please kindly assist me how can I get the total value at button ?
My requirement -
sample model attached.
Hi, I am attaching the application with Totals at the bottom 😉
Best Regards,
Angel Tomov
Hi Suvechha,
pls find attached image.
BR
Martin
Hello, How can i do it for a pivot table ? Thank you.
for pivot table we don't have any option to display Total in bottom.
Hii @suvechha_b ,
you can show totals at top in pivot by enabling the show total tab under your dimension tab.
Thank You.
Hi @suvechha_b ,
This is possible using Dummy Dimension, Try this :
Dim :
Load * inline [
Dsort
1
2];
Then in your Pivot Table :
Dimension : Pick (Dsort,Claims_band,'Total')
That's it. Then in sorting just change the sorting for your dimension to Sort by expression & use : Pick(Dsort,-(Measure1),5) & sort it as descending. Try this out & let me know if it worked for you. Refer below link, they had a similar use case :
https://community.qlik.com/t5/New-to-Qlik-Sense/Table-with-max-Min-and-Avg-Value/m-p/2160350#M244116
Regards,
Rohan.