cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Single value what is l_s_range-opt =

Former Member
0 Kudos

Hello Friends if I want to pass Multiple Single values what should I put instead of "BT". Like for one single Value I put "EQ" what is that I need to put for Multiple Single value.

Please help.

l_s_range-sign ='I'.

l_s_range-opt = 'BT'.

append l_s_range to e_t_range.

endif.

Thanks

Soniya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Don't know if it is possible but only possible options available are

EQ Equal: Single Value

NE Not Equal: Everything Apart from the Specified Single Value

BT Between: Range of Values

NB Not Between: Everything Outside the Range

LE Less or Equal: Everything <= Value in Field LOW

GT Greater Than: Everything > Value in Field LOW

GE Greater or Equal: Everything >= Value in Field LOW

LT Less Than: Everything < Value in Field LOW

CP Contains Pattern: Masked Input: Find Pattern

NP Not Contains Pattern: Masked Input: Reject Pattern

Thanks

Tripple k

Answers (2)

Answers (2)

Former Member
0 Kudos

I haven't tried it, but you can append

multiple EQ values

Thanks

Wond

Former Member
0 Kudos

that depends on the values you want to pass, if there is only low value u put EQ, if there is a high and low value you put BT