0
Problem with "choice" the correct operation of fields
Hello
I encountered a problem with "choice" the correct operation of fields. In the formula field heve funcrion
Display field only, if :
'Show 14' > 0 and Choice = 1 or Choice = 3 or Choice = 4
when choosing Choice = 1 everything works correctly
when choosing Choice = 3 or Choice = 4, field 'Show 14' is equal to 0, but it is shown and its value is defined as 0. 'Show 14' is number field
Who can give advice?
Thanks
4 replies
-
Try putting ( ) around the Choice fields?
'Show 14' > 0 and (Choice = 1 or Choice = 3 or Choice = 4)
-
Glad it works. Looking closer now (because my brain works very slowly), why do you need Choice = 3 or = 4, if Show 14 is always 0 when they are selected?
Wouldn't it work just with:
'Show 14' > 0 and Choice = 1
It should never show if Choice = 3 or = 4, correct?
Content aside
- Status Answered
- 4 mths agoLast active
- 4Replies
- 25Views
-
2
Following