Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
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