Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

data on the previous lines

Hi,

How to implement this formula in QlikView?

thank you

1 Solution

Accepted Solutions
Not applicable
Author

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

View solution in original post

7 Replies
robert_mika
Master III
Master III

During weekend most of the user are using PE edition like myself.

Could you describe your requirements or post screenshot?

Not applicable
Author

thanks for the response

screenshot

Can I get this formula in QV?

test = 11 in cell

"

SUMIFS

"

!TestQV.png

Not applicable
Author

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

Not applicable
Author

thank you 😃

Not applicable
Author

if(Count = aggr(above(Count,0),shipment), 0, Count)


if were I to refer to previous calculations?

this is possible in Qv?


TestQV2.png

Not applicable
Author

here are a couple of examples

Not applicable
Author

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