Can you give an example of any complex report you designed
using Actuate?
Answers were Sorted based on User's Feedback
Answer / dayanand
In one my my developed report there is a java object i am
using through which i am extracting a password matrix which
is used as a authentication for all the report section and
depending on this password matrix particular report is
viosible to the user. This all happens at runtime as
password matrix data is changed time by time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jagdish
One of the Complex report I had designed is while upgrading
report from Actuate 4 to Actuate 7 in Siebel-Actuate
environment. The report have one parent BC and two child
BC's. The report output should show a single line out of
these three Bc's for a particular record.There should be 2
levels of comparision between 2 child bc's prior to
printing the report. The problem is resolved by overriding
Read() method of the 2nd child BC instead of fetch method()
for value assignment.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is afc?
how many times executite the fetch method at run time?
What is data stream and data adapter is it same are different? Explain?
how to implement the parallel report
WHERE WE USED JAVA CONCEPTS IN ACTUATE?
What are actuate smart reports?
Can we define global methods in a report?
How to call a stored procedure from a report?
wat is synchronous and asynchronous reporting?
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?
What is report bursting?
what is data stream and data adaopter is it same r different? tell me?