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

Hiding Page visibility on multiple values of a parameter

Solved84 views17th June 2025page visibility protocol
1
Joshua Wong [SLC] [DevOps Enabler]579 16th June 2025 1 Comment

Hi Dojo,

I have a parameter that determines a page's visibility, but its value isn't just true or false. My page can have a few different settings:
Parameter(ID 1 for example) value: Type 1 - I want to show page 1 and hide page 2

Parameter value: Type 2 - I want to hide page 1 and show page 2

Parameter value: Type 3 - I want to show page 1 and show page 2

my current implementation doesn't work
<Page>
<Name>Page 1</Name>
<Visibility default="false" overridePID="1" value="Type 1" />
</Page>
<Page>
<Name>Page 1</Name>
<Visibility default="false" overridePID="1" value="Type 3" />
</Page>

<Page>
<Name>Page 2</Name>
<Visibility default="false" overridePID="1" value="Type 2" />
</Page>
<Page>
<Name>Page 2</Name>
<Visibility default="false" overridePID="1" value="Type 3" />
</Page>

and I can't do something like this either since it will treat it as a string of "Type 1;Type 3"

<Page>
<Name>Page 1</Name>
<Visibility default="false" overridePID="1" value="Type 1;Type 3" />
</Page>

Can I get some advice or help on how I can proceed with this?

Joshua Wong [SLC] [DevOps Enabler] Selected answer as best 17th June 2025
Joshua Wong [SLC] [DevOps Enabler] commented 16th June 2025

This example with 3 types is only a subset of the types that are available on the parameter. There would be more types that might need to be included for extension so I would consider the solution of inverting the visibility to use default = "true" and hiding it from the alternate type as a workaround. But ideally I would want a cleaner solution

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
João Severino [SLC] [DevOps Catalyst]13.37K Posted 16th June 2025 0 Comments

Hi Joshua,

I believe your best option would be to add some internal control parameters to your connector.

This way you can use Actions or a QAction to perform all the computations on change of each parameter and have a single true/false value to determine whether or not to display a certain page.

Joshua Wong [SLC] [DevOps Enabler] Selected answer as best 17th June 2025
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

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