Hi., @pcmoor
I have a drop down for the two values 0.35 cm and 1.8 cm in the list options. When either one value has been chosen, that has to checked using IF function, then corresponding condition has to be executed.
sometimes the dropdown values jump to inches, but invariably they change back,
however using an equal can keep them stable
250mm = 2.5
300mm = 3
350mm = 3.5
etc,
amend, should be cms, doing the same thing
250mm = 25
300mm = 30
350mm = 35
etc,
For centimeter units to work right in DCs you have to check the “Display units format” box in Model Info>Units. Otherwise everything converts to inches.