Folks... This may not sound challenging for most of you gurus, however
it would definitely help me and other like me a lot. Please give this
question a look:
When I group items within a view, the display comes up as under
GroupColumn: Item1 (2)
Sub item 1.1
Sub item 1.2
GroupColumn: Item2 (3)
Sub item 2.1
Sub item 2.2
Sub item 2.3
and so on
Is there any way to suppress "GroupColumn:", the count and also reduce
the indent
size as under ??? If so, how can one achieve this.
Item1
Sub item 1.1
Sub item 1.2
Item2
Sub item 2.1
Sub item 2.2
Sub item 2.3