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
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • 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
    • Tutorials
    • 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
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • 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
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Protocol Visio: Shape Tab Color based on Table Column Filter and Alarm Severity

639 views27th March 2025protocol Tab Visio
1
Vikas Choudhary [DevOps Member]556 25th July 2024 3 Comments

Dear Dojo Community,

I developed two protocols. Protocol 1 has three modules and I created three table and three data sub page for each. I developed Visio for the same and I defined three Tab for Modules. On clicking on each Tab (KUDTH, KA-BIU, KU-BIU) loading table row and each row child click loading transponder details and trends. I'm able to maintain Tab alarm color in Visio using DataDisplayPage attribute and working fine. as mentioned below.

In second protocol, I created single data page and single table. This table contains all three module rows data and column "Module" has value M1, M3 and M4 to filter each row in table. I created the visio for the same. This visio also has three Tab(M1, M3 and M4),On clicking on each Tab loading table row and each row child click loading transponder details and trends. but I want to highlight Alarm color for each tab based on row alarm for each module. There could be multiple row for same module, need to use highest priority alarm color. I tried multiple way, but no luck. I don't want to make changes in protocol. Please help me how I can achieve this in Visio itself. As mentioned below

Marieke Goethals [SLC] [DevOps Catalyst] Posted new comment 27th March 2025
Toon Casteele [SLC] [DevOps Enabler] commented 25th July 2024

Before I attempt answering this use case for a cool visio solution: Am I correct that the main problem you have is showing the highest severity alarm color from one or more table cells?

Vikas Choudhary [DevOps Member] commented 25th July 2024

Yes I need to show Tab color based on multiple cells alarm (highest severity ). For example…
1. Table can have multiple rows for each module M1, M3 and M4 and for each row 4 cells are part of alarms. Need to highlight M1 Tab based on alarm state for 4 cells where Row module M1 and same for M3 & M4.
2. Out of 4 cells for M1, if two are in Major and 1 in Minor and 1 in Normal, then Major color should be Tab color

Marieke Goethals [SLC] [DevOps Catalyst] commented 27th March 2025

Hi Vikas,
I see that this question has been inactive for quite a long time. Do you still need help with this? If not, could you select the most relevant answer (using the ✔ icon) to indicate that no further reaction is needed?

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
0
Vikas Choudhary [DevOps Member]556 Posted 28th July 2024 5 Comments

Dear Klaas Dewitte,

Thank you for sharing the details. It's working fine if I'm passing specific row index like ([this element]:10000032:row1) for M1, M3 or M4. but There could be multiple row against column M1, M3 and M4, so I removed the rowIndex like (Max|[this element]:10000032|[this element]:10000025|ALARM) and it's showing MAX error irrespective to module column but I need module column row filter as well. I tried to pass SubscriptionFilter, ParameterSubscriptionFilter and TableRowFilter with ParameterSummary but It's not filtering too. Even I tried ParameterControlOptions with ClientSideRowFilter:10000019:M4, No luck. Please help me how I can show Tab Shape color based on table filter rows on module column.

Example:- Like I mentioned sample table. This table contains 4 column, column 10000032, 10000025 are part of alarm. column 10000019 represent the module. So Module M1 Tab Shape color should be Red, M3 Tab Shape color should be Yellow and Module M4 Tab Shape should be Cyan.

Thank you

Klaas Dewitte [SLC] [DevOps Enabler] Posted new comment 23rd January 2025
Vikas Choudhary [DevOps Member] commented 28th July 2024

For work around, I passed some wildcard for IDX column, which is unique for module row. for example row index contains abc value for M1, xyz value for M3. it’s working fine but would be better if I can filter based on module column instead of row index.
Max|[this element]:10000032:*abc*|[this element]:10000025:*abc*|ALARM)
Max|[this element]:10000032:*xyz*|[this element]:10000025:*xyz*|ALARM)

Vikas Choudhary [DevOps Member] commented 31st July 2024

Dear Dojo Community,

Please help how can I filter the rows along with ParameterSummry Alarm. I tired ParameterSubscriptionFilter but no luck.

Thanks

Klaas Dewitte [SLC] [DevOps Enabler] commented 1st August 2024

Hi
We currently do not support subscriptionfilters on parameterssummary, the only way to index is by using the index values.
A more dirty solution could be to create an automation script that runs on page open and creates variables in a certain format depending on the linked parameter. These variable can then be used as input to the parameterssummary. But as said, this would be decently dirty as a setup.
We also have a feature suggest sections: https://community.dataminer.services/feature-suggestions/

Vikas Choudhary [DevOps Member] commented 1st August 2024

Dear Klaas Dewitte.

Thank you for your response.
It will be helpful to have this feature, do Skyline have any planned release for this. Please keep us posted.

Thank you

Klaas Dewitte [SLC] [DevOps Enabler] commented 23rd January 2025

To update on this topic, currently there is no plan to implement this as part of Visio. It can however be added to the feature suggest section so we can grasp the interest of the community: https://community.dataminer.services/feature-suggestions/

0
Klaas Dewitte [SLC] [DevOps Enabler]755 Posted 26th July 2024 0 Comments

Hi,

We have a feature called "Parameterssummary" which can be added on a shape, it will allow you to have e.g. the "max" of a set of parameters shown: https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/linking_shapes/Linking_a_shape_to_a_calculation_involving_multiple_parameters.html

Klaas Dewitte [SLC] [DevOps Enabler] Answered question 26th July 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

Recent questions

Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes
Correlation Engine: “Test rule” doesn’t result in a hit, despite functional rule 1 Answer | 3 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
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

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