Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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])"