05-09-2017 07:35 AM
Oh right, well with 'format into string' I have to do each value individually, now I'm using a number to decimal string which works for the array.
05-09-2017 07:45 AM
Hi Xebe,
"Number to decimal string" converts into integer numbers - as the help explains.
You might want to use "Number to fractional string" instead…
05-09-2017 07:50 AM - edited 05-09-2017 07:52 AM
Well the problem with fractional is that I get numbers like "414.320.000" which are millions while it should be hundreds.
Edit:
Solution lies in the conversion in excel. I overlooked that the first time around.
05-09-2017 07:53 AM
Hi Xebe,
the problem with fractional is that I get numbers like "414.320.000" which are millions while it should be hundreds.
I really don't think it's a problem of the NumberToFractionalString function!
Could you attach the file you created using this function?
Instead I believe its a problem within Excel because of using different assumptions about formatting of numbers!
Lesson learned: When you talk about specific problems you should attach your VI and/or the files you think are formatted wrongly…
05-09-2017 07:55 AM - edited 05-09-2017 07:57 AM
Like I said in my edit (which you probably missed, but no problem for that), it was indeed an issue with the conversion of excel.
The problem is now solved correctly.
Once again, thanks for your help and patience.
(edit: attached is the latest csv file)