Hi,
Is it possible to have a filter or formula bring up the current quarter? Like if I run this in April next year I want it to bring me Q1 numbers even if the data below has numbers booked in April. As of right now I have to go into my workflow and uncheck the previous quarter and check the quarter I want to bring. It would be cool if this could be done by Alteryx. Like if there is a way to have the select tool check and uncheck fields based on a formula, or some other tool arrangement that gets this done.
My data looks like this:
| 01_ | 02_ | 03_ | Q1 | 04_ | 05_ | 06_ | Q2 |
| 12345 | 12345 | 12345 | =sum(01+02+3) | 04 | 05 | 06 | =Q1+sum(04+05+06) |
| | | | | | | | |