Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I am pretty new to Qlikview and have a few questions - would you be able to help?
Thanks a lot in advance for the help!!!!
1. This is doable by leveraging Qlikview Management API. - Out of box thing you have to architect this solution.
From QV Publisher task, values can be passed to dashboard variables. So if there are limited account types, multiple tasks can be created. - Directly available solutions with boundaries.
3. ='www.domain.com/'&vTest - this should work.
1) Yes you can use the feature called DIRECT DISCOVERY. This will allow you to have a dynamically and automatically generated SQL query to run based on user selections.
2) No - QVSource can not use DIRECT DISCOVERY it is based on being employed as part of a load script. Have a look at QVSource Braindump on Slideshare which verify this.
3) It is probably because you used GetCurrentSelections()-function - but you could get hold of the selected value by using another method or you could simply remove the "name:" part before concatenating it with the URL-path.