FastCube - Measure Caption
Hi,
I have a cube that calculates the measures based on slicefields. Each measure could be different based on the current Date, it is a 12 month rolling period.
The TMeasure has a CAPTION property, is there a way to set the caption using something like
Measures['CurrentPeriod'].Caption = 'October 2020';
Tried as part of the measure calculation but it doesn't appear to set.
Thanks
Simon