This content has been marked as final.
Show 5 replies
-
Re: Loading data from front end
youssef belloum Dec 6, 2017 7:54 AM (in response to Nupur sabnawis)Hi,
If you are looking to do it on Qlikview Server, you should read this: Triggering an EDX Task from the Ajax Client
if you want to do it on the desktop: you can create a button with an action
-
Re: Loading data from front end
Nupur sabnawis Dec 6, 2017 8:15 AM (in response to youssef belloum)What action to browse the file and load it and show it on the front end so that user can analyse. URL action moves user to the defined path and not to open the dialogue box.
I want to do it on desktop.
-
Re: Loading data from front end
youssef belloum Dec 6, 2017 8:32 AM (in response to Nupur sabnawis)Hi,
I never tried to do it, but if i have to, i will try this:
- loop on the files on the script and store the filename on a table.
- display filenames to the users (on different buttons for example)
- pass the value (the filename that user choose) to the script (i Found this to do it: Let vDate = Input('Enter Start Date (MM/DD/YYYY)' , 'Input required'); )
- load just the file that the user choose using the variable.
hope it helps
-
Re: Loading data from front end
Nupur sabnawis Dec 7, 2017 2:09 AM (in response to youssef belloum)Thanks. But I want something like once user click on button, he should be able to select the file from his machine and load it. Is there any work around?
-
Re: Loading data from front end
youssef belloum Dec 7, 2017 4:11 AM (in response to Nupur sabnawis)I understand what you need, and what i wrote to you is exactly what you described.
there is no "direct method" to do it
-
-
-