34|ALTERYX – Audit Attention

BYU Student Author: @DylanKing
Reviewers: @Christian, @Boston, @Alex_Garrett
Estimated Time to Solve: 10 Minutes

We provide the solution to this challenge using:

Need a program? Click here.

Overview
This challenge works in connection with Challenge 52|ALTERYX – Balance Sheet Boost. As a first-year associate who recently graduated from school, you have joined a small local accounting firm in the area. Your first assignment is to audit the Financial Statement Controls of a local chain of car repair shops. The senior member of the engagement team informed you that they had strengthened the controls around the income statement in the previous year. However, they remain concerned about some of the controls around certain balance sheet accounts that do not meet the firm’s standards.

You decide to use your skills in Alteryx to identify balance sheet accounts that require the most attention during the audit. After meeting with others on the engagement team, you determine that accounts that have 1,000 transactions or more during the month and have an ending debit or credit balance of 50,000 or more will require the most attention. You notify the other members of the audit engagement that you will find which accounts meet these criteria.

Instructions
Using Alteryx, create a workflow to identify which accounts meet the aforementioned criteria. Remember, accounts must have 1,000 transactions or more and have an ending debit or credit balance of 50,000 or more. Sort by the number of transactions in descending order and be sure to sort out the data that has a null account number. In the end, your output should have the following columns: Acct, GLAcctDesc, EndingDebitBalances, NumOfTransactions.

Data Files

Suggestions and Hints

When trying to find the accounts that follow the criteria of having an ending debit or credit balance of $50,000 or more, remember that we are given the ending debit balance. Using absolute value can help you get around this problem.

Solution

Thank you Dylan again for the great challenge!

Here is my solution:

4 Likes

Great refresher challenge! My solution came out just about the same as yours. I initially forgot to set the first filter to catch the credit balances. I just saw the column header, “EndingDebitBalance” and assumed the number would all be positive. Thanks for writing this challenge Dylan!

image

6 Likes


I forgot how important the absolute value would be. Great challenge!

TechHub3.yxmd (14.7 KB)


TechHub1.yxmd (14.6 KB)

Thanks for the great challenge!

1 Like

I really enjoyed this challenge! Below is my method for completing it.


AuditChallenge.yxmd (13.8 KB)

1 Like

TechHub1.yxmb.yxmd (13.7 KB)
TechHub1

1 Like


TechHub34Solution.yxmd (15.3 KB)

Handy test to learn things


TechHubWorkflow1.yxmd (15.8 KB)

2 Likes


AuditAttention.yxmd (16.5 KB)


AuditAttention.yxmd (16.7 KB)


Aduit Attention 34.yxmd (17.3 KB)


Audit Attention.yxmd (16.3 KB)

This was good practice for me!

solution 1.yxmd (12.7 KB)
Thanks for the challenge! Here was my solution

Good one!


Challenge 34 Workflow.yxmd (14.5 KB)


Here is my solution!
TechhubAlteryx2.yxmd (16.4 KB)


New Workflow1.yxmd (54.6 KB)

LedgerAlteryxPractice.yxmd (14.8 KB)

Here is my solution! This was a good challenge that had a good level of challenging, but also doable.