Skip to content
Avatar
Dale Rice
@drice
Moderator
Member
Joined: Jul 1, 2021
Last seen: Apr 6, 2023
Topics: 4 / Replies: 21
Reply
RE: Icon sets in result table? Is it possible?

I extended the previous example model to get this: I had to add a time dimension (the index Historic_date), and I simulated some random data over ...

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

How's this look? Here is the model that produced this: The main work was obtaining the icon images. I did that as follows. I created 3 const...

3 years ago
Reply
RE: Displaying B for billion, µ for micro

Here is a library with a GUI for configuring the suffix characters to use. To use, select File / Add Module... (or Add Library...) and embed. The...

3 years ago
Reply
RE: Displaying B for billion, µ for micro

On the wiki page for NumberFormat, with Release=6.0 selected at the top, it says that item 18 is «GigaOrMuSuffixChars» and specifies with to use using...

3 years ago
Reply
RE: 2-D analogue to Subset( ) ?

Here is my solution: LocalIndex Ind := IndexesOf(A); MdArrayToTable(A)[.Col=Ind] This is demonstrated in this model. There are other wa...

3 years ago
Topic
Replies: 1
Views: 1147
Reply
RE: Markov Decision Process example model?

In this simple finite-state MDP, a taxi driver can be in one of three towns. In each town he can either cruise the streets, wait at a taxi stand, or w...

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

In the jargon of Analytica graphing, you would say "I want the Color (role) to depict the sign of Score". So, since you need to depict sign-of-score,...

3 years ago
Reply
RE: Where did the node icons on toolbar go?

You are in browse-only mode. Click the edit tool on the tool bar -- it looks like an arrow, to the immediate right of the browse tool, which looks lik...

3 years ago
Page 2 / 2