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.