Hi all,
Does anyone have experience with or managed to do a “dynamic” kind of flexi multi key join in TimeXteder?
Example like this
---
a.[BUYER_GROUP_CD],
b.[BUYER_GROUP]
FROM
[DSA].[SYNAPSE_SILVER] a
LEFT JOIN
[DSA].[XLS_PURCHASING_GRP] b
ON a.[BUYERGRP] = b.[BUYER_GROUP] OR
ON a.[BUYER_GROUP_DESC] = b.[BUYER_GROUP_ID] OR
ON a.[BUYER = b.[BUYER_GROUP_WORKSPACE_ID]






