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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
1 Solution

Accepted Solutions
pradosh_thakur
Master II
Master II

May be this


Count ({<DIGIC = -{"Yes"},[Is in MP]={"Yes"}>} distinct [NAME OF PROJECT (Code - Title)])

Learning never stops.

View solution in original post

2 Replies
pradosh_thakur
Master II
Master II

May be this


Count ({<DIGIC = -{"Yes"},[Is in MP]={"Yes"}>} distinct [NAME OF PROJECT (Code - Title)])

Learning never stops.
srivastalans
Partner - Contributor III
Partner - Contributor III

Hi Agrim,

Try this,

Count ({<DIGIC -= {"No",""},[Is in MP]={"Yes"}>} distinct [NAME OF PROJECT (Code - Title)])


You should add sign in-front of equal sign for DIGIC to exclude NO and Blank.