Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All
I want a help regarding a macro , the macro will get the script of qvw and will copy it to execl file for comparison purposes.
thnk you.
You could use a macro like this: Re: Macro to export Script to get the script and something like this: Macro to paste Text Object in Word to insert it into word - than word is a lot more suitable if you want to compare various scripts or search within them. Where it's not necessary needed to include the script directly into word - saving as txt-file will be enough than word could open them.
Maybe even better would be you used notepad++ with the compare plugin: Notepad++ Compare plugin download | SourceForge.net and the qlik script-language: Re: QlikView in Notepad++.
- Marcus
Hi Sunny,
Hope this threads will help you.
QlikView Macros – Useful collection | Lucian Cotea
I am not sure if there is any macro to export the script. However, you can easily do it from script editor:
Ctrl+E -> Alt+F+E , you can save in your desired format as well.
Amit, I accept that. Few days back I've got the same thought. That time some one help about the qvw script to specific format. Might be someone help sunny
You could use a macro like this: Re: Macro to export Script to get the script and something like this: Macro to paste Text Object in Word to insert it into word - than word is a lot more suitable if you want to compare various scripts or search within them. Where it's not necessary needed to include the script directly into word - saving as txt-file will be enough than word could open them.
Maybe even better would be you used notepad++ with the compare plugin: Notepad++ Compare plugin download | SourceForge.net and the qlik script-language: Re: QlikView in Notepad++.
- Marcus
yup, I followed the link that you have given and with help of macro code I got the scipr copies into a qvs file. Then i can use it for comparison by some tools available. That solves the issue. Thank you for support.