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
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • 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)
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Pogram
    • 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

Retrieving table values from dataminer with partial inputs

Solved496 views20 hours ago#automationscript DataMiner ServiceParamFilter
2
Hari priya Venkatesan [DevOps Advocate]1.02K 2nd December 2024 2 Comments

Hi Team,

I’m trying to get a row from a element table and monitor them separately, the input for the row is the display key which given from LCA. I tried using service param filter, which brings me the correct row when the display value is given fully(for instance- decoder-1) but when its given partially(for instance- decod) then nothing is returned from Dataminer. Please let me know if this is possible

var filter = new ServiceParamFilter();
filter.ParameterID = Convert.ToInt32(columnPid);
filter.IsIncluded = true;
filter.FilterType = Skyline.DataMiner.Net.Messages.FilterType.Display;
filter.Filter = tableInput;

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 20 hours ago
Marieke Goethals [SLC] [DevOps Catalyst] commented 14th May 2025

I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer (using the ✓ icon) to indicate that no further follow-up is needed?

Marieke Goethals [SLC] [DevOps Catalyst] commented 20 hours ago

As this question has now been inactive for a very long time, I will close it. If you still want more information about this, could you post a new question?

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Luís Freitas [SLC] [DevOps Advocate]670 Posted 12th December 2024 0 Comments

Hi Hari Priya,

I think it’s missing the wildcard character (‘*’).
Have you tried “-decod*” as tableInput?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 20 hours ago
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