Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to implement this formula in QlikView?
thank you
Hello,
I amusing PE, but I understood from the excel formula, is that you need to show the value for duplicate row and 0 otherwise.
You can try below in you straight table expression:
if(Count = aggr(above(Count,0),shipment), 0, Count)
If anything else then please share with us as suggested by Robert_Mika
Thanks,
Singh
During weekend most of the user are using PE edition like myself.
Could you describe your requirements or post screenshot?
Hello,
I amusing PE, but I understood from the excel formula, is that you need to show the value for duplicate row and 0 otherwise.
You can try below in you straight table expression:
if(Count = aggr(above(Count,0),shipment), 0, Count)
If anything else then please share with us as suggested by Robert_Mika
Thanks,
Singh
thank you 😃
if(Count = aggr(above(Count,0),shipment), 0, Count)
if were I to refer to previous calculations?
this is possible in Qv?
here are a couple of examples
You cannot refer cells in the expression in qlikview. But you can do is play around with Above and Below functions in qlikview.
If you need to further use the calculation expression in other then you can use it directly by the Name of the calculated expression.
ex:
Sum of Sales = expr1: sum(Sales)
Reduce Sales = expr2: [Sum of Sales]-1000
Hope this was helpful.
Thanks,
Singh