V.10
xml data with ADO.NET driver
~I have some bar charts that disply % on the vertical axis.
~Chart is
calculate on change of @AssetClass
Sum of@GetValuePct
~@GetValuePct =
whileprintingrecords;
{@GetValue}/{#AssetValueTotals}
~@GetValue is a complex formula that gathers asset values
~The Running Total is required to get the correct subtotal values.
~When I run this I get, "A print time formula that modifies variables is used in a chart or map. Details: @GetValue%
Is there a way around this? Is this an order of operations problem?
Thank you,
ebutter
xml data with ADO.NET driver
~I have some bar charts that disply % on the vertical axis.
~Chart is
calculate on change of @AssetClass
Sum of@GetValuePct
~@GetValuePct =
whileprintingrecords;
{@GetValue}/{#AssetValueTotals}
~@GetValue is a complex formula that gathers asset values
~The Running Total is required to get the correct subtotal values.
~When I run this I get, "A print time formula that modifies variables is used in a chart or map. Details: @GetValue%
Is there a way around this? Is this an order of operations problem?
Thank you,
ebutter