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

Contains filter on a parameter table component in low code apps

Solved604 views2nd May 2024lowcodeapps parameter table
2
Dieter Pappens [SLC] [DevOps Member]594 2nd May 2024 0 Comments

Hi, I have an app and in that app, I use a parameter table component.
Using that component’s settings, I can filter data on certain columns.
But I would like to filter a certain column and only show the rows where that column contains a certain string. I don’t want it to be equal, because there are multiple variations containing the string I want to filter on. Is this possible?

I was unable to find it using the following docs:

  • Parameter table
  • Dynamic table filter syntax
Dieter Pappens [SLC] [DevOps Member] Selected answer as best 2nd May 2024

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
João Severino [SLC] [DevOps Catalyst]13.02K Posted 2nd May 2024 1 Comment

Hi Dieter,

Could you elaborate on what kind of ‘multiple variations’ you expect to encounter?

If a basic equal operation does not work it could be that the FULLFILTER= together with a Regex expression achieves what you are after.

Dieter Pappens [SLC] [DevOps Member] Selected answer as best 2nd May 2024
Dieter Pappens [SLC] [DevOps Member] commented 2nd May 2024

The fullfilter with regex does the trick, thanks.

0
José Silva [SLC] [DevOps Catalyst]1.42K Posted 2nd May 2024 1 Comment

Hi Dieter,

If you want to have full control of what is displayed in a table, you can create a GQI Operator and than read the desired column and output to the same table the layout that you want (e.g, combination of rows and columns you want).

See GQIOperator
See GQIEditableRow Class

To give you an example:

// Pseudo code

public void HandleRow(GQIEditableRow row)
{
1) There is a method called “row.GetValue<T>(desiredColumnName), where T can be a string, double etc

2) After retrieve this, you can check if the cell of the specified column contains the value you want. If so, you can keep the row in the table.

3) If not, you can do “row.Delete()” and the row will be removed
}

Kind regards,

Dieter Pappens [SLC] [DevOps Member] Posted new comment 2nd May 2024
Dieter Pappens [SLC] [DevOps Member] commented 2nd May 2024

Thanks, but this was not my question. My question is about the parameter table component and not the normal table component. This is because I still want my write params to be available.

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