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

Add range in View object using X++

(0) ShareShare
ReportReport
Posted on by 120

Hello everyone, how to set value in range using X++?

I also check the available override methods, which method should I put addRange?
pastedimage1634010004867v1.png

I want to put value here using X++ code

pastedimage1634010091967v2.png

I have the same question (0)
  • Verified answer
    Martin Dráb Profile Picture
    236,859 Most Valuable Professional on at
    RE: Add range in View object using X++

    Views are synchronized to database, therefore you can't change them at runtime.

    But you can use a query to fetch data from the view, and you can easily add ranges to the query.

    Query query = new Query();
    QueryBuildDataSource ds = query.addDataSource(viewStr(MyView));
    ds.addRange(fieldNum(MyView, MyField)).value(queryValue(...));

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…

Pallavi Phade – Community Spotlight

We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 734 Super User 2025 Season 2

#2
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 636

#3
Martin Dráb Profile Picture

Martin Dráb 553 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans