Jump to content

can Reportcaster save to a file?


Barry Hillier

Recommended Posts

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
Link to comment
Share on other sites

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...