I have a Gallery. I have a Toggle. I need a condition.
If the Gallery returns ONLY one item, and that item CQTitle is 'Bus Driver' the Toggle.Visible should default to 'false' else 'true. The following is not giving me the desired result.
I have this in the Toggle Visible:
(CountRows(ECMmbrCQSmryGallery.AllItems.CQTitle) =1 & (ECMmbrCQSmryGallery.Selected.ECMmbrCQTitleFld.Text="Bus Driver")