a!queryFilter( field: "completiondate", operator: "between", value: {today() - weekday(today(), 2) + 1, today()} ) }, ignoreFiltersWithEmptyValues: true ),
Need clarification For value : ( 4 th line )
Discussion posts and replies are publicly visible
What kind of clarification are you looking for?
i did't understand 'weekday(today(), 2) + 1' that does it returns
Pavan Kalyan said:i did't understand 'weekday(today(), 2) + 1'
In case this helps, Appian has a whole documentation website, which includes definitions of every available function (plus other neat stuff). When I was first learning I always kept the "all functions" site open in a browser tab and would just pick through and read up on different functions as i tried to figure out how to do different things.
Sure Mike ,
I will do the same thing now ("all functions" site open in a browser tab )
Thank You !