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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

If statement

Hello,

Can you please help me in this problem

I need to have a KPI

Count({$<[Turnover offered ( € )]>}Account) this formula works

but i want to see the KIP only for the [Turnover offered ( € )] that are more than 1€ (mean the formula should exclude 0&1)


Thank you in advance,

Sachin

1 Solution

Accepted Solutions
dapostolopoylos
Creator III
Creator III

This should work:

Count({$<[Turnover offered ( € )]={">1"} >}Account)

Father/Husband/BI Developer

View solution in original post

1 Reply
dapostolopoylos
Creator III
Creator III

This should work:

Count({$<[Turnover offered ( € )]={">1"} >}Account)

Father/Husband/BI Developer