LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Enable Node based on Parameter

    Employee
    Posted 07-27-2016 04:41

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dstacey

    Hi,

    I want to enable/disable a node based on the value of a parameter - I've used boolean parameters to do this in the past but cannot seem to get the syntax correct if I want to check against a specific value e.g. I want to enable MyParam if it is set to apple but not if it is set to orange or grape - I tried {{^MyParam^}}=="apple" and several other combinations in the Enabled field of the node with no luck. I'm sure there must be a simple answer.

    Thanks,
    Dave


  • 2.  RE: Enable Node based on Parameter

    Employee
    Posted 07-27-2016 05:39

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    Hey,
    Try this:
    "{{^MyParam^}}"=="apple"


  • 3.  RE: Enable Node based on Parameter

    Employee
    Posted 07-27-2016 05:51

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dstacey

    Tim, perfect thanks! Was driving me mad