RE: Fixed Asset Balances Report: How to add BusinessUnit and Employee financial dimensions on Fixed Asset Balances Report?
Got if finally.
Fixed Asset Balances Report data source is a query AssetBalances and this query uses View name AssetBalances.
See the screen shot and it contains all AOT objects related to AssetBalances report.
In the view AssetBalances->Fields added three fields from AssetBookMerge table and then added to the query as well.
LastDepreciationDate
AcquisitionDate
DefaultDimension
Added LastDepreciationDate in to the query Range for date filtration.
In the AssetBalances View methods added two Display Methods to get BusinessUnit and Employee from Asset Value Model.
I can directly place the financial dimensions fields on the report, but we have two companies where dimension names are different so i wrote the display methods..
On re-selecting the query in Visual Studio, Now I can see new fields, display methods and a new table for DefaultDimensions.
Now I can filter the report by LastDepreciationDate and displayed BusinessUnit and Employee dimensions on report for each asset.