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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
josecanalla
Creator
Creator

Get value of pivot table

Hello, I have this model loaded (note that ADM_PLAN_CUENTA-Expandednodes1 is a hierarchy table)

Screenshot_4.png

With this I create a pivot table which works correctly:

Screenshot_3.png

Now, I want to know by code the value, for example, of "RECURSOS CORRIENTES" to do a calculation with this. It is the sum of the nodes below this. I need exact the same value I can see in the pivot table, month by month.

How can I get it?

Thanks!

2 Replies
mgranillo
Specialist
Specialist

Jose,

I recommend looking into the aggr function.  I can't be more specific with the given information.

What code are you talking about?

Mike

josecanalla
Creator
Creator
Author

Mike, thanks for your reply. I don't see how the Aggr function help me.

I am talking about code for example in a KPI chart. I want to take the value of the pivot table.

Thanks!