Forum Discussion

JENNIFERPASCHAL's avatar
JENNIFERPASCHAL
Qrew Trainee
5 years ago

Advanced Dropdown Functionality

Hello,

I have a two dropdowns, 'business unit' and 'coordinator'. I need the coordinator dropdown to be selected based on business unit when the business unit changes (due to the user selecting an option).

For example:
Business Unit A - Jennifer Paschal
Business Unit B - John Smith
Business Unit C - Jane Smith

I need this to act as a 'default' value so that if I select Business Unit A, it will populate Jennifer Paschal in the coordinator dropdown but I can still manually select Jane Smith.

In other words, one dropdown's value needs to change when another dropdown's value is selected but still be a working dropdown.

I am not sure how to implement this functionality. Ideally both fields would be drop down fields. The ability to change the coordinator manually is really important to the end user here. Do you have any suggestions, examples, methods on how to accomplish this?


------------------------------
Thanks in advance,
Jennifer Paschal
------------------------------
  • Try three form rules,

    Rule 1 would be

    When Multiple conditions are true
    When all
    Business Unit = Business Unit A
    Coordinator is (blank)

    Action
    Change Coordinator to Jennifer Paschal

    and REMEMBER to uncheck that hidden checkbox way down at the bottom of the form rule so it fires all the time.

    get that rule working, and then copy it and edit for a Rule based on if the Business Unit is B


    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • JENNIFERPASCHAL's avatar
      JENNIFERPASCHAL
      Qrew Trainee

       Thank you, this seems promising! I am unable to set a user field condition to blank. My options are "the current user" "the user in the field..." and then the list of users I have as the list for the dropdown (using the Custom user set option under Choices in the User Field Options section in field properties)

      Edit: Is it because this is a required field? So it cannot be blank? But wouldn't it be blank to start with?



      ------------------------------
      Thanks in advance,
      Jennifer Paschal
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        np,
        just make a formula user field with no formula called [null user]

        use that in the rule.

        where [My User field] ie equal to the value in the field [null user]


        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------