Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

set analysis

Hi,

Is any thing wrong in this expression. Pls help me

Count(text([Campaign Channel])='PPC')[Site Visit Vis Num]

14 Replies
vinod2086
Creator II
Creator II

Hi Kumar,

instead of using set analysis you can use match function na

try this

if(match([Campaign Channel]),'PPC'),[Site Visit Vis Num])

or

if(match([Campaign Channel]),'PPC'),[Site Visit Vis Num],[Campaign Channel])

qlikviewwizard
Master II
Master II

Hi kumarreddy257,

Did you resolve the issue?

Anonymous
Not applicable
Author

I have to do sum of Site Visit Vis Num where campaign channel is PPC. But in your statement it is showing only site Visit Vis Num

Anonymous
Not applicable
Author

No.

PrashantSangle

Hi,

have you tried earlier suggestions...???

Try

Sum(if(text([Campaign Channel])='PPC'),[Site Visit Vis Num]))

or

Sum(if(wildmatch([Campaign Channel],'PPC'),[Site Visit Vis Num]))

or

Sum({<[Campaign Channel]={'PPC'}>}[Site Visit Vis Num])

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂