Using EXISTS function to check if the specific table rows exist
Use case
You have two tables:
- T1 with employees and phone numbers
- T2 with employees and their certification statuses
You need to check if there are employees who failed the Certification 2. If yes, get their phone numbers and call them. If no, show a message that everything is okay.
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- Go to the Messages tab.
- Enable the No results message customization and type in your text.
For this example it will be "All employees have successfully passed the Certification 2!" - Save the macro and the page.