Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

SubTotal

Hello,

I have a pivot table with Typical information Actual Year -Budget - Last Year. The pivot goes well. But Budget dont have a column in excel, just bring information to account level so for each account qlikview obviously repeat the same total.

So I would like to show only the the subtotal budget when I do clic (Drill Down) on the last level. All value they have to be null...

I put an excel example for better understanding.

Thanks!

1 Solution

Accepted Solutions
sunny_talwar

Can you try the attached

View solution in original post

5 Replies
sunny_talwar

Would you be able to share the sample application to try it out?

pgalvezt
Specialist
Specialist
Author

Hi Sunny,

Left a qvw example...

sunny_talwar

Can you try the attached

pgalvezt
Specialist
Specialist
Author

Nice Sunny Thanks!

Could You pls explain how did you get this?

sunny_talwar

Dimensionality() function returns a different number based on the collapsed/expanded dimension. In your case you have three dimensions, when we have all expanded, dimensionality() gives 3

Capture.PNG

When the DescrFormREM is collapsed, dimensionality() will give 2

Capture.PNG

and so on...

Using that I told the expression to show Plan when Dimensionality() <= 2