Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
udaya_kumar
Specialist
Specialist

can qlikview publisher access vb script or jscript written in qlikview document?

Hi,

i have a scenario that,

there will be three folders in the qlikview server consider,

first, middle and final folders.

we will be creating reports for every month.

there will be jan 2012 report will be in middle folder, current month feb 2012 report will be in first folder.

there will be a application, in that there will be one button. clicking on that button,

it should move the jan 2012 report from middle folder to final and the current month report from first to middle folder.

how we can do this?

can we write a script in qlikview?  Can qlikview publisher access these script to do this task?

or can anyone give me idea or solution that how i can do it?

thanks in advance

15 Replies
udaya_kumar
Specialist
Specialist
Author

no kaushik,

the button will be in java application, clicking on that,

it should move the file. what we can do for this scenario?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Then its not related to QlikView.

     You must look for the javascript function to achieve this.

Regards,

Kaushik Solanki   

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
udaya_kumar
Specialist
Specialist
Author

ok,

but can qlikview publisher do this moving file from one folder to another?

i dont know much about qlikview publisher so..

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     No publisher can not move files from folders.

     It will distribute the original application into numbers of little application and stores into other folders.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
udaya_kumar
Specialist
Specialist
Author

oh ok,

then can we write some script in qlikview and it should be executed on that button click in java and move files?

can we do that?

udaya_kumar
Specialist
Specialist
Author

Hi kaushik,

can we write script in qlikview and can qlikview publisher execute those script?

can we do this?