Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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 !