0
Receive End Expected
Sean thank you for answering my last question
:= (fielda - (fielda - 2) * .35) / 6
I receive "End Expected := line 1 column 2 (I'm brand new to Ninox so appreciate your help
3 replies
-
Try the following as a "On click" event in a button:
let result := (fielda - (fielda - 2) * 35/100) / 6;
alert(result)
-
Thank you so much.
-
Or in a formula field try:
let result := (fielda - (fielda - 2) * 35/100) / 6;
result
Content aside
- 4 yrs agoLast active
- 3Replies
- 493Views