Hi All,
I have a Dimension where all the Asset Items are maintained. For each Asset Item there is Date of Acquisition which I have maintained it as a property "DOA" in the Dimension.
Now when I am loading the Master data from BW info provider the date of acquisition is maintained in 2004.10.28 format. Load is successful but the in BPC it is populating as 20041028 in the DOA column of the Dimension.
Next I am bringing the DOA in Excel Input form to show the user when the asset was capitalized. In the same form I need to use the Excel "DAYS" functionality to decide on the number of days it has been used. When entered the formula :
Asset Item | DOA | DOR | NOD |
---|---|---|---|
ASSET1 | 20041028 | 2016/03/25 | =DAYS(ENDDATE,STARTDATE) ; result ########### |
How to convert the DOA in proper date format. Any idea please share it.
Regards
KMG