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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
klaus_feldam
Creator II
Creator II

Leave 0 values out of c calculation

A really simple question about using the FirstSortedValue calculation... I am almost embarrassed to ask such a simple question, but I have never used this function before.

Basically, I only want to consider values in the BMI column greater than 0.

See attached table.

Screen Shot 2020-09-14 at 3.02.40 PM.png

 

 

Labels (2)
1 Solution

Accepted Solutions
jwjackso
Specialist III
Specialist III

Try something like FirstSortedValue({<BMI={">0"}>}BMI,[Date])

firstsortedvalue.PNG

View solution in original post

3 Replies
jwjackso
Specialist III
Specialist III

Try something like FirstSortedValue({<BMI={">0"}>}BMI,[Date])

firstsortedvalue.PNG

Kushal_Chawda

@klaus_feldam  how about this if you uncheck below option?

Screenshot 2020-09-14 231330.png

klaus_feldam
Creator II
Creator II
Author

Tada! Thank you very much.