userguides
  • Welcome
  • Contact Us
  • Getting Started
    • Quickstart
    • Inside ViewZen
  • ViewZen Accounts
    • Overview
    • Account Owner
    • Home Page
    • Member Profile
      • My Account
      • My Organization
      • Security
      • Permissions
    • Roles and Permissions
      • Standard Roles
      • Custom Roles
    • User Management
    • User Groups
    • Multi factor Authentication
    • Context based Permissions
    • API Keys
  • Appverse
    • Overview
    • Home Page
    • Apps
      • Create an App
        • Folders
          • Create
          • Edit
          • Delete
          • View Contents
        • Roles
        • Forms
          • Create
            • Get Familiar
              • General Properties
              • Hint
              • Appearance
              • Validations
                • Examples
              • List of Values
              • Scope
                • Examples
              • Search Settings
              • Security
              • Expressions
              • Appverse Expressions
                • Examples
              • Choices
              • Instance Name
              • Download Form
              • Import Form
            • Best Practices
            • Create with Form Builder
            • Create with GenAI
            • Create with ODK compatible xls
          • Edit
          • Delete
          • Deploy / Undeploy
          • Settings
            • General Settings
            • Data Display
            • Appearance
            • Languages
            • Auto Numbering
            • Lookup
            • Child Forms
            • Report Template
            • Validations
            • Data Formatting Rules
            • Record Access
            • Quick Filters
          • Allocation
            • Get Familiar
              • General Properties
              • View Permissions
          • Quick Configuration
          • Events and Actions
            • Save to DB
            • Lock Record
            • Update Status
            • Create / Update Record
            • Send Notifications
            • Custom Scripts
          • Conditions in Appverse
          • Advanced Search
          • Data
            • Card Layout
            • Grid Layout
            • Master Detail Layout
          • Dashboards
            • Publish Dataset
            • Dashboard
        • Dashboards
          • Link
      • Edit an App
      • Delete an App
      • List of all Apps
      • Publish an App
      • Export & Import an App
    • User Allocation
    • Library
      • Custom Scripts
      • Custom Queries
      • Report Templates
    • Departments
    • Settings
  • ViewZen Analytics
    • Overview
    • Landing Page
    • Dashboard
      • List of Dashboards
      • Create a Dashboard
        • Get Started
        • Datasets
        • Sheets
        • Version Control
        • Toolbar
          • Place Components
            • Properties
              • Data Properties
                • Data Fields
                • Inbuilt Aggregation Functions
                • Dimensions
                • Measures
                • X-axis and Y-axis
                • Column
                • Data Series
              • Format Properties
                • Title / Sub Title / Label
                • Appearance
                • Legend
                • Viewer Settings
                • General Settings
                • Axis Settings
                • Axis Label Settings
                • Axis Title Settings
                • Label Formatting
                • Sorting
                • Color Formatting
                • Column Formatting
                • Stacked Header
                • Footer
                • Actions and Events
                • Chart Settings
                • Grid Settings
                • Data Series Formatting
                  • Value Series
                  • Column Series
                  • Stacked Column Series
                  • Radar Column Series
                  • Waterfall Series
                  • Line Series
                  • Bubble Series
                  • Pie Series
                  • Donut Series
                  • Funnel Series
                  • Clustered Area Series
              • Tooltip Properties
                • Properties
            • Visuals
              • Cards
              • Charts
              • Grid
              • Textbox
              • Filter
              • Image
              • Zone
            • Visuals Marketplace
          • Edit Components
          • Delete Components
        • Filters
          • Fixed Filters
            • Create Filter
              • Filter Conditional Statements
            • Edit Filter
            • Delete Filter
          • Interactive Filters
            • Create Filter
            • Edit Filter
            • Delete Filter
      • Edit a Dashboard
      • Share a Dashboard
      • Delete a Dashboard
      • View a Dashboard
      • Use Dashboard for Presentations
Powered by GitBook
On this page
  1. ViewZen Analytics
  2. Dashboard
  3. Create a Dashboard
  4. Toolbar
  5. Place Components
  6. Properties
  7. Format Properties

Actions and Events

In ViewZen Analytics, various actions and events can be configured on charts to enhance interactivity and user engagement. These allow users to interact with the visual components dynamically and trigger specific actions based on their events.

Events

ViewZen Analytics supports two types of originating events

Events from this Visual

These events are triggered by user interactions within the same visual component. The user can interact with a single click or a double click. Users can interact with the visual through a single click or a double click. The click events can emit a dimension or other properties. The actions configured for these interactions can either be restricted to the same visual component or extend to other visual components on the sheet.

The following actions can be configured for each type of click

  • Freeze - Locks the visual component in its current state.

  • Drilldown – Enables hierarchical exploration of data. This is allowed only on context based charts where a hierarchy is configured.

  • Filter – Creates a filter based on the selected dimension and this filter gets applied to all other components in the sheet. The opacity of all the other dimensions is decreased.

  • No Action – Keeps the interaction neutral without triggering any changes.

  • Navigate to Sheet – Redirects the user to a different sheet within the dashboard.

  • Navigate to URL – Opens the specified URL

  • Open Appverse Form – This action can be configured only for tables created on Appverse datasets. The appverse web form corresponding to the specific record will open up when clicked.

Currently only dimensions are emitted by the visuals

Events from other Visual

These events originate from a different visual component but impact the current one. Based on the property emitted by the originating visual, the following actions can be configured on this visual (current one)

  • Freeze - Locks the visual component in its current state.

  • Drilldown – Enables hierarchical exploration of data. This is allowed only on context based charts where a hierarchy is configured.

  • Filter – Creates a filter based on the selected dimension and this filter gets applied to all other components in the sheet. The opacity of all the other dimensions is decreased.

  • No Action – Keeps the interaction neutral without triggering any changes.

PreviousFooterNextChart Settings

Last updated 4 months ago

Events and Actions