I have in a table i have the value of different indicators this way:
TYPE
VALUE
UNITS
3
UNITS_OBJECTIVES
5
COST
5
COST_OBJECTIVES
7
The problem is that there may be changes so i do not want to work to change all the variable expressions.
I would like to know if it is possible in the scrip to do something like this.
if type = units_objectives then type = objective_units.
With this i want to do some variables with objective_units, and if the given name changes i just have to change in the script once, reload and have everything ok.