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

Expression problem

Hi all,

I have got an Excel Pivot table  like the one below,

Sample Data.PNG!

I have tried this in QV ,please the attached files

Dimension:=ValueList('C2D_Used','No_Of_Agents')  and Day

Expresion:

=pick(Match(ValueList('C2D_Used','No_Of_Agents'),

                  'C2D_Used','No_Of_Agents'),                

                 if(sum(if(CallTime > 0 , 1, 0)) > 0,'Y','N'),

                 Count(DISTINCT Consultant))

This does not give the needed result, it does not give me the 'N'. please assist.

PFA

10 Replies
Not applicable
Author

Thank you so much, it worked.