$16TH_PREVIOUS_MONTH
$FIRSTDATE
$LASTDAY_PREVIOUS_MONTH
I want something like as below. My actions aren't succeded.
IF(TODAY()>'$15_PERMONTH',
FILTER(model.RecordList, AND(
model.RecordList.Date>=model.'1stCurrentDate',
model.RecordList.Date<=model.'15thCurrentMonth'
)
),
FILTER(model.RecordList,
AND(
model.RecordList.Date>model.'15thPreviousDate',
model.RecordList.Date<=model.LastPreviousDate
)
)
)


Report
All responses (
Answers (