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 :
Finance | Project Operations, Human Resources, ...
Suggested Answer

Electronic reporting (calc. field)

(0) ShareShare
ReportReport
Posted on by 5

Hi
i want to create a ER as   item , sls qty, prod qty, pur qty  etc
for this
i am taking the datasource as InventTrans and i want to get the vlaues of Sales , prod, purhcase etc based on transorigin.ReferenceCategory (for exmaple if categoy is zero it is sales)
i am trying to create a calculated field with below formula (where @ is the inventtrans table)

1.) my question is how to sum the qty based on different categories
2.) do i have to create different calc fields for Prod and purch etc.,
3) when iam trying to create Calc field like below iam getting error

`*

if(@.‘InventTransOrigin.ReferenceCategory’==0,@.Qty,0)

*`

Syntax error: We found a problem with this formula; syntax error near ‘(’

I have the same question (0)
  • Suggested answer
    Arcadi Profile Picture
    796 on at

    Reference Category is not a number, is an Enum, you have to insert the enum "InventTransType" and then:

    if(@.‘InventTransOrigin.ReferenceCategory’==InventTransType.Sales,@.Qty,0.0)

  • Abdullah.Y Profile Picture
    5 on at

    actually i tried that also but stil the same syntax error

  • Suggested answer
    Alireza Eshaghzadeh Profile Picture
    14,849 Super User 2026 Season 1 on at

    Hi Abdullah,

    Can you provide more info about your model so we can assist better.

    Regarding the formula you cannot have to equals, IF(@.‘InventTransOrigin.ReferenceCategory’=0,@.Qty,0)

  • Suggested answer
    Alireza Eshaghzadeh Profile Picture
    14,849 Super User 2026 Season 1 on at

    I have check InventTransOrigin table and Reference(ReferenceCategory) field is related to InventTransType as Enum

    pastedimage1676279167791v1.png

    What is your business requirement? 

  • Abdullah.Y Profile Picture
    5 on at

    i want to create a ER report  from inventtrans Table

     item | sls qty |prod qty |purch qty|

    pastedimage1676279976843v1.png

    for this i selected the inventtrans table  as datasource 

    now for getting sales value ( for example)  iam trying to create a calc field  using if statement 

    if the ref category is sales  ( "0" or   InventTransType.Sales) ,   then the value should be the inventrans.Qty else 0

    but iam getting error

    pastedimage1676280036725v2.png

    pastedimage1676280121094v3.png

  • Suggested answer
    Alireza Eshaghzadeh Profile Picture
    14,849 Super User 2026 Season 1 on at

    You can use following calculated field on InventTrans

    You need to define Enum for InventTransType in advanced!

    WHERE(

      InventTrans,

      InventTrans.'inventTransOrigin()'.ReferenceCategory = Enum.InventTransType.Sales)

    Then on the field mapping you can define that quantity comes from that calculated field.

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 > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 689

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 606 Super User 2026 Season 1

#3
CP04-islander Profile Picture

CP04-islander 356

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans