Reg Date Issue

Hi,

I have a customisation in Inventory Management module

reports → Status → Inventory by Inventory Dimensions aging Report

hear when i open the report parameters such as As on date, Column1,Column2,column3,Column4 which is a date fields.

Now my requirement is As on date is same, Remaining Column1,Column2,column3,Column4 should be automatically populated by 10,20,30,40 days decreasing.

Can any body share the idea how to proceed.

Thanks In Advance

in invent report age class,have a look at getfromdialog() method ,

dates = dialogDates.value(); // dates works as an array of dates

dates[2] = dates[1]+10;//simply assign dates like this by incrementing date by 10,20…

rgds,

narayan