11-17-2017 01:05 PM
Hi,
I am trying to save an array created with global variables to Excel. If you want to try it doesn't matter the global variables, if you can see the excel created it will be perfect.
I have been looking lots of example on the comunity but I couldn't made it run.
Do you know what I am doing bad?
For intance, this error apperas:
Solved! Go to Solution.
11-17-2017 02:24 PM
The error pretty much explains it. Did you look at the help file for the save report to file.vi? The repot file path also requires a file name, not just the location.
I did not open your vi, but the screen shot only shows the path.
11-17-2017 03:43 PM
Hola aitor,
No usaste "build path" correctamente. La primera entrada es la ubicacion, el segundo es el nombre del archivo. Por ejemplo "MyFile.xlsx"
11-18-2017 07:10 PM
My son speaks Spanish, but I don't, so I can't tell if GregoryJ solved your problem (and you didn't mark his Reply as a Solution). So I checked out your VI, and you failed to give a valid Excel filename for the output file. In my VI, I used the path <My Documents>\Exportar.xlsx, and that gave me an Excel file!
Bob Schor
11-19-2017 03:46 PM
... also your "insert into a blank array" in the upper left is pure Rube Goldberg code. All you need is another Built array as follows: