cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PCR Tutorial: how to have condition check wagetype starts with.

Former Member
0 Kudos
2,248

Hello Gurus,

how to have check has below condition?

to check wagetype that start with 5.

Wagetyp?

     ****

     /559

      5***

          ELIMI *

           SUBTD

View Entire Topic
former_member207885
Contributor
0 Kudos

Hi You can use the operation VALEN

For your example if you want  to check the wage types starting with 5XXX

then the rule would be

*

****

VALEN 1

WGTYP?

5

ELIMI*

SUBSTD

*

ADDWT *

if you want to check this for /5 wage types,

this would be

*

****

VALEN 2

WGTYP?

/5

ELIMI*

SUBSTD

**

ADDWT *

Hope this helps

Thanks