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

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

fieldstr vs fieldnum whats the difference?

(1) ShareShare
ReportReport
Posted on by 6

Is there any difference between fieldstr and fieldnum?

QueryBuildDataSource qbds;
qbds = this.query().dataSourceTable(tableNum(Test));
qbds.name('Test');
qbds.addRange(fieldNum(Test, CustGroupId)).value(strFmt('((%1.%2 == "20") || (%1.%3 == "30"))', qbds.name(),
fieldStr(Test, CustGroupId),
fieldStr(Test, CustGroupId)));

Code doesnt work if i replace fieldnum with fieldstr.

*This post is locked for comments

I have the same question (0)
  • NoobDaxCoder Profile Picture
    6 on at
    RE: fieldstr vs fieldnum whats the difference?

    Thank you Nikolaos.

  • Verified answer
    nmaenpaa Profile Picture
    101,160 Moderator on at
    RE: fieldstr vs fieldnum whats the difference?

    You are using an expression in your query range. There you need to use the field name. Normal simple range values don't contain field ids or names but if you want to use expressions, you need to use table and field names.

  • NoobDaxCoder Profile Picture
    6 on at
    RE: fieldstr vs fieldnum whats the difference?

    And fieldstr is required to pass value to range?

  • Verified answer
    nmaenpaa Profile Picture
    101,160 Moderator on at
    RE: fieldstr vs fieldnum whats the difference?

    FieldNum returns the field id.

    FieldStr returns the field name.

    QueryBuildDataSource.addRange method wants field id as a parameter.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Syed Haris Shah Profile Picture

Syed Haris Shah 9

#2
Community Member Profile Picture

Community Member 2

#2
Mea_ Profile Picture

Mea_ 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans