Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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