I am trying to combine all of our different departments' time sheets into one form. Based on the department radial you select at the very top of the form, your corresponding time detail section table will appear towards the bottom of the form. Thing is, I only want the "Other Explanation" field to show if someone selects "Other" anywhere on their daily detail from the drop-down list options on the table. I've tried setting up my field rules by saying:
Show "Other Explanation" when Any "Saturday," "Sunday," "Monday," "Tuesday," "Wednesday," "Thursday," "Friday" (for each department) is "Other."
I've tried making separate field rules for each individual day for each department. I've tried lumping together departments one week at a time. I've tried lumping ALL of the days together for every department all together. I've tried doing it the opposite way by saying Hide it unless any selection is Other. I've tried bumping the field rules up and down through the listed order from 1 all the way to the bottom of the field rule list. I can't make it work. Thoughts?
Notes: The version I am using is 9.2.1.1069, and I know absolutely no JavaScript or CSS.