Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
Use if on child band
posted

I Obtain a #value ! on cell after applying this formula : if( [../cout_tranche/num_tranche]=10 , round(  ( [COUT_TRAC_MOY] /  [TARIF_TRANCHE] )*100 ,2)).

../cout_tranche/num_tranche = band 2 of my grid

If want to show a value of one row of childBand in Parent band ( band 0)

is the right syntax?

Parents
  • 71886
    Offline posted

    Hello wassistef,

    You could achieve this with the following code sample:

       ultraGridColumn1.Formula = "sum( [../band 1/column 0] )";

    Please feel free to let me know if I misunderstood you or if you have any other questions.

Reply Children