Learn how to use the Syncfusion Dashboard Platform to connect, explore, analyze, and share your data, from the basics to advanced techniques. These short video tutorials are designed to get you up and running with the Dashboard Platform quickly.
The Syncfusion Dashboard Server lets you efficiently organize and share dashboards through a web interface. This video explains how to install and configure the Syncfusion Dashboard Server to get started.
▶ WATCH VIDEOThe Syncfusion Dashboard Server offers several ways to collaborate and distribute your dashboards to the users. This video explains the various sharing techniques in the dashboard server, including user-based filters.
▶ WATCH VIDEO00:00 Introduction
00:20 Publishing a dashboard
01:27 Managing dashboard permissions
03:33 Sharing dashboard views
04:38 User filters
Data alerts allow users to track specific conditions and respond to the recipients via email when a certain pre-defined threshold is met. This video explains how to configure a data alert in a dashboard using the Syncfusion Dashboard Server.
▶ WATCH VIDEO00:00 Introduction
00:32 Configuring alert filters and email templates
05:52 Managing schedules
06:13 Notification samples
The Syncfusion Dashboard Designer application lets you connect to data and visualize it as dashboards using data visualization and filter widgets. This video explains the various design interfaces available in the application for creating rich business dashboards.
▶ WATCH VIDEO00:00 Introduction
00:24 The dashboard design view
02:32 The data design view
04:11 The widget design view
The Syncfusion Dashboard Designer application lets you connect to data and perform simple ETL (Extract, Transform, Load) processes within the application. This video provides a walkthrough on how to connect to your data and transform it for visually showcasing it in the dashboards.
▶ WATCH VIDEO00:00 Introduction
00:21 Data connection wizard
01:44 Data design view
03:01 Formatting fields
03:50 Working with calculated fields
06:43 Working with filters
08:21 Working with table joins
09:52 Query view
The Dashboard Platform includes a powerful dashboard designer application for easily composing dashboards as well as a web interface for managing and sharing dashboards. This video tutorial explains how to create a simple dashboard using Syncfusion Dashboard Designer and publish it to the Dashboard Server.
▶ WATCH VIDEODashboard filters help visualize different combinations of data in a single dashboard. Instead of creating separate dashboards, subsets of data can be visualized within the same view using dashboard filters. This video explains the different filtering options like adding a dashboard filter, configuring the master and listener settings, performing cross-data-source filtering, and using filter profiles.
▶ WATCH VIDEO00:00 Introduction
01:24 Advanced Sorting
03:17 Configuring the Dashboard Filter
05:32 Configuring Cross-Data-Source Filters
07:33 Working with Filter Profiles
10:55 Adding Internal Links
The Syncfusion Dashboard Platform provides a grid widget for effectively showcasing tabular data. This video is a walkthrough of the various customization and formatting options available in the grid.
▶ WATCH VIDEO00:00 Introduction
01:08 Working with hidden columns
04:25 Formatting and filtering data
05:41 Customizing the grid
08:26 Conditional formatting
10:36 Key performance indicators
13:18 Adding links to the grid
The Syncfusion Dashboard Platform provides an image widget to display both static and dynamic images in dashboards. This video is a walkthrough of the various customization options available in the image widget.
▶ WATCH VIDEO00:00 Introduction
00:36 Configuring static images
02:12 Configuring dynamic images- Binary data
03:00 Configuring dynamic images- URL
05:31 Other Customizations
The Syncfusion Dashboard Platform SDK lets you to embed your Dashboards in your application. This video explains how to install the Syncfusion Dashboard Platform SDK to get started.
▶ WATCH VIDEO00:00 Introduction
00:59 Files overview
01:44 Packages
01:59 Precompiled Assemblies
03:12 Dashboard Service Introduction
04:03 SDK Installation
Syncfusion Dashboard Service is a WCF application that runs on the server side and provides the data needed for the Dashboard Viewer plugin which will be on the client side to render the dashboard. This video explains how to deploy the Syncfusion Dashboard Service in IIS and enable/disable SSL settings.
▶ WATCH VIDEO00:00 Introduction
00:10 Getting Dashboard Service
01:55 Hosting Dashboard Service in IIS
02:30 Configure SSL in IIS
Syncfusion Dashboard Platform SDK lets you embed dashboards in your application. It provides support to embed a dashboard file created from the Dashboard Designer into an ASP.NET MVC application. This video explains how to create an ASP.NET MVC application with an embedded dashboard viewer through a ASP.NET MVC wrapper.
▶ WATCH VIDEOSyncfusion Dashboard Viewer ASP.NET Extensions provide quick access to create or configure Syncfusion ASP.NET projects.This video explains how to create a Syncfusion Dashboard Viewer ASP.NET MVC application using Visual Studio project templates.
▶ WATCH VIDEOSyncfusion Dashboard Platform SDK provides support to change connection strings, which enables switching the data sources of the dashboard. This option is used while maintaining separate databases for work and production. You can easily change the dashboard data source connection from work to production without modifying the dashboards. This video explains how to change the data connecting string on the fly, enabling you to switch the data connection from one server to another in an ASP.NET MVC project.
▶ WATCH VIDEOSyncfusion Dashboard Platform SDK lets you embed your dashboards in your application. It provides support to embed the dashboard file created in the Dashboard Designer into PHP applications.This video explains how to create a PHP application with an embedded dashboard viewer through a PHP wrapper.
▶ WATCH VIDEOSyncfusion Dashboard Platform SDK provides support to change connection strings, which enables switching the data sources of the dashboard. This option is used while maintaining separate databases for work and production. You can easily change the dashboard data source connection from work to production without modifying the dashboards.This video explains how to change the data connecting string on the fly, enabling you to switch the data connection from one server to another in a non-.NET application (PHP).
▶ WATCH VIDEO00:00 Introduction
02:38 Preparing environment to change data connection string
02:54 Creating WCF service project
03:15 Adding an encryption assembly to the WCF service
03:57 Adding code to generate encrypted connection string
06:27 Configuring web settings
07:07 Running WCF service
07:26 Configuring Dashboard Viewer in PHP application
07:58 Binding Dashboard Service
08:34 Calling WCF service from the PHP application
09:13 Running PHP application