Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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