Jump to content

mini plan


---
 Share

Recommended Posts

  • 1 month later...
Yes you can.

"C:\Users\XYZ\Desktop\mainfolder\"+getRecordHead("measRun")+"\"+getRecordHead("planid")+getRecordHead("dateshort")+getRecordHead("time")+".pdf"

You just need to add ("\") after selecting measrun from report header fields.
Link to comment
Share on other sites

So I'm terrible at this, and I'm just doing this to get better. I'd like to make a file path that goes into the results folder, then into a folder of the "planid", and then in that folder of the miniplan/all characteristics. I thought this would work, but it isn't.

"C:\Users\Public\Documents\Zeiss\CALYPSO\workarea\results\"+getRecordHead("planid")+"\"+getRecordHead("measRun")+"\"+getRecordHead("planid")+getRecordHead("dateshort")+"-"getRecordHead("time")+".pdf"

Can anyone point me in the right direction?
Link to comment
Share on other sites

Please sign in to view this quote.

I guess you miss one "+" before time stamp. Can you try this?

"C:\Users\Public\Documents\Zeiss\CALYPSO\workarea\results\"+getRecordHead("planid")+"\"+getRecordHead("measRun")+"\"+getRecordHead("planid")+getRecordHead("dateshort")+"-"+getRecordHead("time")+".pdf"
Link to comment
Share on other sites

Please sign in to view this quote.

Did the same thing as before. It Names the part the planid, but with the increment part number after? Just goes right in the results folder.
Link to comment
Share on other sites

 Share

×
×
  • Create New...