Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are trying to build a template for multiple users to utilize. We would like a person to be able to click into the data entry section of an input box that is assigned to a specific variable and instead of having to copy / paste a file location in, clicking in would have the file explorer pop up and allow the user to move to a location on their computer and store that file location in the variable. Has anyone had any luck doing something like this?
That would all be Windows API related calls, so the only potential way would be the Edit Module and macro code using those APIs, but I do not know if the version of the Edit Module will be capable of handling things or not, and this would not work via the Ajax client either, given everything processes server-side there, so that would be a limitation too. I do not believe we are the right solution for this use case from what I can tell, you are likely better served by another product or perhaps a PowerShell script or something to do this.
The only other possibility might be to create an Extension object using the above, here is link to the SDK/API area of Help where that content resides:
https://help.qlik.com/en-US/qlikview-developer/April2020/Content/QV_HelpSites/APIsAndSDKs.htm
Regards,
Brett