borgesleti
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] conditional logic with dropdownForum: Plugins
In reply to: [Calculated Fields Form] conditional operationsThank you for the help.
it works perfectly now!!Forum: Plugins
In reply to: [Calculated Fields Form] conditional operationsCould i add this in a function for the text color to change too?
for example:if(fieldname1>200) result = ‘Positive Result’; color = ‘Green’;
if(fieldname1>=100) result = ‘Median Result’; color = ‘orange’;
if(fieldname1<100) result = ‘Negative Result’; color = ‘red’;Forum: Plugins
In reply to: [Calculated Fields Form] conditional operationsThanks for the help, it worked perfectly!!
Forum: Plugins
In reply to: [Calculated Fields Form] conditional operationsthanks for the support, it worked as explained to me.
But i have one last questionIs it possible to have a conditional that returns a result in Text? For example:
If fieldname1>=200 it shows me the text “Positive Result”, Else not it shows me the text “Median Result”
But
If fieldname1<100 it shows me the text “Negative Result”, Else not it shows me the text “Median Result”
It’s possible? Or how to do?
Forum: Plugins
In reply to: [Calculated Fields Form] help with Calculated Field about decimal numbersThanks for the help!!
It worked perfectly.