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: 
Not applicable

Make an expression to only includ 2016 data

Hi, Guys.

I want the Expression below to only include pledge donors that are recruited in 2016.

=Count(DISTINCT{$<InnbetalingsStatus={'Har innbetalt'}>}AKTORID_FS_LOPENR) / Count(DISTINCT AKTORID_FS_LOPENR)

The variabel is FadderskapOpprettetÅr and the year is as mentioned 2016

Best regards, Christian

Labels (1)
2 Replies
avinashelite

You could add one more  condition in the set analysis rite?

=Count(DISTINCT{$<InnbetalingsStatus={'Har innbetalt'},Year_field={"='$(FadderskapOpprettetÅr )' "}>}AKTORID_FS_LOPENR) / Count(DISTINCT {<Year_field={"='$(FadderskapOpprettetÅr )' "}>}AKTORID_FS_LOPENR)

Anonymous
Not applicable
Author

=Count(DISTINCT{$<InnbetalingsStatus={'Har innbetalt'},Year_field={"='$(FadderskapOpprettetÅr )' "}>}AKTORID_FS_LOPENR) /Count(DISTINCT {<Year_field={"='$(FadderskapOpprettetÅr )' "}>}AKTORID_FS_LOPENR)