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: 
PARK_JY
Contributor III
Contributor III

COUNTIF

HI, 🙂

I wrote it as an example to use the COUNTIF function.

=Count({<[A_FILED]={'VALUE OF B_FILED'},C_FIELD={<=[D_FILED]}}C_FILED)

All FILEDs belong to one table.

but, this function does not work.

Please help. 

Thank you:)

 

Labels (1)
1 Reply
MendyS
Partner - Creator III
Partner - Creator III

Hi,
try this - 
If(c_Field>D_field,
Count({<[A_FILED]={'VALUE OF B_FILED'}}>C_FILED),0)

I am not sure about my answer, let me know if its works