Skip to content
Lonnie Chrisman
Lonnie Chrisman
@lchrisman
Admin
Member
Joined: Oct 12, 2010
Last seen: Jul 25, 2025
Topics: 10 / Replies: 35
Reply
RE: Looking for how to call a specific entry in a table, based on values of a parameter

I am sharing an alternative answer to Jeremy's question here that was produced by our prototype Analytica assistant, an AI research project we are cur...

2 years ago
Reply
RE: Looking for how to call a specific entry in a table, based on values of a parameter

First, I'm wondering whether there is a much simpler approach. Density is n*w/V, where n is the number of molecules, w is the molecular mass, and V is...

2 years ago
Reply
RE: Analytica-provided statistics don't match extracted datapoint statistics

Regarding the discrepancy in the stats and mean that you asked about, I assume that the second column in your screenshot that is labelled "Extracted f...

2 years ago
Reply
RE: Analytica-provided statistics don't match extracted datapoint statistics

BTW, to create a box plot in Analytica (we call them Tukey Plots or Tukey Bar Plots), you can do the following. Add the OnGraphDraw Annotations li...

2 years ago
Reply
RE: Can't edit "Rent & Buy Analysis" tutorial model

Not a bug. You are in browse mode. Change to edit mode by pressing the arrow button on the toolbar.

3 years ago
Topic
Forum
Replies: 0
Views: 2037
Reply
RE: Dynamic variable

The second value will be inv_0 - dem_t[1] + lambda[1] Let's take some example values: Inv_0 := 100000 Dem_t := 10 * I_t Lambda := 100 * I_t T...

3 years ago
Reply
RE: Call slicer in OnGraphDraw

You won't be changing the slicers in OnGraphDraw, but your OnGraphDraw logic might reading the slicer values. The slider positions are contained in ...

3 years ago
Reply
RE: Create global function

Glad you got it to work.Your original posting said that you "put it in a module and set the model's class to Filed module." You should have changed t...

3 years ago
Reply
RE: Show arrows, even erroneous arrows

> it should be possible to construct the influence diagram as intended before working out details of the definitions. I totally agree. Analytic...

3 years ago
Reply
RE: Copying and pasting icons

In edit mode, select the node, then click on the image/icon within the node. You should notice that the four selection handles that appear at the corn...

3 years ago
Reply
RE: ODBC/SQL authentication without storing credentials in model

One approach is to use AskMsgText to get the credentials. You would change your Connection_string variable's Definition to something like: Local use...

3 years ago
Reply
RE: OnClick option for modules

You can put a button (or picture node) on top of the module node, making it look like the module. To make it look the same, you can just add an image ...

3 years ago
Reply
RE: Bring objects to front/send to back

The Front-to-back is determined by the z-order, which is stored in the NodeLocation attribute. It is an integer, and can be positive or negative. No...

3 years ago
Page 2 / 4

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).