Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Expression at the application

Hello Friends,

I need one help , from the Properties of Qlickview application, on the Expression   levels I can find the below code , does that mean when the data will be showing in table below if condition will work ?

//sum( if(false()=match([DS RATING SUPER GROUP NAME],'Internet'),[IBI TRAF CALLS]))sum(if(false()=match([DS RATING SUPER GROUP NAME],'Internet'), if(match([DS RATING GROUP NAME],'ShortCode Voice') and match([DIRECTION],'Incoming') and Match([IBI OPER CRR NAME],'Telecom Cambodia')/*match([DS A PARTY OPERATOR NAME],[DS B PARTY OPERATOR NAME])*/,0,[IBI TRAF CALLS]))) 

3 Replies
vishsaggi
Champion III
Champion III

Not clear. Can you elaborate please?

sasikanth
Master
Master

HI,

The above expression might have used in one of the graphs in the report and

It seems the above expression commented in the chart, so there will be no dependency with this condition however please open the corresponding chart and recheck expression once.

Thanks,

Anil_Babu_Samineni

The condition means, Whenever your data matched with Match() condition show the data or else neglect those which are not satisfied? That means

If(False()=True(),0,1) // If this condition true will return 0 or else 1

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful