Round Up

Hi,
I have formula below in my fork flow table report and the return value is 66.699476398%.
How can i use round up formula to have result as 66.70% ?

<<CONCATENATE(SUM(SELECT(KICKBACK[Amount],AND([status] ="UNPAID",[DUE DATE]<TODAY())))/SUM(SELECT(KICKBACK[Amount], [status] ="UNPAID"))*100,“%")>>

Thanks in advance.

 

0 2 133
2 REPLIES 2

Probiere 

ROUND([decimal] * 10 ) / 10,0

Dear Tommy62,
How can i use it inside of my formula?

Top Labels in this Space