Querying the question_answer table for multiple task sys_ids

ryanho
Kilo Contributor

Is there a way to query the question_answer table for more than one "Table sys id" at a time?  We're trying to export our change request dataset to an external system, and we want to get all of the variables for a certain set of Change Requests in a single call, but for some reason the we can't use the IN operator on the "Table sys id" field.

2 REPLIES 2

Elijah Aromola
Mega Sage

The operator shows as "is one of" but the syntax is as shown below.

sys_idIN123,123,123

 

Jaspal Singh
Mega Patron
Mega Patron

Hi,

Unfortunately, you can't. You can create a database view and possible try applying a filter on the report you create on the database view.