Page 1 of 1

using conditional and mathematical operators

Posted: Wed Aug 26, 2015 3:03 pm
by andrets13
using conditional and mathematical operators within the Reporter. because only accepts IIF, but did not fit IF, that programming language is?

Re: using conditional and mathematical operators

Posted: Thu Aug 27, 2015 7:29 am
by HighAley
Hello.

We support C# and VB.NET languages. You could change them in report properties. By default the report language is C#
IIF() is our internal function. You could use if statement. It should be written in lower case.

Thank you.