- Joined
- Jul 13, 2018
- Messages
- 779
- Reaction score
- 122
I am getting the following error.
System.Exception: Unable to parse expression: [IIf([ReportCallEnabled]!=True || [Number]=="", True, IIf([CallType]!=Inbound, True, False))]
.
.
.
System.Exception: Unable to parse expression: IIf([CallType]!=Inbound, True, False)
How can I re-write this to work?
System.Exception: Unable to parse expression: [IIf([ReportCallEnabled]!=True || [Number]=="", True, IIf([CallType]!=Inbound, True, False))]
.
.
.
System.Exception: Unable to parse expression: IIf([CallType]!=Inbound, True, False)
How can I re-write this to work?