PlanYR Issue
I am having problem with this script, I am trying to copy from PlanYR1 to all other plan yrs. can someone help
FIX(&PlanYr1, "working"
,@Idescendants ("A")
,@Idescendants("B")
,@Idescendants ("C")
,@Idescendants ("D")
,@Idescendants ("E")
,@Idescendants ("YearTotal")"Budget")
DATACOPY &PlanYr3 = &Planyr2 = &PlanYr1;
ENDFIX