Group header multivalue

stefquestefque Serbia
edited 5:58PM in FastReport 4.0
I am transferring some reports from Report Manager to Fast Report, and I don't know how to solve a little problem. In a group header in report manager, a group expression is like this
FORMATSTR('00',INTR.sifobj) +'-' + fORMATSTR('0000',intr.brrn)
Now, this are both integer fields in database, and now I would also like to put them as one of the fields in Master Data and as Condition in Group Header. I am not sure how to write those in the condition field, and how to characterize the field as string. I've tried to write in Break on, selected expression, [INTR."sifobj"]-[INTR."brrn"] , also with <>-<>, then <>+'-'+<>, but doesn't seam to work.

Comments

  • gpigpi
    edited 5:58PM
    Try
    FORMATFLOAT('00',<INTR."sifobj">) +'-' + FORMATFLOAT('0000',<intr."brrn">)

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.