Hi all and always ty to your important help!
I have an issue with a calculated table field:
(i know about use or use not calculated fields, but i need it)
If radiobutton is true: the field value is 1.
Else if: another value is 0, made a calculus
else put a value field.
The calculus is:
IIf([CanCost],1,iif([AntPerc]="0",(([AntVal]/[Prezzo imponibile])*100),[AntPerc]))
- [CanCost] is a radio button.
- [AntPerc], [AntVal] and [Prezzo imponibile] are integers
Return me a syntax error.....
What is wrong?
I have an issue with a calculated table field:
(i know about use or use not calculated fields, but i need it)
If radiobutton is true: the field value is 1.
Else if: another value is 0, made a calculus
else put a value field.
The calculus is:
IIf([CanCost],1,iif([AntPerc]="0",(([AntVal]/[Prezzo imponibile])*100),[AntPerc]))
- [CanCost] is a radio button.
- [AntPerc], [AntVal] and [Prezzo imponibile] are integers
Return me a syntax error.....
What is wrong?