Frequently Asked Questions
How can I make my labels print in alphabetical order?
Labels will be generated in the order they are filtered, according to the Order By field on the Data Source condition. In the case of scripted Data Sources, you can set the order using a query.orderBy() term in the GlideRecord query.
Last updated