Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

How to filter a table on non empty values?

Solved2.01K views23rd June 2020filter SLNet table
4
Laurens Moutton [SLC] [DevOps Enabler]8.86K 22nd June 2020 0 Comments

A table can be filtered on a column that has a certain value e.g. value=2003 == 1

Is it possible to have a similar filter to return rows where values are not “Not Initialized” or doesn’t contain an empty string value? Something similar like !String.IsNullOrEmpty(columnValue);

I currently need to add an extra column as a helper to indicate if the column I originally want to filter on has a value or not and then execute the filter on that helper column, but that seems a bit cumbersome and a waste of memory if we could simply filter out empty string values.

Laurens Moutton [SLC] [DevOps Enabler] Selected answer as best 23rd June 2020

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
5
Wouter Demuynck [SLC] [DevOps Advocate]5.94K Posted 23rd June 2020 1 Comment

As far as I know, there’s no magic keyword to exclude values that are ‘Not Initialized’ (empty).

You could use a trick with wildcards:

value=2003 == ?*

Be aware that this might cause an extra performance hit to evaluate the filter, as the wildcard needs to checked against the values.

Depending on where you want to use the query result, the other alternative is to still include the ‘Not Initialized’ values in the query and filter out those rows afterwards.

Laurens Moutton [SLC] [DevOps Enabler] Selected answer as best 23rd June 2020
Laurens Moutton [SLC] [DevOps Enabler] commented 23rd June 2020

The filter indeed works to give the desired result. As this is a filter being used in a tag of an EPM (CPE) manager driver, I can’t filter it out afterwards. I’ll take the warning about the performance hit into account as my setup contains then-thousands of rows and will fill in the not initialized cells with empty strings and then use the first part of the fullFilter that Wim suggested

3
Wim Bruynooghe [SLC] [DevOps Advocate]6.59K Posted 22nd June 2020 1 Comment

This is possible by specifying a full filter:

fullFilter=(2003 != ”) AND (2003 != ‘Not Initialized’)

Laurens Moutton [SLC] [DevOps Enabler] Posted new comment 22nd June 2020
Laurens Moutton [SLC] [DevOps Enabler] commented 22nd June 2020

It works to filter out empty string values, but not for the ‘Not Initialized’ ones

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs