How to remove decimal value from sugar formula

Hello Everyone,

I applied below formula in my field,

 concat("Project ",related($opportunities_deep_ib_deal_1,"project_name_c"),"-",toString(add(related($opportunities_deep_ib_deal_1,"count_of_c"),1)))  where "count_of_c" is number type field,

I am getting below value:    Project -2.000000

but i want value like:  Project -2

How i can achieve this.

Thanks in Advance

Parents Reply Children
No Data