[Ün...] Posted October 25, 2019 Share Posted October 25, 2019 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 Link to comment Share on other sites More sharing options...
[Ke...] Posted October 25, 2019 Share Posted October 25, 2019 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 More sharing options...
[Ün...] Posted November 1, 2019 Author Share Posted November 1, 2019 Please sign in to view this quote. Thank you for your interest, Can you show me where to add these shared codes? Link to comment Share on other sites More sharing options...
[Ke...] Posted November 1, 2019 Share Posted November 1, 2019 Unal, You need to place this code into the presettings of your program. See attached screenshots. Keith Link to comment Share on other sites More sharing options...
[Ün...] Posted November 1, 2019 Author Share Posted November 1, 2019 Please sign in to view this quote. Thank you Keith Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in