2009 Apr 15 3:39 PM
hi gurus,
I have a report which select all records from EGERH with condition 'BIS = 12/31/9999'. Then update those records with values from other tables and finally displaying report. As per user, this report shows 'Historical data' and he wants 'current status of valid meters'. What records are being selected in above EGERH selection? Is it history of meters or current valid meters?
If it is history data, how can I select 'current valid meters'?
thanks..
Saj
2009 Apr 16 3:51 AM
As I know, the table store the Device and Device location of corresponding equipment in a certain period of time. by set the Valid To date (BIS) to 12/31/999, it should select the current device of the equipment. If there was a change of device , the old device is not suppose to keep.
2009 Apr 16 3:51 AM
As I know, the table store the Device and Device location of corresponding equipment in a certain period of time. by set the Valid To date (BIS) to 12/31/999, it should select the current device of the equipment. If there was a change of device , the old device is not suppose to keep.
2009 Apr 17 1:44 PM