Hi,
Has anybody an experience of work with SAS ABM (Calculated driver assignment)?
I need to assign source to destination account using the name or value of attributes and find the value for DrvQtyCalc in one destination atribute.
Could it be possible if I use one attribute at source account and some attributes at destination account?
It's seems to me that it could be something like that:
Destination.Source."Name_of_the_source_attribute" but similar construction is not work without quotation after the Destination. word.
So may be it's not possible?
For more clarity, for instance, in this construction:
if (Destination.HasAttribute( Source."ACST".DimMemRef ) ,7 ,8)
how could I change "7" and "8" for the attribute name which is similar with the value of Source."ACST".DimMemRef or with the name or value of the source attribute?