RobWunderlich / Qlikview-Components

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

Recommended value of Qvc.Loader.v.StoreMaxModFieldValue does not match the value set by default #42

Closed nixnut closed 8 years ago

nixnut commented 8 years ago

According to the comment below the recommended value is -1, but the code set the value to 0.

// If true, a new field "Qvc.MaxModFieldValue" will be created in the QVD. // This will greatly increase the speed of subsequent delta loads. // True (-1) is the recommended value. SET Qvc.Loader.v.StoreMaxModFieldValue = 0;

RobWunderlich commented 8 years ago

It's recommended to be -1, but the default is 0. The thinking is that we should not introduce any new data into a QVD without the user being explicit.