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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
EBabalola
Contributor
Contributor

Conditional Expression:

Hello All

 

Please I need help with this expression

 

if(ValueList('[Is Patient on a St]', 'No')='No', Count({<[Chol range]={'5.1 - 6 mmol/L'}>}[Chol range]))

 

I have tried that to get only the Chol Range where Is Patient on a St is No.....It did not work

 

 

1 Solution

Accepted Solutions
MayilVahanan

Hi @EBabalola 

is [Is Patient on a St] field?? if so, try like below

Count({<[Chol range]={'5.1 - 6 mmol/L'}, [Is Patient on a St] = {'No'}>}[Chol range])

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

3 Replies
MayilVahanan

Hi @EBabalola 

is [Is Patient on a St] field?? if so, try like below

Count({<[Chol range]={'5.1 - 6 mmol/L'}, [Is Patient on a St] = {'No'}>}[Chol range])

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

Thank you so Much.....It is 100% perfect.

MayilVahanan

HI @EBabalola 

Can you close the thread by marking correct answer.

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