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: 
everest226
Creator III
Creator III

flag on set analysis

HI i have MTDFlag for months and Daily.

and i have text object with the set analysis with following expression , i only want to change that object outcome when only selecting months but not by daily.

"count({<Date={'$(vExtractDate)'}, [ED Info.Event Type]={106}, WeekDay=, _HolidayFlag=>} Distinct [ED Info.Event ID])"

avinashelite

stalwar1

2 Replies
rubenmarin

Hi, not sure to understand, maybe something with:

If(MTDFlag='MTD', count({<Date={'$(vExtractDate)'}, [ED Info.Event Type]={106}, WeekDay=, _HolidayFlag=>} Distinct [ED Info.Event ID]), [Else_Expression])

  ,

Digvijay_Singh

May be something this -


"count({<Date={'$(vExtractDate)'}, [ED Info.Event Type]={106}, MTDFlag=P({<MTDFlag={'MTD'}>}),WeekDay=, _HolidayFlag=>} Distinct [ED Info.Event ID])"