Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Hierarchical or Tree Datagrid

Post Reply
hanstel
Posts: 28
Joined: Sat Apr 30, 2016 2:51 am

Hierarchical or Tree Datagrid

Unread post 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   ...
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Hierarchical or Tree Datagrid

Unread post by admin »

hanstel,

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

Steven
hanstel
Posts: 28
Joined: Sat Apr 30, 2016 2:51 am

Re: Hierarchical or Tree Datagrid

Unread post by hanstel »

i just started using nuBuilderpro, can you please provide a sample how to do this as displayed? TIA.
hanstel
Posts: 28
Joined: Sat Apr 30, 2016 2:51 am

Re: Hierarchical or Tree Datagrid

Unread post by hanstel »

Any idea how to achieve this? anybody please
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Hierarchical or Tree Datagrid

Unread post by admin »

hanstel,

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

Steven
hanstel
Posts: 28
Joined: Sat Apr 30, 2016 2:51 am

Re: Hierarchical or Tree Datagrid

Unread post 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?
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Hierarchical or Tree Datagrid

Unread post by admin »

hanstel,

Sorry but no.

Steven
Post Reply