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
    • Agility
      • Kanban workshop
      • Agile Fundamentals
    • 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
      • 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
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Solutions
    • Deal Registration
  • >> Go to dataminer.services

Param array default value

Solved799 views28th March 2025
0
Marco Virdis416 10th September 2024 1 Comment

Dear Dojo,

I want to add a new param to my protocol with multiple default values. Is it possible to do this? If so, how? Can someone please help me?

Thank you

Marco Virdis Selected answer as best 28th March 2025
Marieke Goethals [SLC] [DevOps Catalyst] commented 28th March 2025

Hi Marco,
I see that this question has been inactive for some time. Do you still need help with this? If yes, could you take a look at Carlos's comment below and answer his question? Or if not, could you select the answer that has been most helpful for you (using the ✓ icon)?

3 Answers

  • Active
  • Voted
  • Newest
  • Oldest
0
Carlos Matheus [SLC] [DevOps Advocate]318 Posted 10th September 2024 2 Comments

Hi Marco,

I believe it is not possible to add multiple default values to a parameter, if you are referring to using the DefaultValue element as described in DefaultValue element | DataMiner Docs

However, if you meant creating a new dropdown parameter with fixed values, here is a quick example of how to create a “fixed drop-down” parameter:

<Param id=”53″>
<Name>fixedDropDownExample</Name>
<Description>Fixed Dropdown</Description>
<Type>write</Type>
<Interprete>
<RawType>other</RawType>
<LengthType>next param</LengthType>
<Type>string</Type>
</Interprete>
<Measurement>
<Type>discreet</Type>
<Discreets>
<Discreet>
<Display>Option 1</Display>
<Value>Option1</Value>
</Discreet>
<Discreet>
<Display>Option 2</Display>
<Value>Option2</Value>
</Discreet>
<Discreet>
<Display>Option 3</Display>
<Value>Option3</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>

Example read/write dropdown param:

Marco Virdis Selected answer as best 28th March 2025
Marco Virdis commented 11th September 2024

Hi Carlos. This is exactly what I’m looking for. I want to use this param’s data to display them in a drop down menu in a low-code app. The param will be selected from a CGI query. I have two more questions for you. Are you sure that the type of the param is write and not read? The second question is: to show the param in a CGI query, I need to bump the protocol version, right?
Thank you

Carlos Matheus [SLC] [DevOps Advocate] commented 11th September 2024

You actually need both parameters. The read parameter will store and display the selected value of the dropdown, while the write parameter will represent the actual dropdown displaying the available options. I attached a screenshot to the original reply showing both, read and write parameter.

To answer your second question: yes, the protocol version will need to be updated to the one that includes the new dropdown parameter.

0
Marco Virdis416 Posted 19th September 2024 1 Comment

Hi Carlos,

I can’t see the param in the query, what am I doing wrong? I put the param here.

Thank you

Carlos Matheus [SLC] [DevOps Advocate] Posted new comment 23rd January 2025
Carlos Matheus [SLC] [DevOps Advocate] commented 23rd January 2025

Hi Marco!

Sorry for the late response. I did not get a notification for the newest reply.

Indeed your parameter looks correct. Could you share how are you implementing the CGI Query?

Thanks!

0
José Silva [SLC] [DevOps Catalyst]1.46K Posted 11th September 2024 0 Comments

Hi Marco,

As Carlos said, its not possible to have multiple default values on a parameter (in case you are referring to using the DefaultValue element as described in DefaultValue element | DataMiner Docs)

However, you can hardcode all possible values in C# (via a QAction) and trigger that QAction during startup. Based on certain conditions (e.g., other parameters), you can set the desired value programmatically.

There are several ways to trigger a QAction (timer, button, etc) so this will depend on the use case

Kind regards,

José Silva [SLC] [DevOps Catalyst] Answered question 11th September 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