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 make GQI dropdown DefaultValue appear selected in Low Code App configuration?

Solved96 views4 days agoAd Hoc data source dropdown low code apps query
3
Alexandre Bonnet [DevOps Enabler]391 6 days ago 1 Comment

Hello Dojo,

I have a GQI ad hoc with a dropdown argument defined as follows:

<code class="language-csharp"><span class="token">private</span> <span class="token">static</span> <span class="token">readonly</span> <span class="token">GQIStringDropdownArgument</span> _argumentParameterMode <span class="token">=</span> 
    <span class="token">new</span> <span class="token constructor-invocation">GQIStringDropdownArgument</span><span class="token">(</span><span class="token">"Parameter Mode"</span><span class="token">,</span> 
        <span class="token">new</span><span class="token">[</span><span class="token">]</span> <span class="token">{</span> <span class="token">"Exclude"</span><span class="token">,</span> <span class="token">"Contains"</span><span class="token">,</span> <span class="token">"Equals"</span><span class="token">,</span> <span class="token">"Regex"</span> <span class="token">}</span><span class="token">)</span> 
    <span class="token">{</span> 
        IsRequired <span class="token">=</span> <span class="token">false</span><span class="token">,</span>
        DefaultValue <span class="token">=</span> <span class="token">"Exclude"</span>
    <span class="token">}</span><span class="token">;</span></code>

The DefaultValue works correctly - the filtering behavior uses "Exclude" as expected when no value is explicitly selected.

However, in my Low Code App query configuration, the dropdown list displays "Filter" instead of showing "Exclude" as the selected value. This is just a UI/visual issue, but it's confusing because users can't see what the current default setting is.

Expected behavior: The dropdown should visually show "Exclude" as the selected option.

Current behavior: The dropdown shows "Filter" (or appears empty/unselected).

Is there a way to make the dropdown UI properly reflect the DefaultValue that's already being used?

Thanks!

Alexandre Bonnet [DevOps Enabler] Selected answer as best 4 days ago
Alexandre Bonnet [DevOps Enabler] commented 6 days ago

Here is how the argument is defined

private static readonly GQIStringDropdownArgument _argumentParameterMode = new GQIStringDropdownArgument("Parameter Mode", new[] { "Exclude", "Contains", "Equals", "Regex" })
{
IsRequired = false,
DefaultValue = "Exclude"
};

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Sebastiaan Dumoulein [SLC] [DevOps Enabler]13.17K Posted 5 days ago 1 Comment

Hi Alexandre,

Good question!

You're right, default values aren’t currently shown in the query builder. They’re only applied internally in GQI when no value is set in the query builder.

We do plan to make these default values visible so users can see exactly what will be used. It’s a sensible improvement, but it’s not coming immediately as we’re focused on other updates first. We’ll share an update here once it’s available.

Alexandre Bonnet [DevOps Enabler] Posted new comment 4 days ago
Alexandre Bonnet [DevOps Enabler] commented 4 days ago

Thank you for the answer Sebastiaan !

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