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
    • Kanban workshop
    • 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
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Low-code app – Get trend from a cell through tables linked with a foreign key

Solved338 views12th May 2025low code app
1
Ive Herreman [SLC] [DevOps Enabler]13.61K 25th November 2024 0 Comments

Hi,

My low-code app has a table where the user can select a row in a table.
I want to use the selected row, to feed a trend graph linked to a parameter in another table.

I can use the elements and indices from the selected row feed.
However, the indices in the two tables are different.
There is a foreign key between the table where the user selects a row, and the table containing the parameter I’d like to show on my trend graph.

Is there a way to make this work?

Ive Herreman [SLC] [DevOps Enabler] Selected answer as best 12th May 2025

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Sebastiaan Dumoulein [SLC] [DevOps Enabler]12.83K Posted 12th May 2025 0 Comments

Since there’s a foreign key relationship between the selected row in the first table and the data in the parameter table (used for your trend graph), you can use a Parameter table filter to bridge this gap (see docs).

Here’s how to do it:

  1. Enable Advanced Settings
    Add ?showAdvancedSettings=true (or &showAdvancedSettings=true if other parameters are already present) to your app URL to expose the parameter table filters UI.
  2. Create a Parameter Table Filter
    • Go to Parameter table filter sections
    • Create a filter and give it a name
    • Use the foreign key from the selected row in the first table as a filter condition.
      • For example, if the first table has a column name and the parameter table has a FK to this first table, your filter might look like:VALUE=FK == [FEED.”Current view”.”Table 1″.”Selected rows”.Tables.Name]
      • Use the intellisense to assist with the correct syntax and available variables.
  3. Apply the Filter to the Trend Chart
    • Add the protocol parameter to the trend chart as data
    • Add an element to it (and apply it as a filter)
    • Add the parameter table filter as a filter
Ive Herreman [SLC] [DevOps Enabler] Selected answer as best 12th May 2025
0
Daniel Martinez [DevOps Advocate]841 Posted 5th December 2024 0 Comments

Hi Ive,

Maybe a Inner Join between both tables, using the foreign key as link could help you with the filter. If you use the joined table as feed, you should be able to filter the trended parameters table by the index on this table, or by other column useful for you. And then, you could filter the trend graph by the filtered row on your trended parameters table.

I hope it helps you!

Daniel Martinez [DevOps Advocate] Answered question 5th 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