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
    • 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
      • 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)
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Program
    • 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

Displaying and comparing parameters depending on different elements

Solved225 views15th December 2025display elements parameter table TableParameter
3
Daniel Zank [DevOps Advocate]299 10th December 2025 0 Comments

I would like to display a parameter with a shape that is dependent on another element, but also outputs an alternative table column (cell).

In detail:

1. A value (number) changes in element A.

2. The value (number) of element A should be used for comparison to search for the row with the same value (number) in element B in a table.

3. If the same value (number) is found in element B, an adjacent cell (text in adjacent column) should be displayed in a shape.

Is it possible to implement something like this directly in Visio without extensive automation scripts or correlation rules?

Many thanks in advance and best regards!

Daniel

Daniel Zank [DevOps Advocate] Selected answer as best 15th December 2025

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Jarno Lernou [SLC] [DevOps Enabler]5.56K Posted 12th December 2025 3 Comments

Hi Daniel,

Fortunately, you don’t need an automation script or anything similar to achieve what you want. There are several ways to get the same result, and the best approach depends on your exact use case.

1. When the column you need to compare in Element B is not a display key or primary key

In that case, you will need to use a subscription filter.

You can use the SubscriptionFilter shape data, which is commonly used when filtering data. The filter references the first column in Element B and compares it with a value from Element A (via a param placeholder) (e.g. value=304 == [param:172/87,21]). After applying the correct filter, you can use the same placeholder in the shape text to display the second column from Element B (e.g. [param:172/240,302,]).

Alternatively, you can use ParameterSubscriptionFilter, which is a more specific variant. This allows you to use the Parameter shape data directly, so you don’t need to use param placeholders in the shape text. A benefit of this method is that you can use Options (e.g. HideUnit) as well as the |Alarm suffix to show the alarm color of the parameter.

Important note:
When your filter matches multiple rows, the behavior differs between the two filter types:

  • SubscriptionFilter returns all matching values, joined with a pipe.
    For example: West|South
  • ParameterSubscriptionFilter only returns the first matching result.
    For example: West

You can find more info on the syntax here: Dynamic table filter syntax | DataMiner Docs.

2. When the comparison column in Element B is a display key or primary key

In that case, things are easier: you can directly reference the parameter of Element A in the Parameter shape data to point to the right row.
Example:
302,[param:172/87,21]

Hope this helps you further!

Jarno

Daniel Zank [DevOps Advocate] Selected answer as best 15th December 2025
Daniel Zank [DevOps Advocate] commented 15th December 2025

Thank you for the detailed explanation. I was able to reproduce it with other elements.

However, I have now realized that I don't just have a single value in element A, but need to take a value from a table.

That should be the goal:
Element: [cardvar:ElemIDPresetTableIPData]
ParameterSubscriptionFilter: value=205==[param:[cardvar:ElemID_MRD7000_SRF],22005:1.6.1]
Parameter: 202

Is there a way to do this?

BR, Daniel

EDIT FOR ALL OTHER USERS:
The following Shape Data was the solution

Element: [cardvar:ElemIDPresetTableIPData]
ParameterSubscriptionFilter: value=205==[param:[cardvar:ElemID_MRD7000_SRF],22005,1.6.1]
Parameter: 202

Jarno Lernou [SLC] [DevOps Enabler] commented 15th December 2025

Hi Daniel, you need to use a comma as described in the documentation ([param:DmaID/ElementID,ParameterID,TableRow] (https://docs.dataminer.services/dataminer/Operator_guide/Visio/reference/Placeholders_for_variables_in_shape_data_values.html?#paramdmaidelementidparameteridtablerow)

Daniel Zank [DevOps Advocate] commented 15th December 2025

Small cause, big mistake

Thank you very much for your support, that was the solution!

BR, Daniel

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

© 2026 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin