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: 
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

 

 

Labels (1)
1 Solution

Accepted Solutions
MayilVahanan
MVP
MVP

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
MVP
MVP

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
MVP
MVP

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.