Lonnie Chrisman
Admin
Eminent Member
Joined: Oct 12, 2010
Last seen: Mar 24, 2023
Topics: 5 / Replies: 24
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...

1 week 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...

1 week 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.

2 months ago
Topic
Forum
Replies: 0
Views: 194
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...

4 months 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 ...

5 months 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...

6 months 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...

8 months 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...

8 months 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...

11 months 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 ...

12 months 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...

12 months ago
Reply
RE: Table manipulation

The critical part of the above answer is that your criteria needs to reduce all indexes from X except for the one you want to subset (Col). As you get...

1 year ago
Reply
RE: Icon sets in result table? Is it possible?

I've just released a new library called the Cell Icon Set Library. This contains a collection of pre-curated icon sets to be used as cell icons in tab...

1 year ago
Page 1 / 2
Scroll to Top