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 :
Small and medium business | Business Central, N...
Suggested Answer

Filter/find empty values in item list - how?

(1) ShareShare
ReportReport
Posted on by
I'm trying to find all items that has a specific field without any data in it. 
For instance, I want to find all items that has no value in the GTIN-field. 
 
How can I do this without having to extracting all the items into an excel list and filter it there? 
 
Thank you!
I have the same question (0)
  • Suggested answer
    Brett F Profile Picture
    454 on at
    A filter of 2 single quotes will filter to only items where the field is blank, like this:
  • Suggested answer
    Govinda Kumar Profile Picture
    2,304 Moderator on at
    For string field, you can filter the empty string like we do in AL code with single quotation marks ('')...
  • Suggested answer
    Ariba Mehdi Profile Picture
    166 on at
    If you want to find it through development in AL, try this code to filter out the records where the field is empty. Here the [fieldname] can be replaced by the actual fieldname. 

    var
         recordItem: Record Item;
    begin
         recordItem.setfilter([fieldname], '=%1', ' ');
         recordItem.findset();
    end;
     
    Hope this helps!

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 > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,993 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,116 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 557 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans