Hi,
I would like to create an Alteryx module to identify how many days since last login. For example, if a user logs in on 1st January 2016, I would like to create a manipulated date of 1st January 2015 to get the figure of 365 days.
Currently doing this in Excel through the following formula: =IFERROR(DATE(2015,1,1)-DATEVALUE(TEXT(R3544,"dd/mm/yyyy")),"")
Hope this makes sense and would really appreciate any feedback
Thanks