0 votes
in Rock by MarissaEubanks (4.0k points)
edited

How can I reorder metrics on a page alphabetically? I'm honestly not sure what logic the page is using to order these currently - it doesn't seem to be the Metric ID.

Page: https://rock.eclife.org/page/1604

Metrics: https://rock.eclife.org/reporting/metrics?MetricCategoryId=833&ExpandedIds=C380%2CC651%2CC620%2CC603

enter image description here

1 Answer

+2 votes
by DavidTurner (14.9k points)
edited
 
Best answer

The Lava for that page already had a line of code to sort the metrics by their title (Line #68), but then when it went to loop through the metrics, it was not using the sorted variable (Line #72). The sorted metrics are in lower-case "metrics", while the unsorted are in the upper-case "Metrics". I just changed line 72 to use lower case "metrics" and it now displays the metrics in alphabetical order.

enter image description here

by MarissaEubanks (4.0k points)
So close!?! sighhh...
Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...