Matching the Values with different
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Lalaiah
8 - Asteroid
‎04-18-2023
09:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
Can you please help me with logic match if we negative and positive values are zero.
RecordID | Assigned_to_Report | PAYMENT | User_Hidden |
LOT 0 | 23.99 | ||
LOT 1 | (4,198.41) | ||
LOT 2 | 3,412.79 | (141.81) | |
LOT 3 | 7,148.38 | (6,362.76) | 141.81 |
LOT 4 | (4,192.04) | ||
LOT 5 | 4,192.04 | (121.69) | 243.38 |
LOT 6 | (2,229.23) | ||
LOT 7 | (14,263.65) | ||
LOT 8 | 16,492.88 | (140.30) | 351.49 |
LOT 9 | (5,305.76) | ||
LOT 10 | 5,233.43 | (22.28) | 22.28 |
LOT 11 | 72.33 | (17,563.28) | |
LOT 12 | 101.44 | (1,724.23) | 1,660.52 |
LOT 13 | 17,206.56 | (155.00) | 50.19 |
LOT 14 | 255.28 | (3,158.43) | 13.52 |
and attaching the data how we manually matching.
Labels:
- Labels:
- Developer
2 REPLIES 2
sudak
5 - Atom
‎04-18-2023
10:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is there something that can be used to group them? Trying to see if any combination of values on one side can be added up to where the sum matches any combination of values on the other seems not only very difficult, but also runs a risk of grouping incorrect values. If you had, say, an invoice number in the data, you could use a summary tool to group by the invoice number and sum the two columns, then compare the two sums.
‎04-18-2023
10:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@sudak Thanks for the quick response!! if i grouped the mismatch amounts are missing so i am doing manually.
