on 2019 Apr 16 3:28 PM
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?
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.