Hi all,
So I am working through an ETL and the logic needs to be able to include the bottom two values into a bucket but take the top two out.
I am using a formula that looks something like this:
what it really need to be is:
when `loan number` like '5%' and less than 7 digits then ''
is there a way to program that into the logic? I am unfamiliar with how the syntax would look on that.
TIA