logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Derek Worswick  
#1 Posted : Sunday, August 6, 2023 1:18:41 PM(UTC)
Derek Worswick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 8/11/2005(UTC)
Posts: 104

Hello Forum

{ Percentage Change using Powerpivots }

Would you please  check  and improve the code below

Could you start the  Plot of  the  Percentage Change  from the selected PowerPivot   Instance = i2 

Thank you in advance

Best regrads

Derek

===================================================

Code:

i1:= Input("Pivot Type", -4, 4, -3); i2:= Input("Instance", 0, 6, 6); i3:= Input("TFactor", 1, 100, 1); Start := LastValue( ExtFml("Powerpivots.NthPivotPrice",i1,i2,1)); {Start;} Pct:=((LOW-Start)/Start)*100; Pct;

=================================================

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.