Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have this table:

I need this result:

I need in QlikView the same comand SQL, for exemplo select sum(total) from table where FTEC_Arvore like FTEC_Arvore + '*'
Or other solution....
Thanks!
see this link the solution;
http://community.qlik.com/message/450309?et=watches.email.thread#450309
Hi.
You can parse the hierarchy FTEC_Arvore in script with SubField function.
Create separate field for each level.
Then you can easily calculate total in pivot table.
Hi,
Yes, it's possible. But i don't want create many column i need 1 column, because the tree grows without limits...
Don't understand the result.
You have many rows and three sets of rows that overlap with each other.
So you can get three values. How the resulting table should look like ?
I need sum the node, for example:
sum the node 12250/20207
sum the node 12250/20207/35426
sum the node 12250/20207/35426/35734
view this link about more informations:
http://community.qlik.com/message/450309?et=watches.email.thread#450309
see this link the solution;
http://community.qlik.com/message/450309?et=watches.email.thread#450309