If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
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.
Try something like FirstSortedValue({<BMI={">0"}>}BMI,[Date])
@klaus_feldam how about this if you uncheck below option?
Tada! Thank you very much.