Can you help me with the snippet syntax to do the following?
I have a datablaze space called "FFP," with three tables: 2024, 2023, 2022.
Each table has the same fields (columns) representing tax return information such as "total income," and "tax rate."
Each table contains rows with client names, "Taxpayer Name(s)" , although each name may not have data in all three tables.
I would like to create a snippet that:
- Prompts the user with a drop-down box containing a non-duplicative list of all taxpayer names in the three tables.
- Then pulls data across the three tables for that taxpayer (ie, columns for each of the three tables, 2024, 2023, 2022 and the same rows for each table.
Something like this:
John and Mary Smith 2024 2023 2022
Total income 50,423 72,345 68,349
Total tax 18,223 16,897 12,330
etc.
etc.