Page 1 of 1

Percent

Posted: Tue Dec 12, 2023 11:19 am
by reza1999
Hi
how can show the graph result as percent?

Re: Percent

Posted: Tue Dec 12, 2023 11:38 am
by Administrator
You haven't provided much information, so I'll guess.

Assuming you have a value that ranges between 0-1, create a new variable and plot that.

some variable = 0.5

some variable percent = 0.5 * 100

Re: Percent

Posted: Tue Dec 12, 2023 12:29 pm
by reza1999
Let me tell you what I mean with an example.
Here we have a graph that shows the ceiling of 10 million.
I want Vensim to show it as a percentage as display 10 million in 100%

Re: Percent

Posted: Tue Dec 12, 2023 2:01 pm
by tomfid
If the endpoint is fixed, you can use the approach of creating a variable.

If the endpoint is uncertain, specifically, not known at the start of the run, there isn't really a way to do this, except by postprocessing the output in some other tool (Excel, R, Python ...)