I would do it a bit different, I think. Instead of using the addMonths command, I would use the dateDifference function, and compare last login date and now. So the formula would be dateDifference({now};{lastLoginDate};months), and then filter 1 would be 1<value<2, filter 2 would be 2 < value < 3, a...