Grouping selection result

bbaraba 13 Feb, 2013
Hi All,

I love this component and have done several "fancy" things with it. But currently I am lost.
I have a table let's call it "RESULTS". In this table I have cf_id, cf_created_by, and point as fields.

I have set up the DBMRL to have all the required data from this table.
But I have problems with the display. (I am REALLY new in php)

I would like to have a "result" form which looks like this:

Result created by: #cf_created_by
And then a table about all the items created by this user.

Than "Result created by" again and table again etc, etc.

Example:
Result created by: 68
points (table header)
12
11
10

Result created by: 69
points
11
15

Please advise how to handle it.

thanks in advance!

bbaraba
GreyHead 16 Feb, 2013
Hi bbaraba,

The only way I can think of to do this kind of display would be to hand-code it in a Custom Element element in your form.

Bob
This topic is locked and no more replies can be posted.