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
    • 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
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Learn more about 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)
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Program
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

How to configure GQI query in low code app with a join left with “and” condition

154 views6th November 2025low code app gqi is null
0
Harald Schwarz [DevOps Advocate]495 4th November 2025 2 Comments

We need to have this query: All contacts not applied to selected event
SELECT c.* FROM CONTACTS c
LEFT JOIN EVENT_CONTACTS ec
ON c.ID = ec.ID_contact AND ec.ID_event = [linked to table Events Object manager instances.ID] WHERE ec.ID_contact IS NULL;

But don't know how to add WHERE ec.ID_contact IS NULL condition to JOIN in LCA query structure

This is already configured:

Sebastian Ulloa [SLC] [DevOps Advocate] Answered question 5th November 2025
Shawn Michaud [SLC] [DevOps Member] commented 4th November 2025

Do you have an example of what the dataset looks like without the filter on ID_Event?

Miguel Obregon [SLC] [DevOps Catalyst] commented 5th November 2025

Hi Harald,
Maybe I am overlooking something, but I believe that the filter section will implement your "where" condition in your SQL query.

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Sebastian Ulloa [SLC] [DevOps Advocate]2.12K Posted 5th November 2025 4 Comments

Hi Harald,

As Miguel pointed out, you might want to use the Filter operation you have at the end of the query.
If you want to remove those results with an empty EVENT_CONTACTS.ID_contact you can use the Not Regex condition and set as filter value a dot "."
For example:

Sebastian Ulloa [SLC] [DevOps Advocate] Posted new comment 6th November 2025
Harald Schwarz [DevOps Advocate] commented 6th November 2025

Hi Sebastian,
it's the other way round:
We want to have those results WITH an empty EVENT_CONTACTS.ID:
select * from CONTACTS
where id NOT in (select ID_contact from EVENT_CONTACTS
where ID_event =
[link to table Events Object manager instances.ID])

Sebastian Ulloa [SLC] [DevOps Advocate] commented 6th November 2025

Hi Harald,

The filter above will remove those entries that have a match between the CONTACTS and the EVENT_CONTACTS, meaning that the result set should be the CONTACTS without an EVENT_CONTACT.

Referencing the image in my previous response, the Filter has to be done over the column of the EVENT_CONTACT.ID_Contact, instead of the "Organization".

Harald Schwarz [DevOps Advocate] commented 6th November 2025

Hi Sebastian,
got it. But unfortunately for Filter method I have only two options "equals" and "not equals". The "Not regex" isn't available in drop down.

Sebastian Ulloa [SLC] [DevOps Advocate] commented 6th November 2025

In that case, it means that the column you are using for filtering is not a string, and that an extra step has to be made.
Before the new Filter operation, add a "Column Manipulation" operation to create a copy of your existing ID column. Then this new column should have the Not Regex option.
I have updated the image of the answer above that illustrates the new step.

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

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin