Luis
10/07/2020, 7:49 PMDavid B
10/07/2020, 8:57 PM┌────────┬──────────────┬───────────────────────┐
│ FIELD │ SUMMARY TYPE │ WHEN ORDERED BY FIELD │
├────────┼──────────────┼───────────────────────┤
│ Date │ Maximum │ │
│ Amount │ Maximum │ Date │
└────────┴──────────────┴───────────────────────┘
Luis
10/07/2020, 11:46 PMmichoel
10/08/2020, 1:17 AMMAX({amount})
will give you the highest amount in the group. Using When Ordered By instead will give you the amount of the result with the latest date - i.e amount for the result matching MAX({date})
.Luis
10/13/2020, 2:21 AMDavid B
10/13/2020, 2:41 AMamount
fields (i.e. "Amount (Net)" vs "Amount")
• If you're operating with OneWorld, maybe the amounts are in a different currency?
Best thing to do would be to add some more fields (with when ordered by field = Amount
) so you can see which transaction/data the amount relates toDavid B
10/13/2020, 2:42 AM