i have 1-N Link.How to call it in query def select condition
i have 1-N Link in tables
How to call it in query def select condition
please help?
i have 1-N Link in tables
How to call it in query def select condition
please help?
04/28/2023 7:43:44 PM SCR-160012 Javascript: error while evaluating script 'WKF12218/jsx2'.
04/28/2023 7:43:44 PM SOP-330011 Error while executing the method 'ExecuteQuery' of service 'xtk:queryDef'.
04/28/2023 7:43:44 PM XTK-170036 Unable to parse expression 'BEMEDIA-DCNS_ID'.
04/28/2023 7:43:44 PM Element 'BEMEDIA' unknown (see definition of schema 'Consumer / Touch point profile (elc:BDERIVEDCONSUMER)').
========
executed what u have pasted but
Gettin this error please help
Hi @shrutii
Apologies for the typo.
var queryOptinBDerivedConsumer = xtk.queryDef.create(
<queryDef distinct="true" schema="elc:BDERIVEDCONSUMER" operation="select">
<select>
<node expr="@DCNS_ID"/>
<node expr="[BRND_ID/@BRND_CODE]" alias="@BRND_CODE"/>
<node expr="[consumer/HSLD_ID/@HSLD_HKEY]" a.lias="@HSLD_HKEY"/>
<node expr="[sourceConsumerLink/@SRCC_CONSUMERID]" alias="@EMDA_SOURCETIMESTAMP"/>
</select>
<where>
<condition boolOperator="AND" expr="@DCNS_BESTRECORD_TOCH_ID <> 0"/>
<condition boolOperator="AND" expr="[neoOptin-DCNS_ID]" internalId="1351616217" setOperator="EXISTS">
<condition boolOperator="AND" expr="BEMEDIA" setOperator = "EXISTS">
<condition expr="@EMDT_CODE = 'emlprs'"/>
</condition>
</where>
Regards
A
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.