Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Apr 23, 2021 10:52:07 AM
Andreas_Giesbrecht
Please find below an example for a Teradata query band (User and App) when trying to reload in Qlik Sense:
LET QUERY_BAND = Chr(39) & OSuser() & '|' & DocumentTitle() & ';' & Chr(39) & ' FOR SESSION';
SQL SET query_band = $(QUERY_BAND);
SQL SELECT "ID"
FROM "Test_DB"."Test_Table";