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
830
Reference a named summary in another formula?
posted

I have a special summary:

e.Layout.Bands[0].Summaries.Add("Forced1", fcFormula);

I have a column("X") that I want to create a formula for... but I want to reference the value in the summary Forced1.  So do this.. 

e.Layout.Bands[0].Columns["X"].Formula = "[Forced1] * 1.25";

but it doesn't seem to work right. 

Is there a way to reference Forced1?