Hello, Alex
because I cannot figure out how to do it easier, I'm trying to
add a calculated measure to a map in runtime, without user interaction :
I'm considering insering the following code :
if ( pivotMap1.MeasureByName[ 'Taux' ] = nil ) then
begin
pivotMap1.AddCalculatedMeasure( 'Taux', 'result="MODULEVALIDE"*100/ ("MODULEOBLIGATOIRE")') ;
end;
Is this OK ?
in which event handler must I insert the above code ?
Will this calculated measure be taken in account immediately ?
TIA
Joseph Osende