web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Fixed assets customized report creation in SQL report builder

(0) ShareShare
ReportReport
Posted on by 60

Hi All,

I am new to DAX development area.
I've been assigned a task to create location wise fixed asset report according to following format:

DOP Location Code Group Decription Cost Depreciation Accum. Depreciation Net Book Value

7/1/2016

 ABC

RE013

AC

AC-2-RE013

45,000

20%

25,600

19,400

I've already created the report up to 70% but i am not able to find the Net Book Value and Fixed asset depreciation value from any DB table. Here are the tables which i've closely analyzed.

[ASSETDEPRECIATIONPROFILE]
[ASSETBOOKTABLE]
[ASSETTABLE]
[ASSETBOOK]
[ASSETBOOKMERGE]
[ASSETTRANS]
[ASSETBALANCES]

Can anyone please help me with this issue. Where to find depreciation value and net book value from database. I've to submit the report very soon.

Thanks in advance.

R

select * from [dbo].[ASSETDEPRECIATIONPROFILE]
select * from [dbo].[ASSETBOOKTABLE]
select * from ASSETTABLE
select * from [dbo].[ASSETBOOK]
select * from [dbo].[ASSETBOOKMERGE]
select * from dbo.ASSETTRANS
select * from ASSETBALANCESelation

Account code Account selection

Item

code

Item relation
Price (sales) Group TrdAgrWS Table 000103

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Ludwig Reinhard Profile Picture
    Microsoft Employee on at

    Hi,

    The asset book and asset trans table contain those values.

    Based on the values that you find there, you have to calculate the total depreciation and the net book value of the assets.

    Those tables don't contain those values itself; that's why a calculation is required.

    For details, please take a look at the asset statement classes.

    Best regards,

    Ludwig

  • Suggested answer
    Vilmos Kintera Profile Picture
    46,149 on at

    If you know the location of the fields within AX, then Right click the field > Personalization, then in the bottom right corner you would see what form datasource / table and field, or display/edit method is being used.

    It is also possible that in some cases it is not a (datasource-)bound field, but the value is calculated and assigned from code. In that case using the AOT in the AX developer client and checking the form control should reveal what piece of code is being used for the calculation such as a class. You can work your way back from there to figure out what to put on your report to get the expected results.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans