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
4165
How do I refer to parent band from child band in a formula?
posted

Hello,

I want to have a formula on a column where I refer to a parent band column. So I tried this:

e.Layout.Bands[0].Columns["freight"].Formula = @"[Band 0\extcost] * 0.02";

but I get #ref error. I tried the key name of the band too

@"[parts\extcost] * 0.02";

with no luck

I have other formulas where I refer from the parent band to the child band with no issue:

example

@"[Relation1\extcost] * 0.02";

What am i missing?

Parents Reply Children
No Data