G
Guest
Hi,
I want a datacolumn expression which will work out a value depending on the
value of child records here is the expression that does not work. if any1 can
help me that would be great
iif(child(Packaging).CasingFlag =
'Y',Sum(child(Packaging).PackagingCostPerKg) *
parent(ProductProductVariant).NetWeight,Sum(child(Packaging).PackagingCostPerKg) * parent(ProductProductVariant).GrossWeight)
also is it possible to refernce a chile or parent value through multiple
relationships?
thanks
I want a datacolumn expression which will work out a value depending on the
value of child records here is the expression that does not work. if any1 can
help me that would be great
iif(child(Packaging).CasingFlag =
'Y',Sum(child(Packaging).PackagingCostPerKg) *
parent(ProductProductVariant).NetWeight,Sum(child(Packaging).PackagingCostPerKg) * parent(ProductProductVariant).GrossWeight)
also is it possible to refernce a chile or parent value through multiple
relationships?
thanks