Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 3 time(s) in 3 post(s)
|
i1:=Input("Pivot (1=Minor 2=Interm 3=Major 4=Primary)",1,4,2); i2:=Input("Trend Direction",1,4,1); aPivots:= ExtFml("PowerPivots.Pivots"); aTrend:= ExtFml("PowerPivots.TrendDirection",i1,i2); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,0); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,.125); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,.25); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,.375); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,.5); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,.625); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,.75); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,.875); ExtFml("PowerPivots.RetInd",1,aPivots,aTrend,i1,.875); ExtFml("PowerPivots.RetInd",2,aPivots,aTrend,i1,.875); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,1);
|