Profile Attribute Value if Attribute is not set
Hi,
I have one field which is a calculated field with (IIf (GetProfileAttr([Name]) IS NULL ,"NoPromotion",GetProfileAttr([Name])))
Initially GetProfileAttr[Name] is not set, so what will be value of the profile attribute.
How we need to check if that profile attribute itself not set.
Thanks