PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

PS Query: How to use one prompt to let user to input the list of IDs

edited May 9, 2024 5:14PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 6 commentsAnswered

For now,

I am using expression PATINDEX('%,'+  A.EMPLID +',%', :1)

Criteria: PATINDEX('%,'+  A.EMPLID +',%', :1) greater than 0

use prompt (:1) to let user to enter a list of IDs in prompt. some examples of My list ids (more than 100) will look like", 1234567,2234567,3234567,9845712,54545241…."

It went to success if I limit the length less than 250 in prompt(:1) properties.

It will not run to success if I input the length more than 500 in prompt properties.

Any other suggestions and insights on how can I improve my ps query will be appreciated.

Kind regard,

Mel

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center