how to print log info of querydef from linked table
Hi All,
Please add your suggestions here:
how to print log info of querydef from linked table:
============
logInfo("1st querydef " +CONSUMER.sConsumerLink.@SRCC_CON_ID);
==================================
my example:
<select>
<node expr="[sConsumerLink/@SRCC_CON_ID]" alias="@SRCC_CON_ID"/>
var ndQueryConsumer = queryBDerivedConsumer.ExecuteQuery();
if ( ndQueryConsumer.BDERIVEDCONSUMER.length() > 0 )
{
for each ( var CONSUMER in ndQueryConsumer.BDERIVEDCONSUMER ) {
logInfo("1st querydef " +CONSUMER.sConsumerLink.@SRCC_CON_ID);
==========
note : i tried this also but no luck:
logInfo("1st querydef " +CONSUMER.@SRCC_CON_ID);
==========