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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Formula = count({$<#field1='{''}>} * ({$<field2={1}>} field 3)

Dear all,

we want to count all data of field 3 where we have an intersection from 2 fields both with a constraint.

This formula does not work:

=count({$<#field1='{''}>} * ({$<field2={1}>} field 3)

Hope someone could help us

Best regards

Armin

1 Solution

Accepted Solutions
ariel_klien
Specialist
Specialist

Hi

Try

=count({$<field1={''},field2={1}>} field3)

BR

Ariel

View solution in original post

4 Replies
ariel_klien
Specialist
Specialist

Hi

Try

=count({$<field1={''},field2={1}>} field3)

BR

Ariel

er_mohit
Master II
Master II

try this

=count({$<#field1='{''}>* <field2={1}>} field 3)

Not applicable
Author

Dear all,

thanks both versions work.

Armin

Not applicable
Author

Dear all,

thanks both versions work.

Armin