Hi
I have a model driven app which I want to apply a business rule to within a form so that depending upon the value of a Lookup I want to set the visibility of a second field.
So - The Lookup field is Fruit and the Lookup Values are Apple, Orange, Grapes.
If the Lookup Value is Apple then I want the field Apple type to be displayed. If the Lookup Value is anything else I want the field Apple Type to NOT be displayed.
So IF Fruit Equals "Apple" THEN Show field Apple Type
But the field Apple Type is always displayed.
What am I doing wrong ?
Thanks
Nigel