Sample scrolling panel problem:
Sel Dataset name
_ level1.level2.a
Y level1.level2.b
Y level1.level2.c
_ level1.level2.d
I select .b and .c for some action.
Situation 1
If there's no problem (i.e. no error message generated) then I should see:
Sel Dataset name
_ level1.level2.a
_ level1.level2.d
as .b and .c are the subject of a TBDELETE
Situation 2
If there's a problem with .b then I should see:
Sel Dataset name
_ level1.level2.a
Y level1.level2.b
Y level1.level2.c
_ level1.level2.d
Situation 3
If there's a problem with .c then I should see:
Sel Dataset name
_ level1.level2.a
Y level1.level2.c
_ level1.level2.d
At the moment everything in the Sel column is blank in Situation 2 and 3 rather than the Selections keeping their value of Y
Sel Dataset name
_ level1.level2.a
Y level1.level2.b
Y level1.level2.c
_ level1.level2.d
I select .b and .c for some action.
Situation 1
If there's no problem (i.e. no error message generated) then I should see:
Sel Dataset name
_ level1.level2.a
_ level1.level2.d
as .b and .c are the subject of a TBDELETE
Situation 2
If there's a problem with .b then I should see:
Sel Dataset name
_ level1.level2.a
Y level1.level2.b
Y level1.level2.c
_ level1.level2.d
Situation 3
If there's a problem with .c then I should see:
Sel Dataset name
_ level1.level2.a
Y level1.level2.c
_ level1.level2.d
At the moment everything in the Sel column is blank in Situation 2 and 3 rather than the Selections keeping their value of Y