Hi experts,
I am stuck while writing where condition in script activity of a web application. Below is the actual query of say 'xyz' schema.

Help me completing the where condition.
NLWS.xtkQueryDef.create({
queryDef: {
schema: "sam:xyz",
operation: "select",
select: {
something... something....
}
where: {
condition:
[{
expr: "@label='" + dlabel + "'"
}, ??????????
]
}
}
Also, please suggest me if any good documentation from where I can learn such different different queries writing in script.
Thanks and Regards,
Shaktiraj Daudra