Is there a simple way to update multiple filters with date ranges all at once? See example picture. How do I update all of the date filters at the same time with start date 10/01/23 with end date 10/31/23? Thank you.
Solved! Go to Solution.
The easiest way I have personally found is to:
At this point, you'll have converted your workflow into an Alteryx Analytic App. You'll know it is an App because this icon will appear next to your Run button:
When you go to run your workflow again, you'll click this button. This will show two different calendars, one for each tool, where you can select the start and end date of your analysis. When you then run your app, the Filters will update with the dates you had selected.
Hopefully that helps! Feel free to ask any questions you may need. :)
@YRichardson12
Same as @rzdodson an quick sample as below
Thank you so much!!! This worked!!! Amazing!
Thank you so much! This worked as well!
Another way to do this, and how we handle this at my work, is through Workflow Constants. You can set one up for the start date and one for the end date, then reference those variables in the filter or wherever else it's needed.
I have at different times used either the Text Input solution above or the Workflow Constants, depending on what we were changing or where the variables we're used. We currently use the text input solution with detours into joins (joined with the text input, but working as a filter) to limit to one client processing at a time for testing.
User | Count |
---|---|
91 | |
79 | |
62 | |
36 | |
36 |