Invalid RowTotal in CrossTab

edited 12:07PM in FastReport 4.0
Hi, I've created crosstab, ie:
val1     |     val2     .....    Total|
--------------------------------------
21:00   |  5:00       ......   2:00

My values are in datetime format(hh:mm).
As you can see total value is 2:00, it should be(I mean, I want it to be) 26:00 though.

I know that total value starts counting from 0 when its range(24 hours) is exceeded.
How to omit that?

Comments

  • edited 12:07PM
    Juhas wrote: »
    Hi, I've created crosstab, ie:
    val1     |     val2     .....    Total|
    --------------------------------------
    21:00   |  5:00       ......   2:00
    

    My values are in datetime format(hh:mm).
    As you can see total value is 2:00, it should be(I mean, I want it to be) 26:00 though.

    I know that total value starts counting from 0 when its range(24 hours) is exceeded.
    How to omit that?
    in the total text box should be something like: Sum[<val1>+<val2>]

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.