@if (goBack.observed) {

SELECT METRIC TO DISPLAY

}
@if (!filteredMetricTree && !(searchText?.length > 0)) {
}
@if (enableClearSelection && !(metricsCols| isEmpty)) { Clear Selection }
@if (filteredMetricTree && filteredMetricTree.length === 0) {
No data to show
} @for (metric of filteredMetricTree; track metric[1][0].metric_hash) { {{ metric[0] }} @if (selectedMetric | hasSelected: metricTree[metric[0]][0].metric_hash) { } @for (variant of metricTree[metric[0]] | advancedFilter:searchText; track variant.variant_hash) {
@if (multiSelect) {
@if (metricVariant.formData && !skipValueType) {
} } @else {
{{ variant.variant }}
@if (metricVariant.checked) {
LAST MIN MAX
} }
}
} @if (moreResults > 0) {
And {{ moreResults }} more, use search to narrow selection
}