Hi all, apologies if this is a common or simple issue im rather new to this, but i created a program using templates from our previous metrology engineer which is supposed to export results to both a .CSV file to be used for data calculation in excel and a PDF file as well. the issue im having is while the .PDF file generates just fine with all dimensions the .CSV file will only generate with feature names but no actual dimensions in it. I can post portions of the program if needed just wondering if anyone would be able to assist.
So ive attached the settings used when it generates the file. and the form used to generate the file name, I just find it weird that the PDF is showing fine but the CSV wont. I also have all dimensions outputting to report
You have report dimensions between stats on / stats off.
Are the dimensions defined between those commands? If you do not have any stats command I would suggest unchecking that setting.
Plus the output is set to XLSX. Do you want CSV?
I ended up report dimensions between stats off as it was not being used. our former engineer added a +.csv line which automatically changes the file extention to .CSV, but even attempting to remove this and saving as an excel sheet yields no dimensions in that report. PDF still generates just fine
Hi all i ended up finding a solution, figured id post here with what it was. the .P2X file i was using was the culprit, after replacing it with an old working one from a similar program and renaming it to the new program name it worked perfectly fine!