Display the invoice number with the largest number

Instead of showing just the maximum invoice number.
Why not a list of them?
Enter this as a NChar type calculated field on the BAQ.

STRING_AGG(InvcHead.InvoiceNum, ', ')

@NateS offered this in another post.

1 Like