Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis: Date Range + 1 more date

Hi All,

I need to create a set analysis which will output dates:

example:

If I select the Month (October)

I will output the last day of the month as of today, then i will output the dates for last month which fall on sundays

Date

Oct 1

Sep 7

Sep 14

Sep 21

Sep 28

I can already output the range from Sep 7~Sep28. Concat({<date={">=StartDate<=Prevmonthlastdate"}, DayName={'Sun'}>}Date)

How can I incldue Oct1 in the selection in my set analysis?

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Concat({<Date={">=StartDate<=Prevmonthlastdate","Oct 1"}, DayName={'Sun'}>}Date)


talk is cheap, supply exceeds demand