RobWunderlich / Qlikview-Components

A library for common Qlikview Scripting tasks
197 stars 98 forks source link

Update README.md #36

Open emailgregn opened 9 years ago

emailgregn commented 9 years ago

Make usage explicit so casual users don't have to double google.

veglar commented 9 years ago

Psst...you have misspelled QliView to Qlickview

emailgregn commented 9 years ago

Doh! fixed

RobWunderlich commented 8 years ago

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:

  1. Unzip the distribution
  2. Add $(Include=path to unzipped folder\qvc_runtime\qvc.qvs); at the top of the QlikView load script.
  3. Call Qvc.* routines as required.
  4. At the end of your script, CALL Qvc.Cleanup.