Training videos are selectively produced for commonly used or advanced functions
Learn how to upload data into an embedded table and edit it. Accompanying documentation here
Learn how to create a calculated field at the dashboard level, built on detail or aggregate data. Accompanying documentation here
Learn how to switch between the different concatenation types. This video covers union, intersection, and minus concatenations. Accompanying documentation here
Create a union between two or more data blocks in a Data Worksheet. Accompanying documentation here
Convert a regular data block (which queries a data source) to an Embedded Table whose data is saved together with the Data Worksheet. Accompanying documentation here
Manually type data into a data block to be saved with the Data Worksheet. Accompanying documentation here
Connect to relational (JDBC) database such as SQL Server, Oracle, MySQL, DB2, Sybase, Informix, PostgreSQL, Access. Accompanying documentation here
Create a new Data Worksheet by constructing a data block from a database table, query, or data model. Accompanying documentation here
Add a new (derived) data field to a data block in a Data Worksheet by writing a SQL or JavaScript expression. Accompanying documentation here
Filter grouped and aggregated data in a Data Worksheet. Accompanying documentation here
Filter detail data (prior to grouping and aggregation) in a Data Worksheet. Accompanying documentation here
Filter the top or bottom groups (or individual records) based on a measure value in a Data Worksheet. Accompanying documentation here
Filter data using a JavaScript or SQL expression (formula) as part of the condition. Accompanying documentation here
Filter data by using a comparison between columns in the data block.. Accompanying documentation here
Filter data in a data block (in a Data Worksheet) using login session information, such as the user's name, group, or role. Accompanying documentation here
Filter Data in a data block (in a Data Worksheet) by using parameterized conditions; that is, conditions that rely on user-defined or script-defined variables. Accompanying documentation here
Group and aggregate data by using a crosstab data block in a Data Worksheet. Accompanying documentation here
Group and aggregate data in a data block (in a Data Worksheet). Accompanying documentation here
Import data into a data block in a Data Worksheet. Imported data can be edited within the Worksheet, and is saved together with the Worksheet. Accompanying documentation here
Change the type of a join from "inner" to "outer" or "inequality". Accompanying documentation here
Create a cross join or Cartesian join between two data blocks in a Data Worksheet. The resulting cross join data block contains every combination of records from the two data blocks. Accompanying documentation here
Create an inner join or outer join between two data blocks in a Data Worksheet. Multiple join columns can be specified. Accompanying documentation here
Merge two data blocks together into a single data block in the Data Worksheet that contains all columns. No join relationship is applied. (Each row in the resulting data block appears in the same row position as in the originating data block.) Accompanying documentation here
Modify data in an embedded table (in a Data Worksheet) by using Form components on a dashboard. This allows you to use a dashboard for testing "what if" scenarios. Accompanying documentation here
Sort a data block (in a Data Worksheet) on multiple columns simultaneously. Accompanying documentation here
Sort a data block in a Data Worksheet using the values in a single column. Accompanying documentation here
Learn how to use InetSoft's Visual Composer to add a chart, table, crosstab, KPI, filters, or title, format data, and layout the dashboard for different devices. Accompanying documentation here
Learn how to use InetSoft's Visual Composer to add a variety of chart types to your dashboard. Chart types covered include pie charts, point charts, bubble charts, and scatter charts. This video also covers how to add trend lines and target lines to your charts. Accompanying documentation here
Learn how to add a variety of filters to your dashboard, to enable drilldown and targeted data exploration. This video covers filtering on numerical, date and categorical data, filtering post-aggregate data, and also filtering data as an end-user. More advanced filtering topics covered include fixing filtering conditions, as well implementing dynamic filter conditions and flyover filtering. Accompanying documentation here
Learn about the different ways to group your data, whether it be in a crosstab or chart. Topics also include combining grouped data, and making data grouping dynamic. Accompanying documentation here
Exporting summary and detail data, from tables and charts. Accompanying documentation here
This video explains how to create and manage a materialized view for a dashboard, which is a high-performance caching mechanism to improve dashboard responsiveness and reduce demands on the database. Accompanying documentation here
This video explains how to add drill-down hyperlinks to a dashboard, and how to pass context information such as parameters and filters from a summary-level dashboard to a detail-level dashboard. Accompanying documentation here