Hi all -- I want to use custom filter tool in my existing Alteryx workflow where I can filter out data such way where if market value to get filter out only for quarter end dates and Inflow and outflow to get filtered for all the dates in the table. for example in the below table quarter end date is 06/30/2023 so after filter I need output with one record market value which has date 06/30/2023 and rest all records of inflow and outflow. Every quarter end dates are changing so i need the solution which will work in all upcoming quarter ends.
| Date | Data_Type |
| 4/20/2023 | Inflow |
| 4/30/2023 | Market Value |
| 5/24/2023 | Inflow |
| 5/24/2023 | Market Value |
| 5/26/2023 | Outflow |
| 6/30/2023 | Market Value |