Infoboard Setup
The Infoboard Setup tab provides fundamental options for your Infoboard. These include naming your Infoboard, connecting to datasources, applying filters, managing color palettes, and configuring page settings. Here’s how you can effectively use the Infoboard Setup tab
Sources Add Infoboard sources to incorporate data into your widgets. You can use existing datasources, SQL queries, or raw data.
Define Infoboards Customize your Infoboard by naming it, defining the date range, and selectively choosing relevant workflows for a tailored Infoboard.
Color palette Define colors for dimensions and measures by selecting the appropriate data source, specifying the type (dimension or measure), and choosing colors.
Filters Easily configure filters to refine the displayed data based on specific criteria.
Sources
Datasource
This section provides detailed instructions on how to select the appropriate datasource, allowing you to utilize an existing datasource. Here is a step-by-step guide on how to effectively use the datasource for your Infoboard
- Select the Sources option and click on + Add New Source.This will allow you to select the Infoboard source for your widgets.
- To start with existing datasource, click on Select datasource.
- Select the appropriate datasource from the available list to incorporate the data into your widgets.
- Click Save to save the selected datasource.
Query source
This section provides detailed guidance on setting up and using SQL queries as an Infoboard source from an existing datasource . It covers how to compose, name, run, and save SQL queries, along with tips on query editing options and date filters.
Here is a step-by-step guide on how to effectively add a query source for your Infoboard
- Select the Sources option and click on + Add New Source. This will allow you to select the query source for your Infoboard.
- Click the Use query button to start with query option. This will direct you to the SQL query setup.
- Assign a meaningful name to the query to facilitate easy identification and management.
- Choose the appropriate datasource on which the SQL query should be executed.
- Write the SQL query that captures the required data.Specify the SELECT statements, conditions, joins, and any necessary clauses.
- Click the Run icon to execute the SQL query.This will run the query and generate the resulting tables.
- Click on Save to save the SQL query.
Right-clicking on the query writing section provides the following options
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.
The date filter options appear only when the SQL query has a date filter.
Raw data source
This section provides detailed guidance on how to create an Infoboard source using raw excel data. It includes instructions about naming the source, pasting raw data, and saving it. Here is a step-by-step guide on how to effectively add a raw data source for your Infoboard
-
Select the Sources option and click on + Add New Source.This will allow you to select the raw data source for your Infoboard.
-
Click on the option Use raw data. This action will direct you to the setup for the raw data source.
-
Provide a name for the source to facilitate easy management.
-
Copy the raw Excel data from your source file.
-
Paste the data into the designated area within the setup.
-
Click on the View Table icon. This action will display the table generated from the pasted raw data.The system will automatically identify the first row as column names.
-
Click on the Save button to store the raw data source.
API source
This section provides detailed guidance and instructions on creating a datasource directly from an API. It includes steps for setting up API sources, configuring HTTP request methods, entering request URLs, defining headers, and running the API. You will hence learn to incorporate data from APIs into your widgets. Here is a step-by-step guide on how to effectively call in an API for your Infoboard widgets
- Select the Sources option and click on + Add New Source.This will allow you to select the API source for your Infoboard.l
- Click the Use API button to Start with API source option.
- Assign a meaningful name to facilitate easy identification and management.
- Select the desired HTTP request method from the dropdown list. Infoveave supports the following request types
- GET Retrieve data from a specified resource. It is commonly used to fetch information from APIs.
- POST Send data to a server to create a new resource. It is used to submit data to APIs for creating records.
- Enter the required Request URL, which specifies the endpoint of the API you want to interact with (required).
- Define the content type as json or form-url-encoded, depending on the requirements of the API (required).
- To configure Headers, click on the Headers column.
- 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.
- If you need more than one header, simply repeat the process by clicking the + button again.
- In case you need to remove a header, click on the delete button associated with each name/key-value entry.
- Configure the body of the request, if needed, by specifying the necessary data in JSON format.
- If authentication is required, enter the Auth URL, Auth Request Type, Auth Headers, Client ID, and Client Secret in the corresponding fields.
- Click Run icon to run the API with your configuration and view the table in the preview side.
- Click Save to save the source.
To insert a new row into the API source, follow these steps
- Use the POST request type.
- Modify the request URL accordingly.
- Add the row data to the request body in JSON format.
- Click the Preview Table icon to verify that the data has been successfully added.
- To confirm the addition of data, change the request type to GET and update the request URL accordingly.
- Click the Preview Table icon again to ensure that the data has been successfully incorporated into the API source.
Code source
This section provides detailed instructions for creating an Infoboard source using JavaScript. It covers naming the source, writing custom code, previewing the generated table, and saving the code source. It also explains about using predefined and system-defined variables, allowing you to generate data tables through custom scripts.
Here is a step-by-step guide on how to effectively create a code source for your Infoboard widgets
-
Select the Sources option and click on + Add New Source.This will allow you to select the code source for your Infoboard.
-
Click on the option Use Code. This action will direct you to the setup for writing your custom JavaScript code.
-
Provide a name for the source to facilitate easy management.
-
Write the custom code into the designated area within the setup.
-
Click on the Preview Table icon.This action will display the table generated from the pasted raw data.
-
Click on the Save button to store the code source.
Configuring Infoboard
Infoboards under Infoboard Setup in the customize panel allows you to personalize the Infoboard name, define the date range (including specific options like years, quarters, months, weeks, or days), and selectively choose relevant workflows to tailor the Infoboard to your specific requirements.
Here are the key instructions for using the Infoboards section
- Infoboard name Enter a descriptive and meaningful name for your Infoboard. Choose a name that accurately reflects the purpose or content of the Infoboard.
- 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 a particular days, week, month, quarter, or year.
- No Date Use this option if your Infoboard does not require any date-related information.
- Select workflows and jobs Use the drop down to select the relevant workflows/jobs and link them with the Infoboard.The Infoboard showcases the linked workflows/jobs execution status on the top right corner of the screen.
Configuring expressions
Infoveave expression functions allows you to configure expressions for widgets within your Infoboard to create dynamic and customized data visualizations. Expressions enable you to perform calculations, conditions, and formatting on your widget data.
Configuring variables
Infoboard variables are dynamic components that help you define and create custom types of data inputs that can be used in calculated columns for enhanced data analysis, custom calculations, and dashboard interactivity and simulations.
- Navigate to the required Infoboard on which you intend to introduce the variables and click on the Edit option.
- Navigate to the Infoboard Setup tab to access the variables and options specific to the Infoboard.
- Click on the Configure variables button. You will find this inside the Configuration option. This will open the variable modal, allowing you to define and manage your variables.
- In the variable modal, click on the Add button to start defining a new variable.
- Provide a descriptive name for your variable. This name indicates the purpose of the variable.
- Choose the appropriate type for your variable from the available options
- Number for numerical values.
- Number[] for array of numerical values.
- String for text-based values.
- String[] for array of text-based values.
- Boolean for true/false values.
- Boolean[] for array of true/false values.
- Date for date values.
- Date[] for array of date values.
- Depending 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, input the desired text.
- After defining the variable and its value, click on the Save button to add the variable to your Infoboard setup.
- To delete a specific variable, click on the associated Delete icon.
Configuring color palette
The Infoveave color palette allows you to customize the visual appearance of your data presentations by assigning specific colors and icons to individual dimension and measure items. It allows you to enhance the readability and interpretability of data, ensuring that the data is presented in a visually appealing and consistent manner.
Follow the below steps to add a color palette
- Navigate to the required Infoboard on which you intend to add the color palette and click on the Edit option.
- Navigate to the Infoboard Setup tab under the customize panel to access the color palette options.
- Click on the Configure color palette button. This will open the modal, where you can define colors and icons for specific dimensions or measures. All previously defined color palettes can be viewed here.
- Choose the desired datasource from the list of available options.
- Select between dimension or measure from the Add by options.
- Pick the dimension or measure for which you want to define a color.
- Select the associated dimension or measure item for which the color and icon are to be defined.
- Select the desired icon for the chosen dimension from the Infoveave icon library.
- Select the desired color for the chosen dimension. You can use the color picker or input a specific color code.
- Click on the Add button to assign the selected color and icon to the color palette library.
To edit a color or icon assignment, locate the dimension or measure in the color palette modal that has the assigned color or icon you want to edit or delete.
To change the assigned color, click on the color and select the new color required.
To change the assigned icon, click on the icon and select the new icon required from the Infoveave icon library.
To update the icon, click on the Update button.
To delete any assigned color palette, click on the Delete icon.
To save all the changes, click on the Save option.
Common dimensions and filters
Common dimension
Common dimension filters are filters that can be applied across the Infoboard with multiple sources that share a common column or dimension. This feature allows you to apply a common filter to the Infoboard, ensuring consistency in filtering and simplifying the analysis process.
Suppose you have several Infoboard sources displaying sales data KPIs using various charts, and each source includes a “Region” column. By defining “Region” as the common dimension and applying a filter to the Infoboard, you can easily show data for a specific region across all charts.
To set up a common dimension column in Infoveave, follow these simple steps
- Select the Infoboard you want to edit and click on the Edit option.
- Navigate to the Infoboard setup option and click on Filters.
- Click on the Add Common Dimension button.
- Give your common dimension a name.
- Select the common dimension column from all the datasources and add them one by one.
- Check the checkbox for the common dimension field to apply the filter to the whole dashboard.
- If you want to add the common dimension as a dropdown or checkbox filter, drag and drop the filter widget from the component panel, then click on Configure option.
- Add the common dimension as the source name and select the previously configured common dimension column.If you have more than one common dimension, select the one you require.
Filters
Infoboard filters allow you to refine displayed data based on specific criteria such as time periods, regions, or product categories. Adding Infoboard filters includes choosing relevant datasources and selecting dimensions to filter by checking checkboxes.
Here is a step-by-step guide on how to effectively add Infoboard filter
- Select the Filter option under Infoboard setup option in the Customize panel.
- Choose the relevant datasource(s) for the Infoboard from the available list.
- Select the required dimensions to filter by checking the required checkboxes.
View
Infoboards View option allows you to define the size of your Infoboard for the desktop, mobile and print views.
Page size
- Click on the View option.
- Select Infoboard page size.
- By default, the Infoboard page size is set to 16:9.
- Choose the 4:3 option from the dropdown for a different aspect ratio.
- Alternatively, select Custom to define a specific size.
- If you choose Custom Size, additional fields will appear.
- Enter the desired width and height values for your Infoboard.
Views
The Views within the View Option allows users to set subviews for your Infoboard. The granularity offered by the views allows you to emphasize on critical information and showcase specific trends or widgets.