Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Experts,
On the filter panel whose formula is =Date(Field,'MMM YYYY') , when the user selects values from the foresaid filter , i want the field values to be selected in the app.
Field is a field eg . Oct 2021 in a date format
Please help how we can achieve this?
So your ask is to have all transactions selected in the month year based on the date field.
My guess is currently you have a lot of duplicate values in your filter panel as although you've formatted the date field to look like a group its not a group so the filter is applied to the date underneath your formatted data.
Try this as a calculated diemnsion in your master items to create your MonthYear Field.
(Date(monthstart(Field), 'MMM YYYY'))
So your ask is to have all transactions selected in the month year based on the date field.
My guess is currently you have a lot of duplicate values in your filter panel as although you've formatted the date field to look like a group its not a group so the filter is applied to the date underneath your formatted data.
Try this as a calculated diemnsion in your master items to create your MonthYear Field.
(Date(monthstart(Field), 'MMM YYYY'))