I’m facing issue in appending decimal to row value of Excel.
Excel column containes hours and hours is definned as custom to have decimal value…
But when i tried to read those hours in uipath it’s not showing hours in decimal.
Thanks but this will append always 0,00 in every row and i want to handel will if statement as some time i have hours like 23,08 or 75,35 then i don’t want 0,00 after.
Assign activity - adding ,00 if excel hours is 185
listTimer + “,00”
result = 185,00 perfect
But when hours is like 1,83 then its adding 1,83,00 … acording to my last Assign activity its doing right …
But it is not that what I want.
I want ,00 only if there is no “,” in the hours… bec then my value is not correct…
so please help…
@Reddy_Paluri you last answer is not right… it totallygiving wrong value…
kindly read again my assign activities… then you will understand what im expecting
In last small picture … left column is actual hours… 1,83 and i have to match same in SAP…
means I need a IF statement… which is checking… if there is no “,” comma value in excel like 178 og 230 only then I needed to add “,00” after the 178 like 178,00 so that value is matched with SAP