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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Variable value not getting passed to Stored procedure

Hello, I am new to Qlick. Below is my question. 1. Created a Variable Vcompany and set the property to GetFieldSelections 2. when i pass the same to a store procedure instead of the value the text goes. Please note when i use the same variable on the qlick dash board i see the correct value only in the script it doesnt pass it. EXECUTE test  '=GetFieldSelections(test1)','2015-12-03','2016-07-01',null code used EXECUTE test  '$(Vcompany)','2015-12-03','2016-07-01',null Any help on this will be very helpful. thanks, Aman

1 Reply
Not applicable
Author

I figured out a way for the same. if anyone wants to know please ask.