I've created an app with multiple selectors in tables that displays a final table with the results filtered to match the selectors. i.e., I pick month 1, group 2, region 1, and it gives me results for sales for those criteria. This app is connected to Teradata pulling in information. I want to see the query being generated in the background that is sent to Teradata to determine its WHERE conditions.
Is there a way to view this query as it is being passed along?