Skip to content
Lonnie Chrisman
Lonnie Chrisman
@lchrisman
Admin
Member
Joined: Oct 12, 2010
Last seen: Mar 28, 2025
Topics: 10 / Replies: 33
Topic
Replies: 0
Views: 1965
Topic
Replies: 0
Views: 2325
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...

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

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

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

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

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

@patstevens - This looks efficient, but yes, it takes more effort to decode than a purely functional expression. One thing I would say is to not be to...

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

@jessiesandoval - Your original definition (with the bug Pat found) is equivalent to: Flatten(Attendees, Group, Event, ResultIndex:Event_num, condit...

4 years ago
Page 3 / 3

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