- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 07:26 AM
'state=requested^group=NULL^source_table=std_change_proposal^due_dateONYesterday@javascript:gs.beginningOfYesterday()@javascript:gs.endOfYesterday()'
in the script above, there's a due date which checks for due date on yesterday.
i need it to check for any date 'Y' which is 14 days after a date 'X'.
how do i change that?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 08:08 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 07:33 AM
try
state=requested^group=NULL^source_table=std_change_proposal^due_dateRELATIVEGT@dayofweek@ahead@14
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 08:00 AM
but the 'dayofweek' u have mentioned here is not a date but another field on the table. so how to compare it with another colomn and check if the date 'X' is 14 days after the date in the colomn

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2019 08:08 AM