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
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • 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)
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Pogram
    • DataMiner DevOps Support
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
  • Downloads
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Solutions
    • Deal Registration
  • >> Go to dataminer.services

ParametersSummary REGEX format

Solved420 views19th March 2025parameterssummary Visio Visual Overview
1
Arunkrishna Shreeder [SLC] [DevOps Enabler]4.10K 14th March 2025 0 Comments

Hi Dojo,

What I want to achieve is for a shape to show the alarm colour of column ‘State’ when ‘Display Key [IDX]’=”TransmitterA1/1” and ‘Name’=”Tx Summary”.

Using ParametersSummary –> Max|[cardvar:ElementNameRS2]:365:Filter=fullFilter=(368 REGEX ‘^(TransmitterA1/1)$’ AND 362 REGEX ‘^(Tx Summary)$’)|ALARM does not work.

NOTE: But this ParametersSummary –> Max|[cardvar:ElementNameRS2]:365:Filter=fullFilter=(368 REGEX ‘^(TransmitterA1/1)$’)|ALARM does what it is supposed to do. I need help including a regex for a second column.

PID 365 : State column, 362 : Name column, 368 : Display Key column.

Appreciate your inputs, thank you.

Arunkrishna Shreeder [SLC] [DevOps Enabler] Selected answer as best 19th March 2025

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
0
Arunkrishna Shreeder [SLC] [DevOps Enabler]4.10K Posted 19th March 2025 0 Comments

Feedback from our software team :

Testing with different configurations, the cause of the issue is not the AND but the second Regex, running this one alone also does not work correctly.

Trying further to get match with the row, we found that the value of the 362 column is not a string, but rather an enumeration.

So, to achieve the wanted filter, you would need to check for the enumeration value instead of the display name.

For the TX Summary, that would be “fullfilter=(362 REGEX 1)” or “fullfilter=(362 == 1)”.

Arunkrishna Shreeder [SLC] [DevOps Enabler] Selected answer as best 19th March 2025
0
Jarno Lernou [SLC] [DevOps Enabler]5.07K Posted 14th March 2025 1 Comment

Hi Arun,

Do you need the alarm of the cell of that row or the entire column? Typically ParametersSummary is used to show an aggregated value of something (i.e. entire column, different parameters, etc.).

If you’re interested in the cell’s alarm color, I think you can make it more simple. The two key shape data fields that you might want to be interested about is:

  • Show (or Hide) (ref. Extended conditional shape manipulation actions | DataMiner Docs)
  • Parameter (ref. Making a parameter shape show the parameter alarm state)

Kind Regards,

Jarno

Bing Herng Chong [SLC] [DevOps Advocate] Posted new comment 14th March 2025
Bing Herng Chong [SLC] [DevOps Advocate] commented 14th March 2025

Hi Jarno. the original question did not include the other 'ParamZ' in the ParametersSummary value as the focus is really to figure out how to use REGEX along with the 'AND' operator. But there are other 'ParamZ' that will be aggregated and the shape is to show the highest severity out of all of them.

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