I have a list with Columns Mon, Tues etc as a Yes/no Column.
The gallery is nested inside one with Mon, Tues, Wed, Thurs, Fri. I want to display a checkbox next to those days that return true.
When I enter Mon in manually it will display. However, I want to filter using the label 'LabelWeekdayCheck.Text'. How do I do this?
Filter('Check List', LabelWeekdayCheck.Text = true)
I have tried
Filter('Check List', text(LabelWeekdayCheck.Text) = true)
But as its text it fails. is there any function for making it see as a column name?