## The next statement inserts javascript functions used by Broadcast into HTML

Buffi The Gym Girl Beta - Monthly Business Report

Decisions   Graphs   Tables   Reports   Help   Exit

Time - Month

$Run.SimTime

Month $Run.SimStep of $Run.EndStep


## The following select statement is used to creat the advance simulation selection. ## Set $LastStep equal to the last value of FD_action #set($LastStep = $Lib.getParameter('FD_action')) ## Display Advance Simulation options only if we are ## not yet at the end of the simulation.


## Creating a Report with Forio Macro Language #set ($ReportVariableList = ["Gym_One_Members","gym_one_member_leave","gym_one_monthly_fee","gym_one_new_members","gym_one_NOI","gym_one_number_of_amenities","gym_one_revenue","Gym_One_Tot_Profit_or_Loss","total_expense","profit_used_for_expan","number_of_gym_one_sales_reps","Total_Gym_One_Score"]) #foreach( $VariableName in $ReportVariableList) #if ($Values.get($VariableName)) #set($v = $Values.get($VariableName)) #end #end ## Completed Report Creation
Business Report
#if($VariableName == "")   #else $v.Label #end #if($VariableName == "")   #else $v #end