Can we define global methods in a report?
Answers were Sorted based on User's Feedback
Yes we can define global methods in eRDPro.We can put our
procedure and function in .bas file and use.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / shiji
I think there isn't anything like a global method in
Actuate. A method is a procedure you declare within a class
declaration. A global procedure can be defined by creating
a new Actuate Basic source (.bas) file or by using an
existing BAS.
| Is This Answer Correct ? | 3 Yes | 2 No |
What is afc?
Can you give an example of any complex report you designed using Actuate?
Can we define global methods in a report?
how can i generate a report by getting values from two reports. the generated report should contain the 5 values of first report and last 5 values of second report. can any one guide me on this. pls... awaiting for the rply..
which cmponent has onRead method and what it is used for?
What is page level security?
Where we use afc in actuate?
wat is synchronous and asynchronous reporting?
I need a help for Connecting to iServer Volume using IDAPI Classes(Java Classes) and after connecting to iServer i want to execute the ROX on iServer and also want know the status whether that job is succesfully run or not. Please do the needful if anyone of you known the code and send the copy of it ASAP.
How to generate a report by getting values from two reports. The generated report should contain the 5 values of first report and last 5 values of second report?
What is report bursting?
HOW TO DEBUGGING A REPORT?