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

Need Help-if

Hi Everyone,

I have to get the count of NO'S where PM_CODE  is not equal to ‘ABB10’  under the PC_CODE

902,954,956.

I have to get the cont of NO's under the above mentioned PC_CODES with PM_CODE is not equal to 'ABB10'.

The following expressions i have written in the script level.

If(wildmatch(PC_CODE,’902’,’954’,’956’) and not wildmatch(PM_CODE,’ABB10’),1,O) AS TEST

In fornt end level ;

Region (as Dimension)           Expression

In the expression I have written like this;

Count({<No = p({<  TEST = {'1'}>})  >} Distinct NO)

plz correct the above logic.

Thanks in adv,

Dhanu

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

I would write

Count({<  TEST = {'1'}>}) NO)

MK_QSL
MVP
MVP

Check enclosed file...

mdmukramali
Specialist III
Specialist III

Dear ,

Find the attached file.

hope it will help you.

Thanks,

Mukram