Doubt in Sorting
Posted: Tue Apr 10, 2012 2:38 am
Hi All
This might look pretty lame , but for starter like me, am getting pretty confused. Sorry.
I have a Data Structure as follows.
Table 1 : Runlist
Runlist ID RunlistName
1 R1
Table 2 : Method
MethodID MethodName RunlistID
1 Meth_1 1
2 Meth_2 1
Table 3: RunlistRow
RowID MethodID
1 2
2 1
When I try to display this structure using a set of Databands, I am getting everything right, except that, Last table gets displayed in the wrong order.
RowId MethodID
2 1
1 2
Currently I have set Databand and relations as follows
Databand Source Relation MasterComponent
DB1 Runlist None None
DB2 Method RunlistMethod DB1
DB3 Row Row Runlist DB2
Please guide me, Thanks in Advance
Anu
This might look pretty lame , but for starter like me, am getting pretty confused. Sorry.
I have a Data Structure as follows.
Table 1 : Runlist
Runlist ID RunlistName
1 R1
Table 2 : Method
MethodID MethodName RunlistID
1 Meth_1 1
2 Meth_2 1
Table 3: RunlistRow
RowID MethodID
1 2
2 1
When I try to display this structure using a set of Databands, I am getting everything right, except that, Last table gets displayed in the wrong order.
RowId MethodID
2 1
1 2
Currently I have set Databand and relations as follows
Databand Source Relation MasterComponent
DB1 Runlist None None
DB2 Method RunlistMethod DB1
DB3 Row Row Runlist DB2
Please guide me, Thanks in Advance
Anu