N O T I C E


MSPbots WIKI is moving to a new home at support.mspbots.ai to give you the best experience in browsing our Knowledge Base resources and addressing your concerns. Click here for more info!


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »


Watch this video or follow the procedure below to create a grid-type widget in MSPbots.


How to create a Grid Widget:

  1. Navigate to Widgets on the MSPbots app menu.
    menu widgets
  2. Under My Widgets, click New Widget.
    new widget
  3. Choose the Grid widget type on the New Widget window.
    widget types
  4. When the Widget Builder window opens, go to the Basic Setting tab. Provide the following and click Apply:
    • Name - Give the widget a name.
    • Description - Give the widget a short description.
    • Role - Select the roles that should have access to the widget.

  5. Go to the Dataset tab. Click the (plus) button and select New Layer.

  6. On the Dataset window,
    1. Select the Dataset containing the information you want to use.
    2. Enter a datasource name in the Show datasource name as field. (Optional)
    3. For Columns Display,
      1. Using the Column Name dropdown, select the field you want to show in the drill through. Click the (plus) button to add more rows.  
      2. Give an Alias and select a Business Type for each row.
    4. For Filter,
      1. Click the (plus) button and choose between Add Condition and Add Group.
      2. Add all the fields you want to filter.
      3. Set a condition/logic for each field using the next two dropdowns. For a guide on each option, refer to: What Conditions are Available for Creating Widgets?
      4. Select a logical operator for the filter group (AND or OR).
    5. For Measure,
      1. Click the (plus) button to show the Measure window.
      2. Select a Summary Type.
      3. Select a Field to use in the computation.
      4. Give an Alias for the measure.
      5. Select a Format Type.
      6. Click Add.
    6. For Dimensions,
      1. Select a field to be used for grouping the data.
      2. Give an Alias for the measure.
      3. Select a Format Type.
      4. Click Add.

    7. Other optional settings are:
      1. Order By - Sorts the data in the drill-down based on the selected field. 
      2. Row Limit - Sets a limit on how many rows of data will be shown in the drill-down.

        These two options are also available on the dataset tab, the difference is that they apply to the grid widget shown instead of the drill-down.
    8. Click Save.

  7. Go to the Config tab.
    1. Under Grid Options, 
      1. Grid Lines - Select the type of grid lines to use for the table.
      2. Toolbar - Select the file types for the export feature.
      3. Show Paging - If toggled on, this will show the paging settings at the bottom of the table.
      4. Show Toolbar - If toggled on, this will show the toolbar at the top of the table.
      5. Font Size - Set the font size for the text in the table.

    2. Under Column Settings, you can edit the following for each column:
      1. Header Text - Assign a column name
      2. Header Tooltip - Add a tooltip for the column
      3. Text Align - Left, Center, Right
      4. Allow Filtering - Toggle to allow users to filter the column
      5. Disable HTML - Toggle to disable the use of HTML codes
      6. Max Width - Set the width for the column
      7. Aggregates - Select if the column's total will be included at the bottom of the table (sum, count, avg, min, max)
      8. Number Format - Set how many decimal places will be shown for the aggregate (only available if Average was selected)

  8. Additionally, Conditional Formatting can be configured under the Condition tab.
    1. Add a rule and assign a name.
    2. Set the conditions for the rule.
    3. Select the format to be applied once conditions are satisfied. Choose to apply a cell or row color.


  9. Click Apply. This will show a preview of the grid widget you created.



  • No labels