Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
marjan_it
Creator III
Creator III

how to call stored procedure and pass parameter from the listbox as a user

Hi 

I have a store procedure that get two parameters to run. I want to use a field in a table in a list box. the SP return data as a list box selected by user. Actually I want to pass parameter by user not in the load script.

how can I do it?

2 Replies
Brett_Bleess
Former Employee
Former Employee

You are likely going to need two things on this:

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/Scrip...

https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/VBFunctionCalls...

I believe those should put you on the correct track.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
marjan_it
Creator III
Creator III
Author

can you share a sample?