Updating NA values without re-building
Good morning,
I have production environment which needs the NA values updated on two related measures in this case from 0 to 1. (RPAS 13.4)
I have tried the following mace commands but although the command line says run successful the NA values do not change in the client (Fusion in this case).
mace –d . –run –expression "PlWfPreComP =1"
mace –d . –run –expression "MgWfPreComP =1"
mace –d . –run –expression "PlWfPreComP ==1"
mace –d . –run –expression "MgWfPreComP ==1"
mace –d . –run –expression "PlWfPreComP= navalue(PlWfPreComP)"
mace –d . –run –expression "MgWfPreComP= navalue(MgWfPreComP)"
The config has been updated with the latest NA values and we have tried re-patching with update styles as well as forcing the update by deleting existing style directories before patching but still no results.