Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

fieldstr vs fieldnum whats the difference?

Posted on by

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

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

    Thank you Nikolaos.

  • Verified answer
    nmaenpaa Profile Picture
    nmaenpaa 101,156 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
    NoobDaxCoder on at
    RE: fieldstr vs fieldnum whats the difference?

    And fieldstr is required to pass value to range?

  • Verified answer
    nmaenpaa Profile Picture
    nmaenpaa 101,156 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans