
wynand
-
Pushing a value to a Choice field
How do I set a value in choice field through function, I know getting a value is if contains('Test Cycles chosen', "NEDC") thentext("Y")end But now I want to reverse to do this - if 'Y" then 'Test…
-
Two condition if function
Hi how do I do an if function with two conditions? Can I use AND? like so if Fuel_Type = "BEV" then text ("") elseif Fuel_Type = "PHEV" AND 'ICE Max Power - kW' > 0 thenround('ICE Max Power - kW',…
-
How can I add text to a number field?
I need to input "Not Known" to number fields that have no value. Please help
-
Trigger based on multiple fields
Hi, I am trying to trigger based on inputs from multiple fields, this is my effort - any advice? country := if CHINA = 1 and EU = 0 and GB = 0 and US = 0 thentext("true")elsetext("false")end
-
Trigger on Drop down Choice does not work
Hi, I am trying a trigger from a Choice Combobox field but it does not work concept := if Classification = "Concept" thentext("true")elsetext("false")end Any advice? Thanks