Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to make Dynamic Monthly filter

Learner09
8 - Asteroid

Hello All,

 

I have a Workflow that I used to run every month, before running it every first time I have to update the month filter with the current month. I know it is just a few seconds job to update the filter, but I am looking for the solution - is there any way I can automate this or add any drop-down within the filter so that I just select the month and run the data. Please assist.

 

Mayank09_0-1621499519022.png

 

 

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Learner09 

 

You can use filter like below to check for current month where i am checking is date's month same as today's month

 

DateTimeMonth([Date])==DateTimeMonth(DateTimeToday())

 

Workflow:

atcodedog05_0-1621500317260.png

 

Hope this helps 🙂

Learner09
8 - Asteroid

@atcodedog05 Thank you for the reply, but Is there any way I can add a list of the month or add any drop-down and select month as per need?

 

I have below a list of months and the formate is standard

 

JAN-FY21
FEB-FY21
MAR-FY21
APR-FY21
MAY-FY21
JUN-FY'21
JUL-FY21
AUG-FY21
SEP-FY21
OCT-FY21
NOV-FY21
DEC-FY21

atcodedog05
22 - Nova
22 - Nova

Hi @Learner09 

 

This resource might be helpful to you on approach you are looking for https://community.alteryx.com/t5/Interactive-Lessons/Using-Analytic-Applications/ta-p/243106#done

 

Labels