RPAS v 14.1.1 - How to force a measures NA value to be false in loadHier
We have a measure, say measure A which it type boolean and defined NA value as false. This measure basically determines if a store is a new store or a Comp store.
Now, since RPAS can sometimes internally change the NA value of a measure to make efficient use of space, RPAS flipped the NA value of this measure to be true. This results in the new stores which come in location hierarchy to always result in value true and hence show up as comp stores.
We tried the option of -forceNAconsistency which doing the loadHier on location hierarchy but that did'nt work. I read on Oracle Support that this was fixed in v15 onwards. Is there a hot-fix available for this in v14 or is there another alternative solution that can be followed?