1. Navigate to Reports > Saved Searches > All Saved Searches > New
2. Choose Type = Partner
3. On the Results tab, add a Formula (text) field with the following formula:
For Weekends:
Case WHEN to_char({datecreated},'D') BETWEEN 7 AND 8 then 'T' END
For Weekdays:
Case WHEN to_char({datecreated},'D') not BETWEEN 7 AND 8 then 'T' END
4. Click Save & Run.
No comments:
Post a Comment