Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
niana-varma
Contributor II
Contributor II

calling stored procedure for the automated report : Qliksense

I am running a 5 input parametrized stored procedure for the automated QLIK Sense report. Now I tried to execute this for the QLIK Sense but I couldn't find any relevant resource which can show the details of calling the stored procedure.

niana
Labels (2)
1 Reply
buddhabang
Contributor III
Contributor III

Have you tried

Call YourFunctionName ('Param 1', 'Param 2', 'Param n');