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 |
Copy ".roi" file of management console to another path of management console's folder using ".rox" file. or any command of actuate. Is it Possible? if Yes then pls give me Example.
How to do performance tunning of reports?
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 the difference between 'using group by in the sql of the report' and 'having a group section in the report'?
WHERE WE USED JAVA CONCEPTS IN ACTUATE?
wat is synchronous and asynchronous reporting?
which cmponent has onRead method and what it is used for?
what is the filter?
What is data stream and data adapter is it same are different? Explain?
How do you design a report which has multiple child datastream (horizontal seq)
Explain difference between onrow and onread method?
What is AFC? Where we Use AFC in Actuate?