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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Mahamed_Qlik
Specialist
Specialist

Issue_2

Mahamed_Qlik_0-1708485735855.png

 

Labels (1)
3 Replies
anat
Master
Master

count({<beftid={'59','56'}>}distinct id)

pravinboniface
Creator III
Creator III

Please try this for the measure.

If you want to see only the highlighted rows, please deselect 'Include Zero Rows' under Data Handling.

if (
    Count({<BNFT_ID={'59'}>}distinct CIVIL_ID) +
    Count({<BNFT_ID={'56'}>}distinct CIVIL_ID) =2,
    1,0)

 

Mahamed_Qlik
Specialist
Specialist
Author

Hi

I have tried as below:

Count({<SL_Month={"=below(SL_Month)"},CIVIL_ID= P({<BNFT_ID={'56'},SL_Month={"=below(SL_Month)"}>} CIVIL_ID)*P({<BNFT_ID={'59'},SL_Month={"=below(SL_Month)"}>} CIVIL_ID)
>} distinct CIVIL_ID)

it is returning correct result in but when I select SL_month in filter it is showing as 0(zero)