Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
KISHORE_KORIPALLI
Contributor
Contributor

Snowflake Stored Procedures Execution

I was Trying to Execute Snowflake Stored Procedures In Qlik Data Editor.

Snowflake Stored Procedures Starts with CALL statement. But it will not return Tabular result directly. It gives a Message

and we have Select those Result to Get Tabular result. I was Not able to Store The Result Message of CALL statement.

 Please help anyone executed Snowflake Stored Procedures.

EX: 

CALL "ODS_BI".Dimension(
'SK0009',
'DEBIT',
1,
NULL)

;

0 Replies