Yvette_s_Channe
28-02-2018
Hi,
I have a table:
I currently have the following script in "change"
if (Biker > Sales) {
this.rawValue = Accept;
}
else
this.rawValue == Reject ;
Thank you in advance for any help.
gkaiseril
Are "Acceopt" and "Reject" variable names or string values?
If string values, you need to place quotation marks around the words.