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, ...
Unanswered

Filter a field with multiple values

(0) ShareShare
ReportReport
Posted on by 1,307
HI,
I created a form with a view as data source. Form is working fine when opened. In show Filters, InvoiceID is a filter field. When I select MATCHES or IS ONE OF option as the filtering criteria giving multiple values, form is not displaying any records. below is the code that adds the filtering fields.
 
 [DataSource]
    class XXXXListPageView
    {
        /// <summary>
        ///
        /// </summary>
        public void init()
        {
           QueryBuildDataSource QBD;
           QueryBuildRange      qbdrRecId;
            QueryBuildRange     qbdrInvoiceId;
            super();
                     
            QBD = this.queryBuildDataSource();
            qbdrRecId= QBD.addRange(fieldNum(XXXXListPageView,RecId));
            qbdrRecId.value('0');      
            qbdrInvoiceId = QBD.addRange(fieldNum(XXXXListPageView, InvoiceId));
            qbdrInvoiceId.value(/ /);
            QBD.clearDynalinks();
        }
    }
I have the same question (0)

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!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
André Arnaud de Calavon Profile Picture

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

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 390

#3
Adis Profile Picture

Adis 266 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans