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

Replicate Parameter Values

Solved1.09K views18th July 2023Automation Automation script Correlation Correlation rules process automation
1
Kaio Wesley Mendonça [DevOps Member]12 23rd July 2021 0 Comments

I need the value of a parameter (value that is inserted by a shape in visio) to be automatically set in another parameter of the same element. By protocol these parameters are in the same column of the table, but in different lines. Values are numbers in the format (xxxx.x eg 3665.5)

I tried for correlation from input value, but I couldn't get this value to be set in the other parameter.

can you help me? If possible send me print screen

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th July 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Miguel Obregon [SLC] [DevOps Catalyst]18.56K Posted 25th July 2021 0 Comments

Hi Kaio,

A possible way to implement this action is to use in an overview:

  • A session variable that will contain the value to be set on the parameters
  • A button that will be used to execute an automation script. The script will perform the set on both cell using the same value

The first shape (session variable) is defined as follows:

You can find more information about session variables in DataMiner Help (Turning a shape into a control to update a session variable)

The second shape (that will be represented as a button) is defined as follows:

Script:TEST_SET_PARAMETER|myDummy=TEST_ELEMENT_01|myValue=[var:mySessionVariable]||A nice tooltip|NoConfirmation

where:

  • Script:TEST_SET_PARAMETER -> Name of automation script
  • myDummy=TEST_ELEMENT_01 -> Element name where you plan to perform the multiple set
  • myValue=[var:mySessionVariable] -> This is a placeholder that will be replaced with the value set in your previous shape (the session variable)

The other values are optional. However, please keep in mind that you will need to use all the separators. For example, this option will also work:

Script:TEST_SET_PARAMETER|myDummy=TEST_ELEMENT_01|myValue=[var:mySessionVariable]|||

You can find more information about executing automation scripts from an overview in DataMiner Help (Linking a shape to automation script)

The automation script should look like as follows:

ScriptParam myScriptParam = engine.GetScriptParam("myValue");
ScriptDummy myDummyElement = engine.GetDummy("myDummy");
myDummyElement.SetParameterByPrimaryKey(2003, "INDEX.1", myScriptParam.Value);
myDummyElement.SetParameterByPrimaryKey(2003, "INDEX.2", myScriptParam.Value);

where:

2003: Column parameter ID where I will perform the set.
INDEX.1, INDEX.2: Primary keys of the rows where I will perform the set

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th July 2023
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

When using the Setter = true attribute, will the copy action always be executed first? 0 Answers | 1 Vote
Multiple Set on Table parameters for DVE’s 0 Answers | 1 Vote
DOM Definition relations returned in Definition query 0 Answers | 2 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 (68) Cube (150) 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) services (51) 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