Dynamic filter data by year month and custom date

I have a table which then used for graph. I want to search that graph by date.
I want a dynamic dropdown list, which first shows โ€œby yearโ€, โ€œby half yearโ€, โ€œby quarterโ€ and โ€œby customโ€.
When user select โ€œby customโ€. Then only the date filter appear with โ€œstart dateโ€ and โ€œend dateโ€.

(I am using here aggrigate donut chart with sum of payment.)

Thanks in advance๐Ÿ˜Š

0 3 1,386
3 REPLIES 3

One workaround is with the Dashboard view. Check the sample app โ€œFiltered Dashboardโ€ from www.appsheet.com/portfolio/531778.

I want a list in which first appear Year, Half Year, Quarter Year and Custom.
When i click on custom it then show me flexible start and end date option to filter.

That sample app uses only one option to select. You could add Start Date and End Date options as well. The main filter could be an Enum field (with buttons) like Year, Half Year, Quarter and Custom.

Top Labels in this Space