Jump to content

Recommended Posts

Posted

We current cast a pdf via email but I need to also save an archive copy in a folder.

Hoping someone been able to do this and is willing to share.

If anyone has another approach I should be considering please let me know

Thanks

Barry

Posted

Assuming that I understand properly your question, here one option

I suppose that RC is performing a fex that produce your report.

So, what you can do is to "ask" the same fex to also save the report somewhere.

Then you create two tasks in RC :

1- To distribute the report where you add a parameter &SAVETO = N

2- To save the report where you add a prameter &SAVETO = Y

Here the sample fex

-DEFAULTH &SAVETO = 'N'TABLE FILE CARSUM SEATSBY COUNTRYBY CAR-IF &SAVETO EQ 'Y' THEN GOTO SAVEFILE;ON TABLE PCHOLD FORMAT PDF-GOTO ENDRPT-SAVEFILEON TABLE HOLD AS EDA_Folder/MyResult FORMAT PDF-ENDRPTEND-RUN
Posted

You could create another schedule for the report that distributes the PDF output to the Repository.image.png.971bf1610ab6d2f3c4337e1ca4b99461.pngThen indicate the folder location within the Repository where you would like it to go. I think it adds a timestamp to the filename of the saved report, so you will have multiple copies saved.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...