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
      • General Inquiries
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

GQuery to get elements with different naming

Solved655 views5th July 2023Dashboards gquery
1
Bruno Sousa [DevOps Member]669 4th July 2023 0 Comments

Hello

Anyone can help with a GQuery sintax to get a table from Dataminer containing all the “paused” elements with name containing “edt*” or “pl*”?

Thank you.

Best regards

Bruno Sousa

Bruno Sousa [DevOps Member] Selected answer as best 5th July 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
3
Reinout Daels [SLC] [DevOps Advocate]780 Posted 4th July 2023 5 Comments

Hi Bruno,

We currently do not support ‘OR’ clauses yet on the Filter operator, but you can work around that using regex filtering with the ‘|’ as an ‘OR’ operator. The complete query could look something like this:

Bruno Sousa [DevOps Member] Selected answer as best 5th July 2023
Miguel Obregon [SLC] [DevOps Catalyst] commented 4th July 2023

Hi,
If I see the condition in more detail, it seems that Bruno would like to include elements starting with “edt” or with “pl”. If this is the case, you should use as regex: ^edt|^pl

Reinout Daels [SLC] [DevOps Advocate] commented 5th July 2023

This does seem more correct indeed, thanks for the addition

Bruno Sousa [DevOps Member] commented 5th July 2023

Hi

Not getting the result but I think is an issue on the regex..

I need a regex that includes elements that has in the “middle” of the name “edt” and “pl” for example:

MVT1EDT001 or LIS2PLX002

Can you help?

Thank you,

Best regards
Bruno Sousa

Reinout Daels [SLC] [DevOps Advocate] commented 5th July 2023

Hi Bruno,

If the ‘edt’ and ‘pl’ should be allowed in any position in the name, this should work with the original query I posted. In case they need to appear explicitly “in the middle” of the name (so not at the beginning or end), you can use .edt.|.pl. as regex.

Hope this helps

Bruno Sousa [DevOps Member] commented 5th July 2023

Is working now!

Thank you both!

BR
Bruno Sousa

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