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...