Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 8/11/2005(UTC) Posts: 104
|
Hi,
From daily data I used PowerPivots to create weekly data and then calculated a weekly EnhancedHilbertPeriod. say 29.72 weeks
I wish to convert the “ weekly “EnhancedHilbertPeriod. “ into days
And use this daily value in an indicator
Below is my attempt to display this 29.72 weeks into days
Could you please help me with the correct method?
-----------8<------------------------------------------------------
Weeks:=ExtFml("PowerPivots.TDataLocalize",Cum(1), 2, 0);
Ratio:= LastValue(Cum(1)/Weeks);
Pr:=ExtFml("PowerPivots.TDataCreate",3, 2);
WkHilbert:= Round((ExtFml( "EnhancedHilbert.EnhancedHilbertPeriod",Pr)* Ratio)/1);
WkHilbert
--------------8<-------------------------------------------
Best regards,
Derek
|
|
|
|
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.