Skip to content

Slice Widget

Tarun Abichandani edited this page Jan 18, 2024 · 3 revisions

Slicing data involves extracting or isolating a particular subset of information from a larger dataset based on specific criteria or conditions. This process allows users to focus on and analyze specific portions of the data rather than the entire dataset. You can slice data in Resseract Lite using one of the following ways.

To add a Slice Widget in Resseract Lite follow these steps

  1. In the menu on the left, select Slice. A slice widget will be added
  2. Select the Data Key which will serve source for slice
  3. Select Value Columns from the list. Data from these columns will be serve as a source for slicing data across the dashboard
  4. You can choose to Auto Apply the slice or have a button to apply slice using Auto Apply toggle button
  5. User can hide the Data Key and Value Column selector using the Show Selector toggle
  6. User can select targets for this widget using Select Targets option. Only the selected targets will be impacted by the added slice widget.

Slicing using numerical columns

  • If a numerical column is selected, a range selector will appear as source of slice.
  • When a numerical range is added, user has the option to select a range or select a single value using Allow numerical range toggle

Slice Numerical

Slicing using categorial columns

  • If a categorical column is selected, tiles with unique values will appear as source of slice.
  • When a categorical range is added, user has the option to select multiple or single value using Allow multi-category toggle

Slice Categorical

User can change the configuration or the slice widget using Configure Analysis. For more details about the Analysis Configuration pipeline refer this wiki. For slice widget the group by column is the column selected and target is null i.e. we need only unique values in the selected column.

For other ways to slice data refer this wiki