Skip to Content
0
Former Member
Jun 26, 2008 at 11:25 AM

Delete Exclude values from Select Options table

1065 Views

Hi All,

User will select multiple selections in Select Options including both Includes and Excludes. Now I need to capture these records into another table with only includes. For example,

Low High Sign Option

1 100 I BT

5 10 E BT

20 E EQ

50 70 E EQ

Now the new should contain Include only with 1 to 100 exluding 5 to 10,50 to 70 and 20 values.

Low High Sign Option

1 4 I BT

11 19 I BT

21 49 I EQ

71 100 I EQ

If anyone has done this kind of issue ,Please suggest me how can I achieve this or share the sample code.

Thanks,

Rajani.