Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multiple MAXL in serial from batch

MikkisOct 22 2019 — edited Oct 22 2019

Hi,

Not sure if this is possible, is there a way we can run multiple maxl (Calc script/data export/data load) run in series from a single batch file.

For example, I have script that runs aggregations that need to be executed first. Then I need to export that aggregated data using report script. Finally reload that data back to Cube.

I want all these to happen in order and wait for prior process to finish. And I can't change the process.

Forgot to mention that there are other processes in between like running a SQL procedure/statements. Running MAXLs in series is not a problem, but having the non-MAXL processes in sequence is what we need to achieve

Thanks in advance,

PM

Comments

So your primary desire is to copy and paste? Have you tried the "Copy Selected Rows" button? If so, how would you like it to behave?
Also, I assume you have tried saving the data as CSV? Then you can literally open it in Excel.

User_ZZQ0F

Yes, I would like to have a possibility of copy and pase but only selected part of result (ex. only one column)

1 - 2