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

Table keys list in Low-Code Apps

371 views14th May 2025low code apps Table keys
0
Manuel Gallardo [DevOps Advocate]733 3rd December 2024 1 Comment

Hi Dojo,

Is there any way to get dinamically all the keys for a parameter table in a Low-Code App?

I could use ad-hoc data but by this way I get the keys as strings, not as index types to use it as data filtering feeds (for example to filter a trend component where it can be used only the “Indices” component output).

Any idea?

Thanks in advance!

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
0
Wout Mahieu [SLC] [DevOps Catalyst]7.69K Posted 3rd December 2024 2 Comments

Hi Manuel

You could use GQI to fetch these indices using the built-in ‘Get parameter table by ID’ data source. This data source has 2 inputs: DMA ID & Element ID. When selecting a row from the query result, an ‘Indices’ data item should be available.

Update

since the ids need to be dynamic, an ad hoc source will be the way to go. You can add metadata to the rows returned for an ad hoc source. This will make the rows have an ‘indices’ data item that can be used as data/filter in the components.

var param = new ParamID(DataMinerID, ElementID, ParameterID, Index);
var paramMetadata = new ObjectRefMetadata { Object = param };
var rowMetadata = new GenIfRowMetadata(new[] { paramMetadata });

var row = new GQIRow(…) { Metadata = rowMetadata }

Wout Mahieu [SLC] [DevOps Catalyst] Edited answer 3rd December 2024
Manuel Gallardo [DevOps Advocate] commented 3rd December 2024

Hi Wout, thanks for the reply.
The point here is that I need to get all the keys for a Protocol or be able to change dinamically the DMA and Element ID input in the Get parameter table by ID data source.
At the end of the day, I'll have a dropdown with two colums, keys and element and both columns linked to a line and area component.

Wout Mahieu [SLC] [DevOps Catalyst] commented 3rd December 2024

Hi Manuel,
Since you cannot link these inputs to another component (such as a dropdown), an Ad Hoc data source will be the way to go. I have updated my answer with how to add the required metadata to make the indices available as a data item in the app.

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