Skip to content
Lonnie Chrisman
Lonnie Chrisman
@lchrisman
Admin
Member
Joined: Oct 12, 2010
Last seen: Apr 11, 2024
Topics: 8 / Replies: 32
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...

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

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

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

2 years 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...

2 years 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...

2 years ago
Reply
RE: "Publish to cloud" doesn't work in my Desktop version

I should have also pointed out that you can upload it from the ACP User Portal after you've logged in, so a glitch with Publish To Cloud... should nev...

2 years ago
Reply
RE: "Publish to cloud" doesn't work in my Desktop version

I just tried the same, and my model updated as expected. So I think more details will be required to figure out what is different in your situation. ...

2 years ago
Reply
RE: Why is there no "Two-tier top/side tabs" options in the new ACP navigation style?

I think they work on ACP and they should have been there as an option in the ACP Styles Library. I think the reason they aren't there was that the per...

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

Here is another option, to get bars in table cells (rather than in the graph). Starting with the original variable Score in Pat's model, view the resu...

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

Here's a screenshot after following your instructions (without step 6).

3 years ago
Reply
RE: Entry of a symmetric matrix

Here is an example that does what you want: The edit table look like this: The gray cells are read-only, so you can only change the white cell...

3 years ago
Reply
RE: Add a Secondary Axis

As of Analytica 6.0, we don't have an option to add a secondary Y-axis. We do have this enhancement request already logged.

3 years ago
Reply
RE: Markov Decision Process example model?

These are a bit more elaborate than a simple example model, but are probably of interest since they are applied examples. They are Markov models of th...

3 years ago
Reply
RE: How to map Year and Day_of_year to actual date

Local d := ParseDate(Day_of_year&"-"&Year); d := if Day_of_year='29-Feb' and DatePart(d,'D')<>29 then null else d; Time[Time=d,defVal:...

3 years ago
Page 2 / 3