4 Answers, 1 is accepted
I have tested the expression you mentioned on our demo, but still I get correct result. Please take a look at the image attached to verify whether I am missing something in my attempt to reproduce the case.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
In the first look example I change the first rows UnitPrice to 3.3. Then I change the expression to be
Pow(UnitPrice, UnitPrice) this works
but
Pow(3.3, 3.3) does not
but
Pow(3, 3) works
What does the Pow function accept?
Actually, this is not the expected behavior and we have already logged it into our Public Issue Tracking System. You can follow its progress here.
For the time being I could suggest to insert the function as follows - Pow(2.5e0,2.5e0).
Thus the parser will be aware that those are decimal numbers and will be able to calculate the function.
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>