HI I want to be able to show or hide a text box on a ListBox Condition. If one item is selected or if there are no items in the listbox then I need to hide a text box.
My 'Layout' condition is :
count(DISTINCT [Test Group])<>1
or COUNT(DISTINCT [Test Group])>0
It works when I test on one condition but not when I try and do both.