Hi all,
I’m exploring something like what the UNION function does with more than two tables. My report has multiple data tables wherein four of them have an “Agency” column that contains similar data. I want to take the unique values from all four tables and put them in a new table with a single “Agency” column. Does anyone know how I can do this?