Deal All,
We are trying to write to a category based on comparing properties between two dimensions,
DimA
ID Desc Attr_A
xxxx test1 ABC
yyyy test2 DEF
DimB
ID Desc Attr_B
aaaa test3 ABC
bbbb test4 DEF
WHEN DimA.Attr_A
IS <> DimB_Attr_B
REC(....)
We only want to write when the property values don't match (string value) Since <> is not supported when comparing property values we are stuck here.
Appreciate any input on this...
Thanks