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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top