Alteryx Designer Desktop Discussions

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

Dynamic Filter

yedunathan1983
5 - Atom

Hi ,

I am relatively new to alteryx

I would like to apply a custom filter where alteryx filters the current year .and ignores all other years 

For example the field contains Year of projected projected billing(2017,2018,2019) etc.I want to keep only current year which is 2017,this field is in the text format 

How can we dynamically give this command in Alteryx

Thanks

Yedu

2 REPLIES 2
Kenda
16 - Nebula
16 - Nebula

Hello @yedunathan1983. You could add a filter with the following expression: [Year of Projected Billing]=left(DateTimeToday(),4).

yedunathan1983
5 - Atom

Thanks forh the help , it worked 

Labels