On of our large clients use a customized zone stamp for several years.
In this they uses many calculations with GLOB_HSTORY_ELEV, GLOB_HSTORY_HEIGHT.
F.e.
UKRD = GLOB_HSTORY_ELEV + ROOM_HEIGHT
PARAMETERS UKRD = UKRD
LOCK “UKRD”
Since AC18 it works fine for them, but with 20 it didn’t work.
They use the result for the UI and for schedules.
What could be a workaround?
They also ask why these values are not supported in Parameter Script?