by José Luiz » Thu Nov 27, 2008 4:29 pm
Hi, tanks But
see:
PivotMap.Cells[Column: Integer; Row: Integer; Measure: Integer; View : TMeasureViewType]: Double;
This comand at lop rigth ?
see.
For i:= 0 to 10 do //for exemple)
showmessage( FloattoStr(PivotMap.Cells[0,i,0,0]));
At message aways show the values of measureindex(0) of PivotCube, and the measure contains at MeasureToolBar right ?
but my user add at formula, for exemple
begin
Result = vl_total * qt_item
end
And this formula (name is... "testing") contains at MeasureToolBar in index 6 for exemple...
If i change de measure index 6 at measureToolbar for index 0 this comand
For i:= 0 to 10 do //for exemple)
showmessage( FloattoStr(PivotMap.Cells[0,i,0,0]));
the value show at measureindex (0) at pivotcube and not measureindex(0) at MeasureToolBar
I need aways show me at (messagebox for exemple) the index(0) of MeasuretoolBar.
Sorry if i not write correctly my question....
Best regards