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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
JoseGarcia
Creator III
Creator III

Formula check

Hi all, 
I need to count course name 'Non-Technical Skills Awareness (NTS)' entries that contain Valid_until  '-'

Formula below is giving me error:

count({<[Valid_Until]={'-'}>},Course_Name={'Non-Technical Skills Awareness (NTS)'})

Can anyone help.

Thanks a million

Jose

Labels (1)
1 Solution

Accepted Solutions
MayilVahanan
MVP
MVP

Hi @JoseGarcia 

Try like below

count({<[Valid_Until]={'-'},Course_Name={'Non-Technical Skills Awareness (NTS)'}>}Distinct Course_Name)

Hope, Valid_Until has value like '-'.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan
MVP
MVP

Hi @JoseGarcia 

Try like below

count({<[Valid_Until]={'-'},Course_Name={'Non-Technical Skills Awareness (NTS)'}>}Distinct Course_Name)

Hope, Valid_Until has value like '-'.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
JoseGarcia
Creator III
Creator III
Author

Hi Mayil, If I wanted to replace {'-'} for a date entry?

How could I change the formula?

count({<[Valid_Until]={'-'},Course_Name={'Non-Technical Skills Awareness (NTS)'}>} Course_Name)
Thanks a million