All Intersections Valid

For this example, all intersections of the TargAcct and SourceAcct accounts and the Custom1 members are valid:

HS.Exp "A#TargAcct = A#SourceAcct"

The function puts this data into the intersections of the TargAcct account and the Custom1 members:

Custom1 Member Data Intersection

Member001

10

SourceAcct and Member001

Member002

---

Not applicable. The intersection of TargAcct and Member002 is unchanged because the intersection of SourceAcct and Member002 has a NoData status.

Member003

15

SourceAcct and Member003

This example uses Exp with the Member001 member on the left side of the equal sign:

HS.Exp "A#TargAcct.C1#Member001 = A#SourceAcct"

The intersection of TargAcct and Member001 is set to 10. Exp gets the data from the intersection of SourceAcct and Member001 because Member001 is specified on the left side.

This example uses EXP with Member003 on the right side of the equal sign:

HS.Exp "A#TargAcct = A#SourceAcct.C1#Member003"

The function puts this data into the intersections of the Custom1 members and the TargAcct account:

Custom1 Member Data Intersection

Member001

15

SourceAcct and Member003

Member002

15

SourceAcct and Member003

Member003

15

SourceAcct and Member003