This was a good learning experience!
TechHub Nov3.yxmd (40.1 KB)
TechHubChallenge34.yxmd (14.8 KB)
Fun! I got messed up with strings and doubles but it was a quick fix that I was able to recognize on my own!
34Problem.yxmd (14.4 KB)
For my solution, I filtered a little bit differently from the posted solution. Instead of using a formula tool to transform some of the values to their the absolute value, I just set the filter to find ending debit balances less than or equal to -50,0000.
SolutionChallenge34.yxmd (14.1 KB)
Here is my solution to the problem. I didn’t use the absolute value, I just made a clause that it could also be less than -50000… Hope that still counts haha.
I’m still getting the hang of alteryx, so this was a helpful challenge!
Instead of using the formula tool to find the absolute value for the debit/credit balance, I used an advanced filter tool and sorted for where the balance was <= -50000 OR >= 50000
Audit_Attention.yxmd (17.1 KB)
probs78techhub.yxmd (12.2 KB)
Great challenge!
Here’s my solution! I used an “OR” in my filter to find the credit and debit balances instead of an absolute value.
Challenge34_Audit_Attention.yxmd (16.5 KB)