I have a formula similar to
GroupName ({TBL1.FIELD1}) + ' - ' + cstr(round(Count ({TBL2.FIELD1}, {TBL1.FIELD1})))
This displays
BLA BLA - 6.00
I want it to display
BLA BLA - 6
(no decimal or places after the decimal)
I have the # format in the report set to no decimal and I must cstr the count in order to use it in the concatenation formula.
What am I missing?
-- Jason
"It's Just Ones and Zeros
GroupName ({TBL1.FIELD1}) + ' - ' + cstr(round(Count ({TBL2.FIELD1}, {TBL1.FIELD1})))
This displays
BLA BLA - 6.00
I want it to display
BLA BLA - 6
(no decimal or places after the decimal)
I have the # format in the report set to no decimal and I must cstr the count in order to use it in the concatenation formula.
What am I missing?
-- Jason
"It's Just Ones and Zeros