Simple matematics plus and divided

Stimulsoft Reports.NET discussion
Post Reply
talexandar
Posts: 8
Joined: Wed Oct 20, 2021 1:13 pm

Simple matematics plus and divided

Post by talexandar »

I need to calculate folowing
(Value1 + value2)/4.
i did folowing in expression {Value1+Value2}, it works, but whwn i say {{Value1+Value2}/4} i have error

thx for answer
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Simple matematics plus and divided

Post by Lech Kulikowski »

Hello,

You can use the following expression:
{(Value1+Value2)/4}

Thank you.
Post Reply