Hi there,
I read a lot, but still have no Clou to solve my Problem.
I found something interresting here
I just want to change the format in Excel File…such as General value, Number ,Currency, Percentage.
I am use Format Value Activity in UiPath…
It will change the format but i don’t know how use write the changed value in excel file…??
Anyone can tell the solution for this…???
Works fine with this given Default number.
I have the Problem, that I want to get a value from to different sources to the same Format. first out of Excel and later out of SAP.
vb1 Comes from Excel as String
vb2 Comes from SAP as String
I Need at least 5 decimal Digits
My Problem is, when I run the Programm, the Content of the variable seems empty
0,00000
in the MessageBox bevor the Format Value activity the Output of the variable is correct…
Karun
(Karun Kumar Nalam)
July 15, 2019, 4:24pm
2
Hi @Braunbeck
what are the values will vb1 and vb2 contain?
I think i don´t get ur question.
from Excel for example 77746,1. and from SAP 77.746,100
Karun
(Karun Kumar Nalam)
July 15, 2019, 5:31pm
4
Ok, which format your expecting @Braunbeck
Karun
(Karun Kumar Nalam)
July 15, 2019, 5:46pm
5
@Braunbeck
simply use assign activities to assign vb1 and vb2 to format 1 and format 2 variables.
1 Like