Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Unanswered

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!
  • Suggested answer
    Ariba Mehdi Profile Picture
    160 on at
    Filter/find empty values in item list - how?
    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!
  • Suggested answer
    Govinda Kumar Profile Picture
    2,211 Moderator on at
    Filter/find empty values in item list - how?
    For string field, you can filter the empty string like we do in AL code with single quotation marks ('')...
  • Suggested answer
    Brett F Profile Picture
    344 on at
    Filter/find empty values in item list - how?
    A filter of 2 single quotes will filter to only items where the field is blank, like this:

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 1,452

#2
YUN ZHU Profile Picture

YUN ZHU 1,313 Super User 2025 Season 1

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 1,083 Most Valuable Professional

Featured topics

Product updates

Dynamics 365 release plans