Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need Urgent requirement,
a list box Hierarchy with example.
Live req:
I have Bank ID and In that bank id have n number of node Like Bank ID-> Branch-> Department -> Sub Dep-> Revenue
I need to show this on List box. When i choose list box selection need to display pivot or table box.
Kindly Help me.
Data:
Group | Name A | Name B | Name C | Name D | Name E | Name F | Name G | Length | ID | Best Name | Path | OID | Parent Name |
Admin | A | B | C | CD | E | 1 | 234 | Memo | Admin>A>B>CD>E>Memo | 123 | Best | ||
User | ABC | DE | MN | Z | N | 2 | 212 | Gemo | User>ABC>DE>MN>Z>N>Gemo | 443 | Gest | ||
Admin1 | Q | W | E | R | V | 22 | 431 | Lemo | Admin>Q>W>E>R>V>Lemo | 554 | Lest | ||
Ramya.
Hi,
I think your requirement is to show in hierarchy structure, is that correct.?
if so we can do using delimiter something like'\'
Table:
LOAD * INLINE [
%Dim, %Dim_Subgroup
01, Main
02, Main\Branch
03, Main\Group
];
in the list box:
Properties->General->Show as tree view->With separator \
So that in list box you can see Main, on expand you can see branch and group
Hi,
You can try like this
List Box Properties->General->Show as tree view->and give >
and also select ID as Field
Regards,
jagan.