Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Am New to Qlik sence, Am created in one simple procedure which is working fine in sql but in qliksense its throwing an error .
am running the following command
LIB CONNECT TO 'HMDEV';
SQL Exec EMP_PROC;
Its shows error like this. Please find the attached script for EMP_PROC.
Please help me on this.
Thansk,
Srujana.
Try
LIB CONNECT TO 'HMDEV';
Load *;
SQL Exec EMP_PROC;