What is the difference between parameter and variable in report studio

Questions by Ayodhya.g

Showing Answers 1 - 9 of 9 Answers

parameter is a value which we can what data will be displayed on a repport, and varaible is  what will changes in a report when we applying the condition. Using varaible we can cutomize reports. These are three types 1) string 2) boolean
3)language

  Was this answer useful?  Yes

Sateesh

  • Feb 5th, 2012
 

Parameters are usually used for defining some characteristics of the modeled object. They are helpful when object instances have the same behavior described in class, but differ in some parameter values.
Generally, numeric parameters are used, while you can define a parameter of any Java class
An active object can contain variables. Variables are generally used to store the results of model simulation or to model some characteristics of objects, changing over time. AnyLogic supports two types of variables – variables and collections.

  Was this answer useful?  Yes

Prabhjeet Singh

  • Mar 8th, 2012
 

Parameters generally act as a filter to a report. Depending on the user selection the report is been filtered and is provided to the user. They can be used to display what value user has selected or what data the user wants to see.

Whereas Variables are used to conditionally format or conditionally hide/show the object in the report. They cant be used to filter the data in the report.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions