Qlikview-Components
Qlikview-Components copied to clipboard
Update README.md
trafficstars
Make usage explicit so casual users don't have to double google.
Psst...you have misspelled QliView to Qlickview
Doh! fixed
Sorry for the delay on picking this up. I like the idea, but disagree with the specific instructions. There is no need to copy the Runtime to the same folder as the qvw. That could be a bad practice as you can wind up with multiple copies of the Runtime. I think it's better to keep one copy.
Also, I think it's important to have people CALL Qvc.Cleanup.
How about: Quickstart:
- Unzip the distribution
- Add $(Include=path to unzipped folder\qvc_runtime\qvc.qvs); at the top of the QlikView load script.
- Call Qvc.* routines as required.
- At the end of your script, CALL Qvc.Cleanup.