I have made a metric selector to visualize on a board, using an attribute with the name of the metrics and a metric with a 'case', the selector works fine, but the values are unformatted, some idea of how to format them? The number format does not work anywhere on the board.
I hope you can give me a hand, thanks
edit:
code of metric
Case(([Metric Selector]="Real Vol");vol_real01;([Metric Selector]="Real Spd");(spd_real02*100);([Metric Selector]="Real Res");res_real01;([Metric Selector]="Ppto Vol");vol_ppto01;([Metric Selector]="Ppto Spd");(spd_ppto02*100);([Metric Selector]="Ppto Res");res_ppto01;([Metric Selector]="R Vol Ant");vol_realant01;([Metric Selector]="R Spd Ant");(spd_realant02*100);([Metric Selector]="R Res Ant");res_realant01;([Metric Selector]="P Vol Ant");vol_pptoant01;([Metric Selector]="P Spd Ant");(spd_pptoant01*100);([Metric Selector]="P Res Ant");res_pptoant01;"")