Hi Alex.
Please, I am trying to change the Measure DisplayName at runtime using the following code but without success, why ?
procedure TFrmCubo.FormCreate(Sender: TObject);
begin
PivotCube1.Active := True;
PivotCube1.Measures[1].DisplayName := 'Fct-Ago/09';
PivotGrid1.Refresh;
end;
Thanks in advance.
Kind regards,
Moacir - Brazil