---
title: Infoboard Setup
description: Tailor configurations, data sources, filters, and view options for desktop, mobile, and print. Personalize your Infoboard for optimal data visualization.
keyword: Common dimension filters, Uniform color code, Infoboard background color
---
import { Aside,Steps } from '@astrojs/starlight/components';
import { MediaPlayerComponent } from "../../../../../../components/video-player";
import RunScript from "../../../../../../components/RunScript.astro";

# Infoboard Setup

The **Infoboard Setup** tab provides key options for configuring your Infoboard. You can name your Infoboard, connect it to data sources, apply filters, manage color palettes, and configure page settings. Here’s how you can use the **Infoboard Setup** tab effectively.

![Infoboard setup tab](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Infoboard-setup-tab.png)

**Sources**  
Add Infoboard sources to bring data into your widgets. You can use existing Datasources, SQL queries, or raw data.

**Define Infoboards**  
Customize your Infoboard by naming it, setting a date range, and selecting relevant workflows to tailor the Infoboard to your needs.

**Color palette**  
Set up colors for dimensions and measures by selecting the relevant Datasource, specifying the type (dimension or measure), and choosing colors.

**Filters**  
Configure filters easily to narrow down the data based on specific criteria.

## Adding Infoboard Datasources

This section explains how you link a Datasource to your Infoboard.


![Add New Source](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Add-New-Source.png)

### Datasource

This section guides you through selecting an appropriate existing Datasource for your Infoboard.

<Steps>
1. Select **Sources** and click **+ Add New Source** to choose the Infoboard source for your widgets.  
2. To use an existing Datasource, click **Select datasource**.  
3. Pick the right Datasource from the available list to use in your widgets.  
![Select Datasource](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Select-Datasource.png)
4. Click **Save** to save the selected Datasource.
</Steps>

<Aside>
To learn how to configure Datasources in Infoveave after adding them, visit [Datasources](/studio-v8/datasources/).
</Aside>

### Query Datasource

<MediaPlayerComponent video="new-query-video.mp4"
chapters={[
  {
    "start": 0,
    "end": 6,
    "text": "Click on Insights",
    "description": "From the Infoveave menu, click 'Insights'."
  },
  {
    "start": 6,
    "end": 8,
    "text": "Create New Infoboard",
    "description": "Click the 'Create Infoboard' card to begin creating a new infoboard."
  },
    {
    "start": 8,
    "end": 14,
    "text": "Select Designer Layout",
    "description": "In the 'Select a template' dialog, click 'Use Designer Layout' to start with a blank canvas."
  },
  {
    "start": 14,
    "end": 22,
    "text": "Choose SQL Query as Infoboard Source",
    "description": "The Infoboard Source dialog will appear. Choose Use query as the source type."
  },
  {
    "start": 22,
    "end": 37,
    "text": "Configure SQL Query Source",
    "description": "In the Infoboard Source dialog, select Acme Banking Dataset as the Datasource. Name the source Loan Data. In the Sql Query box, enter SELECT * from acmebanking. Click Validate to preview the data, then click Save."
  },
  {
    "start": 37,
    "end": 39,
    "text": "Name the Infoboard",
    "description": "In the right-hand panel, set the Infoboard name to Loan Analysis Dashboard."
  },
  {
    "start": 39,
    "end": 52,
    "text": "Add and Configure Bar Chart",
    "description": "From the Charts section on the left, drag and drop the Bar chart onto the canvas. Set its Source to Loan Data, Value to loan_amount, and Axis to branch."
  },
  {
    "start": 52,
    "end": 70,
    "text": "Customize Bar Chart Appearance",
    "description": "With the bar chart selected, go to its General settings. Enable Title and set the Label to Loan Amount By Branch. Make the text bold. Under Heat map, set Label font size to 18, make it bold, and set Position to Right."
  },
  {
    "start": 70,
    "end": 81,
    "text": "Save Infoboard",
    "description": "Click the Save button in the top-right corner to save your Loan Analysis Dashboard. A success notification will appear."
  }
]
}
poster="/images/introduction-poster.png"
posterText="Creating Infoboard Using A Query"
client:load/>

This section provides detailed guidance on setting up and using SQL queries as an Infoboard source from an existing Datasource. It explains how to compose, name, run, and save SQL queries. It also includes tips on using query editing options and applying date filters.

Here is a step-by-step guide on how to effectively add a query source for your Infoboard.
<Steps>
1. Select **Sources** and click **+ Add New Source** to choose the query source.  
2. Click **Use query** to begin using the query option.  
3. Give the query a clear name for easy identification.  
4. Select the Datasource where you want to run your query.  
5. Write the SQL query including SELECT statements, conditions, joins, and necessary clauses.  
6. Click the **Run** icon to execute the query and generate the table.  
7. Click **Save** to save your SQL query.
![Infoboard Source Query Source](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Infoboard-Source-Query-Source.png)
</Steps>


Right-click options in the query editor

**Change all occurrences** Modify all instances of a specific term or expression within the query. 

**Cut** Remove the selected portion of the query and store it in the clipboard.

**Copy** Duplicate the selected portion of the query and store it in the clipboard.

**Paste** Insert the contents from the clipboard into the query.

**Command palette** Access a range of additional functions and commands related to query editing and management.

Date filter options appear only if your SQL query includes a date filter.



<Aside>
Learn more in the [Datasources](/studio-v8/datasources/) section.
</Aside>


### Raw Datasource

<MediaPlayerComponent video="new-raw-datasource-video.mp4"
chapters={[
  {
    "start": 0,
    "end": 4,
     "text": "Click on Insights",
    "description": "From the Infoveave menu, click 'Insights'."
  },
  {
    "start": 4,
    "end": 9,
   "text": "Create New Infoboard",
    "description": "Click the 'Create Infoboard' card to begin creating a new infoboard."
  },
  {
    "start": 9,
    "end": 15,
    "text": "Select Designer Layout",
    "description": "Click Use Designer Layout to start building a custom Infoboard from scratch."
  },
  {
    "start": 15,
    "end": 20,
    "text": "Choose Raw Data as Source",
    "description": "Click Add New Source. In the Infoboard Source dialog, select Use raw data to input your data directly."
  },
  {
    "start": 20,
    "end": 30,
    "text": "Input and Validate Raw Data",
    "description": "In the dialog, name the source sales data. Paste or type your tab-separated raw data into the text area. Click Validate, then Save."
  },
  {
    "start": 30,
    "end": 36,
    "text": "Add Bar Chart Component",
    "description": "Drag and drop a Bar chart from the Charts panel onto the canvas. Resize it as needed."
  },
  {
    "start": 36,
    "end": 45,
    "text": "Configure Bar Chart Data",
    "description": "Select the bar chart, go to the Basic section in the right panel. Set Source to sales data, then drag Quantity to Value and Category to Axis."
  },
  {
    "start": 45,
    "end": 68,
    "text": "Customize Bar Chart",
    "description": "Go to the Customization tab. Expand the Title section, enable it, set label to Total Sales by Category, and adjust font color and alignment."
  },
  {
    "start": 68,
    "end": 75,
    "text": "Save Infoboard",
    "description": "Enter Sales Analysis Dashboard as the name and click Save. A confirmation message will appear."
  }
]
}
poster="/images/introduction-poster.png"
posterText="Creating Infoboard Using Raw datasources"
client:load/>

This section explains how you use raw Excel data to create an Infoboard Datasource.

<Steps>
1. Select **Sources** and click **+ Add New Source**.  
2. Click **Use raw data**.  
3. Enter a name for the source.  
4. Copy your raw Excel data.  
5. Paste the data into the setup area.  
6. Click the **View Table** icon to preview the table.  
![Infoboard Source Raw Data](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Infoboard-Source-Raw-Data.png)
7. Click **Save**.
</Steps>

<Aside>
Raw Datasources treat columns with special characters or alphabets as dimensions. Clean and format data before importing for numerical operations.
</Aside>

### API Datasource

<MediaPlayerComponent video="new-api-video.mp4"
chapters={[
 {
    "start": 0,
    "end": 4,
    "text": "Click on Insights",
    "description": "From the Infoveave menu, click 'Insights'."
  },
  {
    "start": 4,
    "end": 6,
    "text": "Create New Infoboard",
    "description": "Click the 'Create Infoboard' card to begin creating a new infoboard."
  },
  {
    "start": 6,
    "end": 12,
    "text": "Select Designer Layout",
    "description": "In the 'Select a template' dialog, click 'Use Designer Layout' to start with a blank canvas."
  },
  {
    "start": 12,
    "end": 17,
    "text": "Choose API as Infoboard Source",
    "description": "From the 'Infoboard Source' options, click 'Use API' to define an API endpoint as your data source."
  },
  {
    "start": 17,
    "end": 23,
    "text": "Configure API Source Details",
    "description": "Enter 'product' in the 'Name' field and 'https://dummyjson.com/products' in the 'Url' field. Ensure the 'Content Type' is 'application/json' and 'Type' is 'GET'."
  },
  {
    "start": 23,
    "end": 24,
    "text": "Validate API Source",
    "description": "Click the 'Validate' button to test the API connection and ensure the data source is correctly configured."
  },
  {
    "start": 24,
    "end": 29,
    "text": "Save API Source",
    "description": "After successful validation, click the Save button to add the API as a source for your infoboard."
  },
  {
    "start": 29,
    "end": 31,
    "text": "Name the Infoboard",
    "description": "In the Infoboard name field on the right panel, type API Sales Analysis Dashboard to give your new infoboard a descriptive name."
  },
  {
    "start": 31,
    "end": 33,
    "text": "Add a Bar Chart",
    "description": "From the Charts section on the left-hand side, click and drag the Bar chart icon onto the main canvas. This will add a new bar chart component to your Infoboard."
  },
  {
    "start": 33,
    "end": 46,
    "text": "Configure Bar Chart",
    "description": "In the right-hand configuration panel for the bar chart, select product as the Source. For Value, choose products_discountPercentage. For the Axis, select products_category to display discount percentages across different product categories."
  },
  {
    "start": 46,
    "end": 58,
    "text": "Customize Chart Title",
    "description": "Click the 'Customization' icon on the right panel. Expand the 'Title' section, enable the title, and type 'Discount by Products category' into the 'Label' field."
  },
  {
    "start": 58,
    "end": 66,
    "text": "Adjust Series Label Font Size",
    "description": "Scroll down and expand the 'Series' section. In the 'Labels' subsection, change the 'Font size' to '18'."
  },
  {
    "start": 66,
    "end": 79,
    "text": "Save the Infoboard",
    "description": "Click the Save button in the top-right corner of the screen to save your newly created and customized API Sales Analysis Dashboard. A success notification will appear at the bottom right."
  }]}
poster="/images/introduction-poster.png"
posterText="Creating Infoboard Using API"
client:load/>


This section provides detailed guidance and instructions on how to create a Datasource directly from an API. You follow the steps to set up API sources, configure HTTP request methods, enter the request URLs, define the headers and run the API.

You therefore learn how to incorporate data from APIs into your widgets.

Here is a step-by-step guide on how to effectively call an API for your Infoboard widgets.

<Steps>
1. Select **Sources** and click **+ Add New Source**.  
2. Click **Use API**.  
3. Name the source.  
4. Choose the request method (GET or POST).  
5. Enter the API URL.  
6. Select content type (`json` or `form-url-encoded`).  
7. Click **Headers** to add headers (e.g., Authorization).  
8. For each header, define a name/key and a corresponding value.The name/key typically represents the type of information, like “Authorization” or “Content-Type.”
   
   **Authorization Header** Often used for authentication, it might include a token or other credentials
   
   **Content-Type Header** Specifies the format of the data being sent, such as “application/json” for JSON data.

    The value is the specific data associated with that name/key.
8. Click **+** to add more headers.  
9. Click the delete icon to remove a header.  
10. If needed, add request body in JSON.  
11. Add Auth info if needed (Auth URL, headers, client ID, secret).  
12. Click **Run** to test the API.  
13. Click **Save**.
</Steps>
<Aside>
* Use date filters in API URL `https://dummyjson.com/users?date_from=2023-02-10T12:00:00&date_to=2023-12-31T12:00:00&limit=10000`  

* Or in headers
 `@StartDate`  `@EndDate`
</Aside>

![Infoboard Source API Data](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Infoboard-Source-API-Data.png)


**To insert a new row using POST**
<Steps>
1. Use **POST** request type.  
2. Enter the URL.  
3. Add JSON in request body.  
4. Preview the table.  
5. Change to **GET** and preview again to confirm.
</Steps>


### Code source
This section shows how to create an Infoboard source using JavaScript.

<Steps>
1. Select **Sources** and click **+ Add New Source**.  
2. Click **Use Code**.  
3. Name the source.  
4. Write JavaScript code.  
5. Click **Preview Table**.  
![Use Code](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Use-Code.png)
6. Click **Save**.
</Steps>

<Aside>
The code-based Datasource supports system variables like `@StartDate` and `@EndDate` in "YYYY-MM-DD" format.
</Aside>



## Configuring an Infoboard
You can configure Infoboards under the **Infoboard Setup** tab in the Customize panel. This allows you to personalize the Infoboard name, define the date range (including options like years, quarters, months, weeks, or days), and selectively choose relevant workflows to tailor the Infoboard according to your specific needs.

Here are the key instructions for using the Infoboards section.

![Infoboard](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Infoboard-setup.png)

<Steps>
1. **Infoboard name**  
   Enter a descriptive and meaningful name for your Infoboard. Choose a name that accurately reflects the purpose or content of the Infoboard.
2. **Date range**  
   Select the appropriate date range option for your Infoboard.  
   * **Default**  
     Automatically determine the date range based on the available dataset. Choose from a range of options such as years, quarters, months, weeks, or days to define the default date range.  
   * **Fixed**  
     Define a specific date range for the Infoboard, such as particular days, weeks, months, quarters, or years.  
   * **No Date**  
     Use this option if your Infoboard does not require any date-related information.
3. **Select workflows and jobs**  
   Use the dropdown to select the relevant workflows or jobs and link them with the Infoboard. The Infoboard displays the linked workflows or jobs execution status at the top-right corner of the screen.
![Linked Workflows](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Linked-Jobs.png)
</Steps>




### Configuring Expressions

Infoveave expression functions let you set up expressions for widgets on your Infoboard. This helps you create dynamic and customized data visualizations. You can perform calculations, set conditions, and apply formatting to your widget data using expressions.

<Aside>  
To learn more about configuring expressions, visit [Configuring expressions](/insights-v8/advanced-configuration/#configuring-expressions).  
</Aside>

### Configuring Variables

Infoboard variables are dynamic components that help you define and create custom types of data inputs. You can use these variables in calculated columns for enhanced data analysis, custom calculations, and interactive Infoboards or simulations.

![Variables](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Variables.png)
Follow these steps to define variables in your Infoboard.

<Steps>
1. Open the required Infoboard where you want to add variables and click on the **Edit** option.  
2. Go to the **Infoboard Setup** tab to access variable settings and options specific to the Infoboard.  
3. Click on the **Configure variables** button. You can find this inside the **Configuration** option. This opens the variable modal where you can define and manage your variables.  
4. In the variable modal, click on the **Add** button to begin creating a new variable.  
5. Enter a descriptive name for the variable. This name should indicate the purpose of the variable.  
6. Choose the appropriate type for your variable from the available options:  
   * **Number** for numerical values.  
   * **Number[]** for an array of numerical values.  
   * **String** for text-based values.  
   * **String[]** for an array of text-based values.  
   * **Boolean** for true or false values.  
   * **Boolean[]** for an array of true or false values.  
   * **Date** for date values.  
   * **Date[]** for an array of date values.  
7. Based on the selected variable type, input the value:  
   * For a Boolean variable, select either true or false.  
   * For a Date variable, use the calendar picker to choose a date.  
   * For a Number variable, enter the numerical value directly.  
   * For a String variable, enter the required text.  
8. After you define the variable and its value, click on the **Save** button to add it to your Infoboard setup.  
9. To delete a variable, click on the associated **Delete** icon.  
</Steps>


<Aside>
Variables created in one Infoboard cannot be viewed or used in another. Each Infoboard maintains its own set of variables.
</Aside>

### Configuring the Color Palette

The Infoveave color palette lets you customize the appearance of your data. You can assign specific colors and icons to individual dimensions and measures. This improves readability and ensures consistent visual representation across all widgets in the Infoboard.


![Color Change](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Color-Change.png)

Follow these steps to configure a color palette.

<Steps>
1. Open the Infoboard where you want to add a color palette and click on the **Edit** option.  
2. Go to the **Infoboard Setup** tab under the **Customize** panel to access color palette options.  
3. Under the **Configuration** option, click on the **Configure color palette** button. This opens a modal where you can define colors and icons for specific dimensions or measures. You can also view existing palettes.  
4. Choose the required Datasource from the available list.  
5. Select either **Dimension** or **Measure** from the **Add by** options.  
6. Pick the dimension or measure for which you want to define a color.  
7. Select the specific item to which you want to assign a color and icon.  
8. Select the desired icon from the Infoveave icon library.  
9. Pick a color using the color picker or enter a color code.  
10. Click on the **Add** button to assign the color and icon to the color palette.  
</Steps>



To edit a color or icon assignment, find the dimension or measure in the color palette modal.


![Change Icon](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Change-Icon.png)

To change a color, click on the existing color and choose a new one.

To change an icon, click on the icon and select a new one from the Infoveave icon library.

Click on the **Update** button to save the changes.

Click on the **Delete** icon to remove a color palette assignment.

Click on the **Save** option to save all updates.
<Aside>  
You can only add a color palette to dimensions and measures where the Datasource is created within Infoveave.  
</Aside>

<Aside type="caution">  
Adding or editing the color palette affects all Infoboard visualizations that use the specific measure or dimension. The changes apply globally across relevant visualizations.  
</Aside>

<Aside type="tip">  
* Maintain a consistent color scheme to improve readability and appearance.
* Use color codes like HEX or RGB for precision.  
* Create a color hierarchy to distinguish categories. For example, use shades of blue for one category and shades of green for another.    
* Test your visualizations to make sure the colors enhance clarity and do not cause confusion.   
</Aside>

## Common Dimension filters

<MediaPlayerComponent video="Setup-Common-Dimensions-On-Your-Infoboard.mp4"
chapters={[
     {
    "start": 0,
    "end": 2,
    "text": "Open Infoboard in Designer View",
    "description": "The video starts showing the 'Risk & Compliance' Infoboard open in designer view, ready for modifications."
  },
  {
    "start": 2,
    "end": 5,
    "text": "Click Filters Section",
    "description": "On the right-side panel, click the 'Filters' section to expand it and view filter options."
  },
  {
    "start": 5,
    "end": 8,
    "text": "Add Common Dimension Filter",
    "description": "Click '+ Add common dimension' to add a new filter field to the Infoboard."
  },
  {
    "start": 8,
    "end": 13,
    "text": "Name the Filter as 'Branch'",
    "description": "In the Name field for the new common dimension, type Branch."
  },
  {
    "start": 13,
    "end": 16,
    "text": "Select Dimension Field",
    "description": "Click the dropdown menu next to Dimensions and select Branch_Location to link this filter to the geographical branch data."
  },
  {
    "start": 16,
    "end": 22,
    "text": "Save Infoboard",
    "description": "Ensure the filter is correctly configured, then click the Save button in the top-right corner to save the infoboard with the new filter."
  },
  {
    "start": 22,
    "end": 33,
    "text": "Click 'Branch' Filter",
    "description": "After the infoboard reloads, click the newly added Branch filter dropdown located at the top of the dashboard."
  },
  {
    "start": 33,
    "end": 41,
    "text":"Apply Multiple Branch Filters",
    "description": "From the list of available branches, select Bakersfield, Brooklyn, Dallas, and Houston by checking their respective boxes."
  },
  {
    "start": 41,
    "end": 49,
    "text": "Observe Filtered Data",
    "description": "Observe how the charts, specifically Non-Performing Assets by Branches, Operational Loss, and Data Breach Incidents by State, dynamically update to display data only for the selected branches."
  }

]}
poster="/images/introduction-poster.png"
posterText="Setting up Common Dimensions On Your Infoboard"
client:load
/>

Common dimension filters apply across an Infoboard when multiple sources share a common column or dimension. This helps you apply consistent filters and simplifies data analysis.

For example, if several sources in your Infoboard show sales KPIs and each includes a "Region" column, you can define "Region" as a common dimension. When you apply this filter, all related charts update accordingly.

Follow these steps to set up a common dimension filter in Infoveave.

<Steps>
1. Select the Infoboard you want to edit and click on the **Edit** option.  
2. Go to the **Infoboard Setup** tab and click on **Filters**.  
3. Click on the **Add Common Dimension** button.  
   ![Common Dimension](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/Common-Dimension.png)  
4. Enter a name for your common dimension.  
5. Select the common dimension column from each Datasource and add them one by one.  
6. Check the box for the common dimension field to apply the filter to the entire Infoboard.  
</Steps>

To learn about filtering data, visit [Filtering Data](/insights-v8/create-infoboard/viewing-infoboard#filtering-data)

<Aside>  
Common dimension works across all Datasources in the Infoboard. 
</Aside>

<Aside type="tip">  
To access the Filter option, ensure at least one chart or data widget is configured on the Infoboard.   
</Aside>

## View
![View Option](/images/Insights/Infoboards/Infoboard-Designer/Customize-Panel/Infoboard-Setup/View-Option.png)

The **View** option in Infoboards allows you to set display sizes for desktop, mobile, and print views.



### Setting background color of an Infoboard

<Steps>
1. Under the **Infoboard Setup** tab, click on the **View** option.  
2. Set the background color using a hex color code.  
3. You can also use the color picker to select a color from the screen.  
4. Click on **Save** to apply the changes.  
</Steps>

### Page size
<Steps>
1. Click on the **View** option.  
2. Select the page size for your Infoboard.  
3. The default page size is 16:9.  
4. Choose the 4:3 option if you need a different aspect ratio.  
5. Alternatively, select **Custom** to define a specific size.  
6. When you select **Custom Size**, extra fields appear.  
7. Enter the width and height for your Infoboard.  
</Steps>


<Aside type="tip">  
* Use the 16:9 canvas size for a better viewing experience.  
* Page size options may vary based on the selected layout. 
</Aside>

### Views

The **Views** option lets you create subviews for your Infoboard. You can use this feature to focus on important information and highlight specific trends or widgets with more clarity.


<Aside>  
To learn more about configuring Views, visit [Advanced Configuration](/insights-v8/advanced-configuration/#sub-views).  
</Aside>
