Has anyone had the need to display or pull the value of an entity’s sequence in the group?
Specifically, I have customer that uses Customer Statements heavily and prints via an offsite 3rd party company. Their vendors printing requirements include specifying the customers print sequence as part of a sorting QR code in the bottom right hand corner. For example:
- 1st customer = 2 page statement / (starts on page 1) / Sequence # 1
- 2nd customer = 3 page statement / (starts on page 3) / Sequence # 2
- 3rd customer = 1 page statement / (starts on page 6) / Sequence # 3
I have gotten all other four parts of the QR code to pull, but the sequence number has been eluding me. My latest iteration is displaying everything else correctly, but the sequence part which is finally displaying unique numbers, seems completely random otherwise?
=Concat( 0 ,[PageIndex], 0,[PageCount],Count( [ARStatement.StatementCustomerID] ), [@JobID])
Any thoughts on how to accomplish this?



