Jun 22 2020 11:16 AM
I am having some trouble accomplishing 2 tasks.
For reference:
Datasource is excel file (Table1)
gallAll.Items = GroupBy(Table1, "Hospital", "grpByHosp")
gallHosp.Items = Sort(Filter(Table1, And(ThisItem.Hospital = Hospital)), Room, Descending)
1. How to make toggHosp toggle show/hide corresponding subgroup.
2. How to selectively set toggHosp toggle via the buttons (ALL,SR,N,S). For Example, N button selects MRMC and unselects all others.
Jun 22 2020 04:18 PM
Answered my own 1st question. Just set gallHosp.Visible = toggHosp.Value. Still looking for help with #2.