groups-calculated fields

  • Thread starter Thread starter fedum
  • Start date Start date
F

fedum

I use in my report Groups. In the part Details is a
calculated field PriceArticle. When I make the sum of this
field in my first Footer Group then I get an error
because this calculated textbox isn't a field.
Marc
 
fedum said:
I use in my report Groups. In the part Details is a
calculated field PriceArticle. When I make the sum of this
field in my first Footer Group then I get an error
because this calculated textbox isn't a field.


You can Sum the expression of fields that you have in the
text box. For example:

=Sum([Quantity] * [UnitPrice])
 
Well not a real errormessage but he sees the textbox as a
parameter if I use it in a calculated field. Total=sum
(txtPriceTicket). Were txtPriceTicket is [PriceArticle]*
[Quantity]
 
Back
Top