Hello! Need to add a roll-up of order #'s to a shipping document in our CSI (cloud-based) Syteline instance. The document is a Mongoose form report and it currently just pulls the first order number from the first item in the shipment, when what I actually want to do is pull all distinct order #'s from the items in the shipment and plop them into a string to spit out on the shipping docs.
I have the items themselves as an available collection, so it's really just the finesse/technique of how to 'properly' do this that I'm missing Big Time.
I came from an on-prem system that utilized a Crystal-Reporting style reports tool + as much SQL as I wanted to write til the cows came home, so I am occasionally struggling hardcore to get the cloud + Mongoose nature of form reports to do what I need it to do.
Any insight very valued, thanks for your time :)!