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

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

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