Calculated fields creating problems

edited 8:23PM in FreeReport
Normally, calculated fields are the best way to place the calculations related to various fields like qty * rate = amount then I can set amount field as calculated and write an event in OnCalculateField.

This is OK and works fine in Master/Detail datasets. For group reports I have no option but to create a query object with an inner join and retrieve the data from the query with an ORDER BY clause. Opposed to what happens in Master/Details calculated fields ie. calculated fields are evaluated and shown in report, but in query calculated fields are totally dis-regarded ie. all the calculated fields appear as zero (0) even when the original database has the calculated totals. I don't think that this is an issue with FreeReports or even FastReports 4. Before signing off just one question if I need to show the calculated values then what should I do?

Comments

  • edited 8:23PM


    Dont Use amount (Calculated field) , Use a total filed and use [ToDouble([qty]* * [rate])]

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.