Page 1 of 1

Impact of enabling a specific combination of view manipulation functions

Posted: Sat Aug 22, 2015 6:07 pm
by gtonkin
Read this for some information on using ViewExtractSkipCalcsSet and ViewExtractSkipZeroesSet when working with strings. Results may skip all consolidated cells, even if the measure is a string, if functions are not used/implemented correctly withing TI.

Relates to:
  • ViewExtractSkipCalcsSet
  • ViewExtractSkipConsolidatedStringsSet
  • ViewExtractSkipRuleValuesSet
  • ViewExtractSkipZeroesSet
Gist is that ViewExtractSkipZeroesSet=0 will skip all consolidated cells, even if the measure is a string, whereas ViewExtractSkipZeroesSet=1 won't unless you use the ViewExtractSkipConsolidatedStringsSet function.