Page 1 of 1

Hierarchical or Tree Datagrid

Posted: Thu May 05, 2016 5:12 am
by hanstel
Is there any possibility to present data browse in hierarchical manner where I can group records by a certain field?

Ex.

Code: Select all

TEAM         PLAYERS            SCORE
Team A       Joe F.               10
             Eric Matt            11
             Kit  Tad              9
             Simon Gun            15
Team B       Martin Can           12
             Greg Mosh            14
             Jack Rock            10
             Lei Meason           10
Team C   ...

Re: Hierarchical or Tree Datagrid

Posted: Thu May 05, 2016 9:22 am
by admin
hanstel,

Yes, by using 'ORDER BY' in an SQL Statement.

Steven

Re: Hierarchical or Tree Datagrid

Posted: Sat May 07, 2016 9:38 am
by hanstel
i just started using nuBuilderpro, can you please provide a sample how to do this as displayed? TIA.

Re: Hierarchical or Tree Datagrid

Posted: Wed May 11, 2016 10:01 am
by hanstel
Any idea how to achieve this? anybody please

Re: Hierarchical or Tree Datagrid

Posted: Thu May 12, 2016 7:44 am
by admin
hanstel,

Have you watched any of the video tutorials? https://www.youtube.com/channel/UCQ2Ins ... KVb7TY2KZg

Steven

Re: Hierarchical or Tree Datagrid

Posted: Thu May 12, 2016 10:06 am
by hanstel
when I say 'hierarchical' or 'tree', I mean on Browse or Subform grid, I will not be showing (hide it) the repeating group values, is this possible?

Re: Hierarchical or Tree Datagrid

Posted: Wed May 18, 2016 8:02 am
by admin
hanstel,

Sorry but no.

Steven