5 min readUpdated Mar 2, 2026

InputTile Documentation

Overview

The InputTile component is designed to provide a user-friendly interface for quick configuration controls on a dashboard for another tile. It allows users to adjust data configurations—like datasets and labels—without needing to open a separate editing modal for the target tile. This enhances productivity and provides more immediate interactivity for users working within the Vantage data platform.

Purpose

Settings

1. Title

2. Subtitle

3. Linked Tile ID

4. Target Tile Type

5. Dashboard Tiles

6. Save Dashboard

7. Workflow Data Cache

8. Show Data Selector

9. Data Selector Configuration

10. Refreshing Tile

How It Works

Data Expectations

The InputTile expects the following data:

AI Integrations

The InputTile has potential integrations with AI functionalities through configurations specified for target tile types like 'summary', 'forecast', and 'predictiveinsights'. These target types imply the need for specialized processing or machine learning workflows that can be initiated from this input tile.

Billing Impacts

Usage of the InputTile may indirectly affect billing based on the complexity of workflows it triggers or manages:

Use Cases & Examples

Use Cases

  1. Market Analysis Dashboard: A financial analyst can use an InputTile to adjust parameters for a predictive insights tile that forecasts stock prices based on varying historical data input.

  2. Sales Performance Tracking: A sales manager could leverage an InputTile to dynamically adjust input fields providing the sales team with real-time updates on forecasting metrics and analytical summaries.

  3. Data Reporting Tool: A report generator can employ the InputTile to facilitate user selections of datasets to generate reports from a configuration tile linked to various BI intelligence charts.

Example Configuration

Business Scenario: A Sales Manager wants to create a dashboard to monitor sales forecasts based on varying input parameters like sales regions and product categories.

Sample Configuration Data:

json
{
  "config": {
    "linkedTileId": "salesForecastTile",
    "targetTileType": "forecast"
  },
  "props": {
    "title": "Sales Forecast Controls",
    "subtitle": "Adjust parameters to see live sales forecasts"
  }
}

In this case, the InputTile allows the Sales Manager to tweak configurations like product line selection and geographic region directly on the dashboard, updating the linked salesForecastTile with live forecasts based on the latest data inputs.