Solved
round the percent
Hi team,
Is there a way to round the decimal points for the function below:
(percent([indicators/@estimatedRecipientOpen],[indicators/@successWithoutSeeds]))*100
I tried adding round:
round((percent([indicators/@estimatedRecipientOpen],[indicators/@successWithoutSeeds]))*100, 2)
but it throws an error saying that the round function requires 2 or 3 arguments. Please suggest how I can achieve this.
<node expr="(percent([indicators/@estimatedRecipientOpen],[indicators/@successWithoutSeeds]))*100" alias="@OpenRate"/>
Thank you in advance.