You can use requester API in an Actuate Report or a VB application and then schedule the reports 300x. You can submit them synchronously or asychronously. If synchrous then you submit the reports one after the other, this is suggested if the execution time of the report is very small. If you...
Depending on the run date you can set the destination folder on the Server by overriding the SuggestROIName functionon the top most component of the report in the left pane.
Copying a report from one server to other you need to use RSAPI.
Vishu Kuppaa
Round about solution -
Create an APP level var say app_blnRowsFound as Static and Boolean
Set this to tru on the ONRead()
If the Before Slot in the FINISH() method access the APP level variable and decide what you want to do
Vishu Kuppaa
You need to do the following
1) Create a instance variable on the datarow and name it qCustomGroup
2) In the OnRead Method, get the substring that denotes the BBB's that u want to group on
3) Instead of just AcSQLQuerySource (or any similar component) You shall have AcMemoryDataSorter Component...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.