Hi Community!
I have % Domestic Market (${dmstc_market}) and % International Market (${intl_market}).
The% International Market will disappear once the Domestic Market value is 100%, and its working by putting relevant ${dmstc_market}!=100.
I tried to put ${intl_market}!=100. as relevant in the % Domestic Market field, but I encountered an error. Is there a way that the % Domestic Market will disappear once the % International Market have 100% value?
I attached my form for your reference. Thank you.
I have seen != be weird with numbers. If you tried ${intl_market} <100?
I concur. This is a percentage, so ${value}<100 makes the most sense.
You have a couple options, but not in the way you are thinking of (for now at least).