I have a concatinated statement which contains a Count function of the numberic field {CSL_STD_DEMO_DISTRICT.ID_STD_DEMO_DISTRICT}, {CSL_STD_DEMO_SCHOOL.HOMEROOM_NUMBER}. When I convert it ToText the number shows as a decimal. How can I get the number to show as a whole number in the concatinated statement?
The formula is...
"There are "+ ToText (Count ({CSL_STD_DEMO_DISTRICT.ID_STD_DEMO_DISTRICT}, {CSL_STD_DEMO_SCHOOL.HOMEROOM_NUMBER}))+" students in Homeroom "+GroupName ({CSL_STD_DEMO_SCHOOL.HOMEROOM_NUMBER})
The result I see is There are [red]21.00[/red] students in Homeroom 111
What I would like to see is There are[red] 21 [/red] students in Homeroom 111
Thanks,
Hillary
The formula is...
"There are "+ ToText (Count ({CSL_STD_DEMO_DISTRICT.ID_STD_DEMO_DISTRICT}, {CSL_STD_DEMO_SCHOOL.HOMEROOM_NUMBER}))+" students in Homeroom "+GroupName ({CSL_STD_DEMO_SCHOOL.HOMEROOM_NUMBER})
The result I see is There are [red]21.00[/red] students in Homeroom 111
What I would like to see is There are[red] 21 [/red] students in Homeroom 111
Thanks,
Hillary