Comparing two dates using If/Then construct
Use case
You have a table with two columns: Target date and Completion date. You need to compare and rate these dates:
- If the completion date is within 5 days, the status is ON TIME.
- If the completion date is more than 5 days late, but less than 10 days, the status is LATE.
- If the completion date is more than 10 days, the status is VERY LATE.
Solution
- Switch the page to the edit mode.
- Insert the Table Transformer macro and paste the tables or the macros outputting tables within the macro body.
- Select the macro and click Edit.
- In the Presets tab select Custom transformation and click Next.
Enter the following SQL query:
SQL- Click Next.
- Define the date format .
- Save the macro and the page.
You can use FORMATWIKI function to insert statuses into a table.