Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
Use the distinct keyword as <table source="sql" distinct="true"> as follows:
<action>
<select order="1" novalue="default" distinct="true">
<table source="sql">
<literal>Category_Lookup/CategoryLevel2</literal>
<where>
<sql>
<eq>
<literal>Category_Lookup/CategoryLevel1</literal>
<var>ProductCategory1</var>
</eq>
</sql>
</where>
</table>
</select>
</action>