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

Retrieving table values from dataminer with partial inputs

373 views14th May 2025#automationscript DataMiner ServiceParamFilter
2
Hari priya Venkatesan [DevOps Advocate]694 2nd December 2024 1 Comment

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] Posted new comment 14th May 2025
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?

1 Answer

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

Hi Hari Priya,

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

Luís Freitas [SLC] [DevOps Advocate] Answered question 12th December 2024
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