Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a .qvw file that needs to be shared to users who have a named user license as we are currently not using a server base.
The ideal scenario and the end result I am looking for - a user will open the .qvw file from their desktop with the most recent refresh of information from the qvd.
Without me refreshing the master file and saving it on a daily basis, is there another way that this can happen automatically? So each user is looking at the same information and they do not have different versions of it.
Maybe I am looking at this from the wrong perspective and open to other suggestions you may have.
Separately but on the same note to this query, I can put the qvw file into another programme that will do an auto refresh but this qvw will be buried in this programme and is not user friendly to access. Different licenses (non qlikview) are needed to access this software too.
Many thanks.
If you don't have a Publisher, you can reload the qvw file with batch file.
"C:\Program Files\QlikView\Qv.exe" /R "C:\QlikviewSetup\QVDExtractor\ExtractorTool\CustomQVDExtractor.qvw"
Please add trigger to Reload the qvw onOpen event.
Go to Settings --> Document Properties (Ctrl+Alt+D) --> Triggers -->
Document Event Triggers --> select onOpen --> Add Actions
Please find the below screen shot for reference.
This trigger automatically initiate the reload up on open the qvw.
Hi Dathu,
Really good explanation so thank you for that.
The users that have the Name User CAL dont have access to reload the script and I also feel its not user friendly to wait the few minutes while the script reloads.
Is there possibly a way I can automatically reload the data without me having to access the qvw file?
If you don't have a Publisher, you can reload the qvw file with batch file.
"C:\Program Files\QlikView\Qv.exe" /R "C:\QlikviewSetup\QVDExtractor\ExtractorTool\CustomQVDExtractor.qvw"
The batch file will be scheduled with Windows task scheduler on demand
ok this is fairly uncharted water here but if I use the .bat file I need it to:
I understand from above the "C:\Program Files\QlikView\Qv.exe" /R opens qlikview but for the rest I am not too with familiar with.
Am I on the right track here?
You can find more on the Reference manual about command line reload.