Skip to content
Pat Stevens
@patstevens
Customer
Eminent Member
Joined: Jul 1, 2021
Last seen: Nov 9, 2022
Topics: 5 / Replies: 5
Reply
RE: How to do an "average" by Financial Year if index is by Month

That's the Aggregate function. You need a Month_to_fiscal year array (indexed by Month, with the fiscal Year for that month in each cell). Then you u...

3 years ago
Topic
Replies: 1
Views: 2292
Topic
Replies: 1
Views: 3052
Reply
RE: How to map Year and Day_of_year to actual date

Local isLeap := Mod(Year,4)=0 and Mod(Year,100)<>0 or Mod(Year,400)=1; Local offset := if Day_of_year='29-Feb' and not isLeap then null e...

4 years ago
Reply
RE: 2-D ragged array to 1-D array with null separators?

I came up with a different solution. I think it isn't as elegant as yours, but it does fix the bug I mentioned in my previous post with a Null after "...

4 years ago
Reply
RE: 2-D ragged array to 1-D array with null separators?

Jessie - this is a timely example for me, since I actually just starting to learn about array functions! I studied your solution and get it. Seems pr...

4 years ago
Reply
RE: Where did the node icons on toolbar go?

How do I mark this topic as "solved"?

4 years ago
Topic
Replies: 3
Views: 2787

Download Free Analytica


    We hate spam as much as you. We won't share your email with third parties.
    The free edition of Analytica includes these key Analytica features:
    Free Analytica has no time limit. The only constraint is it won’t let you create more than 100 variables or other objects. But your model can be quite substantial since each variable can be a multidimensional array. It also lets you explore, change inputs, and run existing models of any size (excluding features unique to the Enterprise or Optimizer editions).