This is a migrated thread and some comments may be shown as answers.

Multifield Grouping

1 Answer 394 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 27 Jun 2011, 03:29 PM
I've tried to search this down, but to date haven't found the answer and "trying" hasn't been succesful ..

With grouping by field, normally it looks logically like:

Field.One            (Logical level 1)
    Field.Two        (Logical level 2)
        Field.Three    (Logical level 3)

where the grouping creates a bit of a cascading hierachy which I understand.  Is it possible to concatenate or join fields for grouping at the report level? So for example I can do

Field.One + Field.Two    (Logical level 1)
    Field.Three                (Logical level 2)

... I receive odd results when trying this via an Expression.  Also null values supress data.

Thanks much.
Mark

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 30 Jun 2011, 07:54 AM
Hi Mark,

The Grouping is structuring the report data based on criteria which is the datasource field you have specified. Concatenating two fields and setting it as group criteria does not yield a reasonable grouping criteria e.g. what if those fields are two string/text fields? What you need to do is add a second grouping criteria to a single group as shown in the Edit Grouping Dialog help article.

Best wishes,
Steve
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Mark
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or