Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Couniting recruited pledge donor for a specific time period. Help

Hi, Everyone.

I'm struggling With an Expression:

=Count(DISTINCT{<FadderSkapSluttÅr={'2016'} FadderSkapSluttMåned={'jan'} [AKTORID_FS_LOPENR])

I want qlikview to Count the number of attrited donors (AKTORID_FS_LOPENR) in january 2016.

Can anyone help me out here?

Best regards

Christian

1 Reply
sunny_talwar

You have a missing >} at the end, can you check if that fixes the issue

=Count(DISTINCT{<FadderSkapSluttÅr={'2016'} FadderSkapSluttMåned={'jan'}>} [AKTORID_FS_LOPENR])