Forum Discussion

StevenPayne's avatar
StevenPayne
Qrew Member
4 years ago

Dynamic Form Rules

I am trying to create a dynamic form rule that states:

When field "x" = "1" show "y"
When field "x" = "2" show "z"
When field "x" = "3" show "y" and "z"

I get a form violation error.

------------------------------
Steven Payne
------------------------------

8 Replies

  • np, you just need to reverse your brain.

    Make a rule for when to show Y
    Make a rule for when to show Z

    Rule #1
    ie, when multiple conditions are true
    All of the following
    X=1
    X=3
    Action
    Show Y​


    Rule #2
    ie, when multiple conditions are true
    All of the following
    X=2
    X=3
    Action
    Show Z​

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    [email protected]
    ------------------------------