AP 4.4.3, APL 2.7.0
Hi,
When defining a post-processed measure we end up with two measures available to us in Active Pivot Live. E.g. the definition below will give us the measures "Yield Curve.SUM" and "Yield Curve.TenorDetail". As we've got a lot of measures like this, we end up with a lot of useless SUM measures cluttering up the interface.
So, since we only need "Yield Curve.TenorDetail", can we somehow hide "Yield Curve.SUM"?
<measure name="Yield Curve" aggregationFunctions="SUM" >
<postProcessor pluginKey="TenorDetail" >
<properties>
<entry key="id" value="TenorDetail" />
<entry key="vectorMeasure" value="Yield Curve.SUM" />
<entry key="analysisDimensionName" value="Tenor" />
</properties>
</postProcessor>
</measure>