Hi All,
I am using this formula to filter results in to a gallery based on a value in the Grade column.
{
Title: "Apprentice ECSW",
Items: Filter(
'NC MST Tracker',
Grade.Value = "A-ECSW"
)
},
{
Title: "Waiting EPA",
Items: Filter(
'NC MST Tracker',
'Waiting EPA', "Yes"
)
},
I would like to alter one of the filters to look at a toggle result rather than the Grade.Value field.
My toggle result is in a field called Waiting EPA. Toggle Yes/No
I have tried a few different approaches but have not been successful.
Anyone with any tips?