Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to run the Procedure in qliksense

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.

Capture.PNG

Thansk,
Srujana.

1 Reply
shraddha_g
Partner - Master III
Partner - Master III

Try

LIB CONNECT TO 'HMDEV';

Load  *;

SQL Exec EMP_PROC;