Skip to Content
0
Former Member
Dec 07, 2009 at 02:45 PM

Updating the previously updated records in Crystal Reports

115 Views

Hi All,

Well I am currently working on Crystal report 11. The issue that I am facing is in regard to the already updated row's record.

In one of my reports I am fetching data from the database which is received by the Crystal Report's one by one as in the normal cases it is being done. For each record some manipulation is done and then it is printed for the user's viewing.

The problem that I am facing can be better be explained while taking an example.

Lets suppose, I have 100 rows of records in the database table which I have to show to the user after modifying any row of record if necessary. And in each row of record there are suppose 10 columns. Now in the data in the 10th column of the row is dependent on the any xth row of record which is a variable value which can be 5th row, 19th row or even 100th row.

Now when I receive 1st row I manipulate it if required and print it, then I receive 2nd row and print in the same fashion, n so on. Now in the 15th row I receive some data by which I have to modify the 10th column of the 2nd row which I had previously modified and printed. This dependency could be for any row depending upon the kind of data the record brings.

Is there any way to handle these kind of cases at the Crystal Report end side. If you need any further clarification in regard to this or any more information then please do let me know.