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

How to create a toggle inside row in dataminer table?

489 views11th September 2025SLProtocol table togglebutton
3
samita Acharya206 28th April 2025 1 Comment

Automatic distribution is a toggle button. I added these rows on startup. How can I change this so its a toggle rather than static text?

<Param id=”18006″>
<Name>Automatic Distribution</Name>
<Description>Automatic Distribution</Description>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<LengthType>next param</LengthType>
<Type>double</Type>
<DefaultValue>0</DefaultValue>
</Interprete>
<Display>
<RTDisplay>true</RTDisplay>
</Display>
<Measurement>
<Type>discreet</Type>
<Discreets>
<Discreet>
<Display>Disabled</Display>
<Value>0</Value>
</Discreet>
<Discreet>
<Display>Enabled</Display>
<Value>1</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>
<Param id=”18016″>
<Name>Automatic Distribution</Name>
<Description>Automatic Distribution</Description>
<Type>write</Type>
<Interprete>
<RawType>numeric text</RawType>
<LengthType>next param</LengthType>
<Type>double</Type>
<DefaultValue>0</DefaultValue>
</Interprete>
<Display>
<RTDisplay>false</RTDisplay>
</Display>
<Measurement>
<Type>togglebutton</Type>
<Discreets>
<Discreet>
<Display>Disabled</Display>
<Value>0</Value>
</Discreet>
<Discreet>
<Display>Enabled</Display>
<Value>1</Value>
</Discreet>
</Discreets>
</Measurement>
</Param>

Marieke Goethals [SLC] [DevOps Catalyst] Posted new comment 11th September 2025
Marieke Goethals [SLC] [DevOps Catalyst] commented 11th September 2025

I see that this question has been inactive for some time. Do you still need help with this? If not, could you select the answer (using the ✓ icon) to indicate that no further follow-up is needed?

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
5
Geovanny Galeano [SLC] [DevOps Advocate]770 Posted 28th April 2025 2 Comments

Hi Samita,

Looking at the tags of your parameters the reason why you don’t see the togglebutton is because you have the RTDisplay set to false for the write parameter

To see it you just need to set this tag for the write to true
<RTDisplay>true</RTDisplay>

Also, the DefaultValue tag does not work on columns only on stand-alone parameters, so you can remove this from both the read and write.

You can find some info here
DefaultValue element | DataMiner Docs

samita Acharya Posted new comment 29th April 2025
Miguel Obregon [SLC] [DevOps Catalyst] commented 29th April 2025

Hi,
I believe the write parameter is also missing the attribute setter='true'.

samita Acharya commented 29th April 2025

Hi Geovanny, thank you! that's really helpful. I didn't realise I had set it to false!
I have another question, how can i make schedule start time greyed out when a toggle is set to disabled for example. Is there a way to disable with <Discreets dependencyId>?

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