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
    • 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
    • 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
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Show extended conditional shape manipulation multiple conditions

Solved811 views15th February 2024Visual Overview
0
Philip Argent [DevOps Enabler]579 12th February 2024 0 Comments

I have a session variable that’s being populated by a parameter with the AllowEmptyDynamicValues option set, from that I’m using a show to display further parameters if the value is not empty or the value offair, but only the first value is processed in the show conditions.

<A>-A|Value|[pagevar:EventStatus]|!=;offair only works against a blank variable.

<A>-A|Value|[pagevar:EventStatus]|!=offair; only works against the variable being offair.

Toon Casteele [SLC] [DevOps Enabler] Answered question 13th February 2024

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
0
Philip Argent [DevOps Enabler]579 Posted 15th February 2024 0 Comments

This went from a single negative, to a double negative option, with one being an empty string, so changing this to check if it was either of the positive options was the cleanest option.

<A>-A|Value|[pagevar:EventStatus]|=onair;scheduled

0
Toon Casteele [SLC] [DevOps Enabler]7.01K Posted 13th February 2024 2 Comments

The ‘!=’ strictly follows an equals comparison (case and culture insensitive). If you want to configure a contains expression, you should use the “regex=”. In that regex you can do a negative lookup with the “?!” regex part.

Toon Casteele [SLC] [DevOps Enabler] Posted new comment 13th February 2024
Philip Argent commented 13th February 2024

As the values for the does not equals will be an empty string or offair I’ve changed it to the two values it should be to show instead.
-A|Value|[pagevar:EventStatus]|=onair;scheduled

Toon Casteele [SLC] [DevOps Enabler] commented 13th February 2024

Aha you’re trying to add multiple conditions in one go!
In that case you need to define the comparer in each of them. In your case here for instance: “|=onair;=scheduled”

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