which cmponent has onRead method and what it is used for?
Answers were Sorted based on User's Feedback
Answer / naveen
Onread is a method of Datarow component. whenever the data
adapter fetches a row from data source it creates a new row
and the values are updated in the datarow, after updating
the data adapter calls the OnRead method of the datarow
component. in this method we can add any logic to
manipulate or calculate the datarow variables for the
latest data retrieved into the datarow. This method is the
best place to manipulate the row fetched.
This method is called for each row fetched by the data
adapter.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / santosh bhor
DataRow Component has OnRead method.
To manipulate the Rows which are returned by the query or
add the new rows or expressions at runtime we can use
onRead method.
| Is This Answer Correct ? | 1 Yes | 3 No |
wat is synchronous and asynchronous reporting?
What is AFC? Where we Use AFC in Actuate?
Where we use afc in actuate?
Explain difference between onrow and onread method?
What is report bursting?
Can you give an example of any complex report you designed using Actuate?
How can you change the group key dynamically?
What is the difference between 'using group by in the sql of the report' and 'having a group section in the report'?
Difference between onRow and Onread method?
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?
We had a number of reports scheduled to run at various times. This worked fine for at least a year, now it is the second time round we lost all the scheduled jobs, with no apparent reason we can find. Any ideas?
What is afc?