Group header multivalue
stefque
Serbia
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.
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
FORMATFLOAT('00',<INTR."sifobj">) +'-' + FORMATFLOAT('0000',<intr."brrn">)