Page HEADER
City HEADER
City CODE (group by is here)
CITY FOOTER section
SUM LISTING TYPES 18
What I'm trying to accomplish is to expand, according to the count of each of the three listing types, a colored bar in a field to the right of each listing type.
Detail has . . .
GROUP HEADER YES
GROUP FOOTER YES
GROUP ON EACH VALUE
GROUP INTERVAL 1
KEEP TOGETHER WHOLE GROUP
WOW - I can't believe I got this far. Whew!
I tried =(String([count],"|")) but this just places the same number of "|" even though the count is different.
I got a head ache.
Any ideas . . . Thanks
Rick
City HEADER
City CODE (group by is here)
Code:
DETAIL section ([count])
LISTINGDATE 8 color bar ||||||||
PENDING DATE 4 color bar ||||
CLOSED DATE 6 color bar ||||||
SUM LISTING TYPES 18
What I'm trying to accomplish is to expand, according to the count of each of the three listing types, a colored bar in a field to the right of each listing type.
Detail has . . .
GROUP HEADER YES
GROUP FOOTER YES
GROUP ON EACH VALUE
GROUP INTERVAL 1
KEEP TOGETHER WHOLE GROUP
WOW - I can't believe I got this far. Whew!
I tried =(String([count],"|")) but this just places the same number of "|" even though the count is different.
I got a head ache.
Any ideas . . . Thanks
Rick