Hi All,
I have an application where the data from R/3 server is displayed on the table.
The different columns are:
1. Date 2. Volume 3. Price
the Volume is corresponding to the date mentioned. which is in past/or future.
I have to read the difference between current date and the column date in days. and multiply that with a price factor( to be read from the server ) and add it up with price on current day( to be read from server) and display it under the column "price".
there can be many rows with many different dates and different corresponding price factors.
Can some one tell me how to go about this.
Thanks in advance
Srikant