Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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?