Hello,
I have (tried) to write my first model in Epic Center. Its a simple model which takes Sales and Expenses from User and Project the Net Profit in a Line Graph (Well! that’s how i want it to be honestly).
I am NOT able to make it start - something wrong with the STEP function thing so here are my two questions
- How to call the Step function from a buttom so that it proceed from 2011-2015
- How can i show some data in table after taking it from user - simple
Here is my (poor) code
Model Properties
M StartTime = 2011
M EndTime = 2015
M TimeStep = 1
M InitialSteps = 1
M NumberFormat = “#,##0”
M TimeFormat = “#0”
M ExecuteDecisionImmediately = TRUE
Model Decisions
D Kinverg Revenue=0
D Kinverg Expenses=0
Model Variabales
V Kinverg Net Profit= Kinverg Revenue-Kinverg Expenses