Week wise comaprison data with merged straight table
Hi all,
List box 1
w1
w2
w3
w4
w5
w6
w7
List box 2
w1
w2
w3
w4
w5
w6
w7
ID
Desc
Details1
w1
w2
1
A
1
1
2
B
2
3
3
C
3
3
4
D
4
4
when user click on the list box 1 he want to see only the specific week in the straight table,suppose a user select the w1 in the list box1 he wants to see the see the w1 data in the straight table
suppose a user select the w2 in the list box2 he wants to see the see the w2 data in the straight table
and finally he want to compare the w1 and w2 comparison in column wise in the straight table.
Note: 1) The two list box should always be independent each other when they select, since they both same field.
2) In the straight table user want to merge the week wise data, above table is the structure.
According to the dynamic selection in the list box it have to show week wise data and want to compare the data.