Hi Experts,
I have the following requirement:
if department member is d6XXXX or a descendent of d6XXXX, then
R and D Labor and Benefits Equals Labor and Benefits
Department is my custom dimension. I am not able to use it in IF condition(Getting the error: object doesn't support this property or method).
I am using the following Script but its restricting it to Specific to D6XXXX departments. Its doing this calc for all members
strC1 = HS.Custom2.List("","D6XXXX_Base")
For Each C2Item in strC1
HS.Exp "A#R and D Labor and Benefits.strc1 = A#Labor and Benefits"
Next
D6XXXX_Base is a Member list.
Any help would be appreciated.