Math Operations | XM Community
Solved

Math Operations


Userlevel 1
Badge +4
Hi,

I'm doing a Math operations and storing it in an Embedded Data using below code...

$e{ ( e://Field/CSO_Score / 15 ) * 100 }

However, I also want the above operation to give me a rounded value.

I tried to use the below code however it is giving an invalid expression

$e{ round ( ( e://Field/CSO_Score / 15 ) * 100 , 0 ) }

I'm definitely missing some thing. Any inputs / suggestion?
icon

Best answer by MohammedAli_Rajapkar 16 May 2018, 13:00

View original

2 replies

Userlevel 7
Badge +20
Can you remove the space after "round" and try?
Also just wanted to check, are you getting the value for $e{ ( e://Field/CSO_Score / 15 ) * 100 } correctly?
Userlevel 1
Badge +4
Thanks Mohammedali!

It worked - and yes I'm getting the value for the math operation correctly. Thanks for checking!

Leave a Reply