Simple Dynamic Rule Question
I am having a bit of a problem building a dynamic rule.
I have a basic app, 2 tables. LOCATION and WALK. The location table is basically 2 important fields - Site and Area... Site would be the actual location of the walk, where area is a sublocation. So like - Site = Boston_Office Area = Cafeteria. The WALK table is a list of questions that we ask when doing a walkaround. These questions can be slightly different per site/location.
There can be multiple area's per Site. In the app, the dropdown is LOCATION where we can choose the combined SITE-AREA. When I select it, it shows both the SITE and AREA in seperate boxes. The relationship is one LOCATION to many WALKS.
My question is this. I am trying to show/hide fields based on location. I customize the WALK form, and go to set up a dynamic rule. I can see a SITE field in the list of fields I can use for a rule. I wanted to do a rule IF SITE IS NOT EQUAL TO Boston_Office then HIDE field(s). My options when I try to do this, is "is equal to" and "is not equal to". I assumed I could type in "Boston_Office", but the rule doesn't fire.
There is also a field called Location - Site where I if I select it, I get an additional option called BROWSE CHOICES and I can select what ends up being a SITE and AREA combo and by using this, the rule works. This would mean I would need to set up a rule for each Site-Area combo for this to work.
Any thoughts what I am doing wrong where I can't just use the SITE field so I can create one rule for all Boston_Office related fields?