Hi All,
I made an app from a dummy dataset that allows me to collect data by filtering month and day, and it works perfectly.
When I select a month, all of the dates appear. These are fixed values. How can I make it such that when I select a month, just the days in the original dataset are displayed?
For example, in my original dataset, under month - 'September,' 'Saturday' is missing. However, when I pick 'September' in the app window, it displays all of the days. Logically I want to build a logic where 'Saturday' should not be shown.
Need help.