How to use temporary functions in qliksense load editor
Hi,
I am wondering how temporary functions should be declared in the qliksense load editor.
I made a query which contains to temporary functions. In bigquery, the functions were declared in the beginning of the query, and separated by semicolons, but that doesn't work in qliksense. Then I tried to put the functions in their own qliksense queries, but then I got the error: ERROR [42000] [Qlik] [BigQuery] (70) Invalid query: CREATE TEMPORARY FUNCTION statements must be followed by an actual query.