Skip to main content

Notifications

Announcements

No record found.

Small and medium business | Business Central, N...
Unanswered

Filter/find empty values in item list - how?

Posted on by 2
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!
Categories:
  • Suggested answer
    Ariba Mehdi Profile Picture
    Ariba Mehdi 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
    Govinda Kumar 2,203 Super User 2024 Season 1 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
    Brett F 191 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans