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: 
d4rlie891
Contributor III
Contributor III

How to Ignore Day Selection

Hi,

Anyone can help me how to Ignore DAY Selection from these Set Analysis ?

I have two set analysis :

1. Max(Aggr(Avg({$<YEAR_MONTH = {"$(=max(YEAR_MONTH))"},  ONL_BTC = {"BTC"}, WEEKDAY-={'Sun','Sat'}, HOLIDAY_FLG={'N'}>}ESAP),DT))

2. FirstSortedValue(DT, -Aggr(Avg({< ONL_BTC = {"BTC"}, YEAR_MONTH = {"$(=max(YEAR_MONTH))"}, WEEKDAY-={'Sun','Sat'}, HOLIDAY_FLG={'N'}>} ESAP), DT))

I want the Value of Max AVG CPU 1 (21.90) and DT Max Avg CPU (15 Jun 2016) are not Change, when I click the number of DAY

Max Avg.jpg

Right now the value of those KPI, are changed when I click the DAY.

Thanks

2 Replies
sunny_talwar

See if my response here helps: Ignore Selection for Max Avg

Anonymous
Not applicable

1. Max(Aggr(Avg({$<YEAR_MONTH = {"$(=max(YEAR_MONTH))"},  ONL_BTC = {"BTC"}, WEEKDAY-={'Sun','Sat'}, HOLIDAY_FLG={'N'}, DAY=>}ESAP),DT))

2. FirstSortedValue(DT, -Aggr(Avg({< ONL_BTC = {"BTC"}, YEAR_MONTH = {"$(=max(YEAR_MONTH))"}, WEEKDAY-={'Sun','Sat'}, HOLIDAY_FLG={'N'}, ​DAY=>} ESAP), DT))