For example, consider a variable that contains an expression fragment:
vSet.Year = "{<Year=2014>}"
If the variable vSet.Year
is not used anywhere, should we consider the field “Year” as used or unused in field analysis? If you remove the Year field from the model, is anything “broken”?
If the variable is used, for example in an expression:
Sum($(vSet.Year) Sales)
the field “Year” will be marked as “used” in the Expression.
What would you like to see in the case where the variable is not referenced anywhere. Is field “Year” used or unused?