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

Flexible search Query for stringset?

mohammed24
Participant
0 Kudos
868

Hi Experts,

I have an attribute with type as StringSet

When i am trying to fire below query. I am not getting result as the subquery is saving the value in the form of object for eg: [B@a7f02b92

 SELECT  DISTINCT {b:pk}  FROM {A AS a left join B as B on {a:ncode} = {b:ncode} and {a:qCode}  =  {b:qCode}}
 
 WHERE 
 
 {a:comp} IN ({{select {comps}  from {B}}})

IS there any possible way to convert the object to string form using flexible search query?

Accepted Solutions (0)

Answers (0)