Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
PapaJapa
Contributor II
Contributor II

SetAnalisys - first day of the next month

Hi, I created a "FirstDayNextMonth" field in the master calendar. The field has a date format.
In the table I want to do "set analysis" as below:
= Sum ({$ <Date = {"$ (= FirstDayNextMonth)"}>} [Value])
Unfortunately it does not work. Please help.

Labels (1)
2 Replies
ashishkalia
Partner - Creator
Partner - Creator

Hi,

NOt sure what you want to achieve, but if you want to calculate it on First Day of Next month, then can do it on the frontend as well:

Pl  see the below Set Exp
= Sum ({$ <Date = {"$ (= Date(MonthStart(AddMonths(Max(Date),1)),'DD/MM/YY'))"}, Month = >} [Value])

*you can change format based on your date format. and always select one month.

 

PapaJapa
Contributor II
Contributor II
Author

Partially succeeded 🙂 Now I just need this data to be contained on one line. I know I'm referring to the date of the next month, but maybe there is a solution?

screen2.JPG