I have added a gallery with the source from an excel online file called 'Table1'
In this file I have two columns: 'Office' and 'Week'
I would like to list the Offices that matches the selected week in the dropdown control. And the dropdown control should get the week from excel. Default value should be this ISOWeekNum.
Gallery 'Items'
Filter(Table1, 'Week' = "19", "19") <- static right now. Its week 19 so I would like to display the current week default...
Dropdown 'Items'
Table1.'Week' right now...
Need to get them to work together...
If I would like to count how many offices are tagged this week?
CountIf(Table1, 'Week' = ISOWeekNum(Date(Today)) does not seem to work, any ideas?