Skip to content
Avatar
Dale Rice
@drice
Moderator
Member
Joined: Jul 1, 2021
Last seen: Apr 6, 2023
Topics: 4 / Replies: 21
Reply
RE: Nested Dynamic loops

The error 41302 means that you're operating over the dynamic index inside the dynamic loop, which is not allowed. It is worth understanding the concep...

12 months ago
Reply
RE: Analytica-provided statistics don't match extracted datapoint statistics

The first column in your original screenshot contains the correct median and mean for the distribution defined in your second screenshot, i.e. the one...

1 year ago
Reply
RE: Link to external files in ACP3

You can't use Spreadsheet functions on our ACP server because we don't install Excel on that server for security reasons. We recommend you have people...

1 year ago
Reply
RE: Link to external files in ACP3

When you evaluate the Read functions (like ReadTextFile function, ReadBinaryFile function, etc.) in desktop Analytica, the basic behavior if you don't...

1 year ago
Reply
RE: Using animation to visualize influence diagrams

Looks like the anti-spam filter removed the link. But the likely answer is no, there are no animation of an influence diagram in Analytica.

1 year ago
Reply
RE: canvas Y-coordinate of labels

You would be finding the y-coordinate from inside an OnGraphDraw or OnGraphClick attribute, of course. For your example graph image, Local (x,y) :=...

1 year ago
Topic
Replies: 0
Views: 803
Reply
RE: Copying and pasting icons

Those instructions for copying work for images in nodes (i.e., that were pasted into the node from an external source, or from another image in the mo...

2 years ago
Reply
RE: Table manipulation

To represent the subset of data, you'll need a new index, one that contains only the columns of interest. Let's say your original table (array) is nam...

2 years ago
Reply
RE: How to calculate cumulative cash flow from a Cash Flow table indexed by year

Sorry about the delay with posting the model that I had promised. I hit a technical problem. Anyway, here it is: Cash flow.ana It includes a var...

2 years ago
Reply
RE: How to calculate cumulative cash flow from a Cash Flow table indexed by year

You are looking for the Cumulate function, which takes your cash flow by Year and returns the cumulated cash flow by Year. The syntax is: Cumulate(...

2 years ago
Reply
RE: Bar chart with two bar colors - positives green, negatives red

How about one further embellishment -- negative values left aligned: The Cell format expression for this is CellFormats( CellBar(self,'green'...

2 years ago
Reply
RE: Module node hidden on Cloud Platform but visible when editing?

I see a removed link. I think it should be: AcpStyles attribute Node level settings.

2 years ago
Reply
RE: Icon sets in result table? Is it possible?

The arrow is showing the change in the last time period. I'll leave it as an exercise for the reader to modify the model to make the icon show the cha...

2 years ago
Page 1 / 2