I have a mysql stored procedure which accpet one parameter and returns a table. Is it possible that I can apply the store procedure on a column or a certain expression in qlikview and then have it call the stored procedure and bring the results back ?
Hi, We cant apply stored procedures for column or for expression, instead we have to call it separately and extract data to table and then we can extract single value using Peek() function in Qlik View