Using Parameters in RubiSight

Using Parameters in RubiSight

In RubiSight, two types of user-defined values are available 

  • Calculated Column  
  • Parameters 

A Calculated Column is created as a new column created that was not a part of the original dataset. The new column is related to one (or more) of the existing columns in that it is created from them. 

For example, you can add or multiply a fixed number to each value in a column or add two columns to create a new column. Thus, the values in a Calculated Column are not independent of the dataset.  

On the other hand, parameters are static values created for adding to specific columns in a dataset to study their impact on the column values. A parameter is created, and its value is selected independently of the dataset.  Alsoyou can use a parameter inside a Dashboard on any page. 

In RubiSight, four types of Parameters are available –  

  • Categorical 
  • Numerical
  • Interval
  • Boolean 

Each Parameter type requires different set of values for creation. However, they are employed on a Dashboard in the same way. 

In RubiSight, to use the created Parameter, a Calculated Column must be created for the Parameter. 

You can create a Calculated Column by,  

  • Creating an Expression 
  • Using the Code Editor 
  • Using the Parameter
    • Related Articles

    • Using Filters

      When you plot a chart, all the data in the dataset is not required to be used. Also, within the data used, there might be sub-categories that you want to plot separately. You can view classified results in the charts using filters. Filters help you ...
    • Understanding RubiSight Home Page

      RubiSight home page is the area where you create data visualization using charts and graphs. When you create a new dashboard, the following icons and fields are displayed. The dashboard screen has four panes, as given below. Data Pane: This pane ...
    • Creating Charts using Widgets

      To create a chart using widgets, follow the steps given below. Open the Dashboard in edit mode. Refer to Editing a Dashboard. The Dashboard is displayed. In the WIDGETS pane, click the widget you want to use. Note: Hover over any widget to see its ...
    • Calculated Columns in RubiSight

      RubiSight provides a function to add a new column that is not originally present in your dataset. You can create a new column by doing some calculations on the existing columns. RubiSight uses the Expression function for creating a new column using ...
    • Creating Custom Visualization Using Python Widget

      The Python widget in RubiSight allows you to create custom data visualizations that are not already available in RubiSight. To create a custom visualization, you need to write Python code in the code editor. The Python widget supports libraries such ...