DBCross - Show percentage in the Grand Total colum

edited 10:19PM in FastReport 3.0
Hi

It's possible to show the percentage value in the Grand Total column(see a example below)?

Grand Total
100 10%
.. ..
.. ..
Grant Total .. 1000 100%

Tks

Comments

  • edited 10:19PM
    Hi

    Can I resolve this question using the OnPrinterCell?

    It's correct this code?

    begin
    if DBCross.IsGrandTotalColumn(ColumnIndex) then
    Value:= Value + ' ' + FloatToVar((VarToFloat(Value) * [TOTAL]) / 100);
    end;

    Thanks in advance

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.