Recipe - Trouble Finding MetricId

Skill level: Beginner

Organization: Highlands Fellowship

Requires Rock: 1.9.4


{# strip images & classes from the HTML but otherwise leave structure #}

Do you struggle to find a MetricId? Adding the simple script below will display the MetricId in the header.

Screen Shot 2020-03-11 at 11.05.04 AM.png

Screen Shot 2020-03-11 at 11.06.26 AM.png

Add MetricId to Header.gif

<script>
    $(function() {
        var metricId = $('[id$="hfMetricId"]').val();
        $(".panel-title").append(' (Id: ' + metricId + ')');
    });
</script>


Screenshots

  • /GetImage.ashx?guid=b08175c2-abca-45bf-9f66-ffc5d999e1d2