Trevor McLean
11/28/2018, 5:48 PMBen VanderBeek
11/28/2018, 5:53 PMsort
instead of sort_by
? sort_by
requires hashes, but sort
supports numeric. https://freemarker.apache.org/docs/ref_builtins_sequence.html#ref_builtin_sortTrevor McLean
11/28/2018, 5:58 PMsort
will work as sub-variables don't all share the same data type, and any attempt to call it with similar syntax as sort_by (passing it a column to sort by) seems to break the rendering