Hi,
I have creted the macro below to show the percentage of KF Forecast 1 via the tooltip. Forecast 1/2 are defined as quantity. But the toll tip function shows a a result the internal value. How can I convert the result into the external format.?
New macro
New step : ( 19 Iterations : M 04.2016; M 10.2017 )
Row: Forecast 1 ( Attributes ) =
CELL_TOOLTIP(
(
Row: Forecast 1 ( Frm M 04.2016 )
/
Row: Forecast 2 ( Frm M 04.2016 )
) * 100
)
Best Regards,
Mario