Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need help how to in QlikView for pivot, add column with (total) sum for rows, it is necessary for the dates from 01/01/2016 to 01/31/2016?
See pics
While loading script create field with rowno() as cnt , then use count(cnt) in pivot.
Vikas
thanks for the answer, I do not understand on what you mean, can you give me an example of code to write what you think?
Use in pivot
Load in script
Result
Please help?!
Hi Zeljko,
Use dimensionality and secondarydimensionality() functions.
Something like this:
If(Dimensionality() = 1 and SecondaryDimensionality()=0,Cound(Distinct Date),YourExpression)
Regards!!!
Thanks a lot, helped me all the answers, I succeed to find a solution with this code:
=aggr(NODISTINCT num(sum({<mesec={[1]}>}masa)),sifra)