I am trying to write an SQL query in the Reports Module to leverage some of the User Defined Table fields that I created and I can not figure out what the table name would be for my Select statement. So far I go the following set up:
User Defined Table Fields:
City, State, Zip
SQL Query:
SELECT City, State, Zip
FROM (This is where I need the table name)
Any help would be appreciated!