07-04-2019 12:37 AM
In batch plotting, the order of the printed sheets is determined by how Geomedia performs the sorting in the underlying JOIN, which I use for batch plotting
Can you influence the sorting in batch plotting or can you influence the sorting of a JOIN in Geomedia?
07-04-2019 10:50 AM
Hi ct
Try with a SQL injection: Create an attribute query on your JOIN with the expression 'TRUE ORDER BY SortAttribute'.
hesrah
07-08-2019 01:08 AM
How can I do this in Geomedia?
07-08-2019 03:42 AM - edited 07-08-2019 03:44 AM
As described: Create an attribute query based on your feature/query you want to sort, and use the filter expression
TRUE ORDER BY SortAttribute
Substitute SortAttribute with your sort attribute name.