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.
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.