We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Journal Entries Not Correspond to the period

cpvacab
5 - Atom

As a part of my job (internal audit) i make a procedure to detect jounals entries that not be part of the period. It because the information sistem not control it

So How can I find this outliers using Alteryx.

Jounal Number           | January    |  February   |.........   |July  |.................|December|                 |Check|

1                                         1                                                                                                          Ok

2                                         2                                                                                                          Ok

3                                         3                                                                                                          Ok

4                                         4                                                                                                          Ok

5                                                            5                                                                                  Check, it corresponde to january Seq

6                                        6                                                                                                          Ok

7                                        7                                                                                                          Ok

8                                                           8                                                                                       Ok

9                                                           9                                                                                       Ok

10                                                        10                                                                                      Ok

11                                                         11                                                                                      Ok

12                                    12                                                                                                          Check, it correspond to February Seq

13                                                        13                                                                                      Ok

16                                                        16                                                                                      Ok

17                                                        17                                                                                      Ok

18                                                                                                                     18                         Check, it correspond to February Seq  

19                                    19                                                                                                          Check, it correspond to February Seq

20                                                                                       20                                                       Ok

23                                                                                       23                                                       Ok

24                                                                                       24                                                       Ok

27                                                                                       27                                                       Ok

29                                                       29                                                                                       Check, it correspond to July Seq

33                                                                           33                                                                   Check, it correspond to July Seq

36                                                                           36                                                                   Check, it correspond to July Seq

37                                                                                        37                                                       Ok

39                                                                                        39                                                       Ok

40                                                                                        40                                                       Ok

.

.

.

.

65000

3 REPLIES 3
lwolfie
11 - Bolide

If you know what the range should be for the month, you can use a join tool.  Otherwise, you could try something like the attached and play with the number of rows in the multi-row formula tool. 

cpvacab
5 - Atom

Hi Iwolfie, this is all the data set with my  solution in excel, I try to use your workflow to solve but the answer not give the same result that the solution i have in excel and do manual.

 

I share with you the original data and the results I obtain.

lwolfie
11 - Bolide

I would suggest using the range approach in my example, then.  That would be the easiest approach. 

Labels
Top Solution Authors