The following example sets a query band with two name:value pairs for the session.
SET QUERY_BAND = 'org=Finance;report=Fin123;' FOR SESSION;
The pairs in the query band string are org=Finance and report=Fin123.
The following example sets a query band with two name:value pairs for the session.
SET QUERY_BAND = 'org=Finance;report=Fin123;' FOR SESSION;
The pairs in the query band string are org=Finance and report=Fin123.