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 |
Explain difference between onrow and onread method?
What is AFC? Where we Use AFC in Actuate?
what will we have to do if we want to generate an existing report in different language for different countries??
What is the difference between -using Group by in the SQL of the report -having a Group section in the report
What is report bursting?
Can we connect to 2 different types of database through the same report?
HOW TO DEBUGGING A REPORT?
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.
I generated one report design time I can color green. At run I want bule how to change dynamically? And which method I can over write?
what is data stream and data adaopter is it same r different? tell me?
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 are actuate smart reports?