Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
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])