Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! 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

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)