Jump to content

Excel


---
 Share

Recommended Posts

Hello to everyone,
Can we change Excel file names as we like. It is currently recording by program name and part number. I want to use some information in calypso.

Thank you
2500_f45f5502a22c2650907704457cd3f128.png
2500_e321b2e1f1977a871f0c974a7a7da288.png
2500_1e5c9ff107bd87ad3422626c69432986.png
Link to comment
Share on other sites

Calypso will only name the Excel files using the Plan Name and Incremental Part Number.

As a work around, you can set the info you would like to include in the naming of the Excel file as a variable, then set your Incremental Part Number to that variable.
PartID=getRecordHead("partnbinc")
Var1=getRecordHead("order")
Var2=getRecordHead("operid")

NewPartID=Var1+"_"+Var2+"_"+PartID
setRecordHead("partnbinc",NewPartID)
Link to comment
Share on other sites

 Share

×
×
  • Create New...