ADVIZOR Help
v7.4
v7.4
  • Introduction
  • Overview
    • ADVIZOR Help
    • ADVIZOR Overview
      • Analyst
      • Analyst/X
      • Data Blender
      • Desktop Navigator
      • Server AE
      • Managed Hosting
  • Using ADVIZOR
    • File Ribbon
      • Open an Existing ADVIZOR Project
      • Restore a Backup Project Version
      • Save a Project
      • Template Library
      • Update Expired Credentials
    • Analyze Ribbon
      • Select and Exclude Data
      • Flight Recorder
      • Set Coloring
        • Use Color Scale
        • Use Color By
        • Color Legend
      • Navigation Pane
    • Author Ribbon
      • Charts, Pages, and Dashboards
        • Composing Pages with Charts
        • Page Gallery
      • Load Data
        • Load New Data Using the Data Wizard
        • Load Text Data
        • Load Microsoft Excel Data
        • Load Microsoft Access Data
        • Load SQL Server Data
        • Load Oracle Data
        • Load a Database via ODBC
        • Manage Data Sources
        • Replace an Existing Data Source
      • Design Pages
        • Create Navigation Pane Content
        • Rearrange Charts
        • Change Chart Fonts
      • Use Color Models
        • Manage Color Models
        • Assign Color Models to Pages
        • Color in the Project Workshop
        • Identify How Color Is Applied to Data
        • Uncolorable Tables
      • Configure Charts
        • Property Explorer
        • Link Unmatched Rows
        • Show Missing Values
        • Use Polygon Map Format
        • Use FocusFormat Property
      • Condition Data
        • Project Workshop
        • Use the Expression Builder
        • Use the Link Wizard
        • Delete a Link
        • Date Formatter
        • Configure Data Hierarchies
      • Explore Data Usage
      • Identify Issues with Legacy Projects
      • Data Pool Visualization
    • Model Ribbon
      • Predictive Analytics: Analyst/X
      • Analytics Process
        • Bin a Categorical Field
        • Date Fields
        • Zip Codes
      • How to build a Model
      • Predictive Modeling Pane
      • Configuring a Model
      • Managing Models
    • Share Ribbon
      • Share Results
      • Export Tables
      • Deployment and ADVIZOR Server
        • ADVIZOR Server Dashboards
        • Publishing to ADVIZOR Server
        • Server Security
        • Credential Based Filters
        • Embedding Data in a Project
  • Charts and Visual Discovery
    • Charts Overview
      • Analysis Filter
        • Inserting an Analysis Filter
        • Analysis Filter Toolbar
      • Bar Chart
        • Inserting a Bar Chart
        • Bar Chart Toolbar
      • Counts
        • Inserting a Counts
        • Counts Toolbar
      • Data Constellation
        • Inserting a Data Constellation
        • Data Constellation Toolbar
      • Data Sheet
        • Inserting a Data Sheet
        • Data Sheet Toolbar
      • Heat Map
        • Inserting a Heat Map
        • Heat Map Toolbar
      • Histogram
        • Inserting a Histogram
        • Histogram Toolbar
      • Line Chart
        • Inserting a Line Chart
        • Line Chart Toolbar
      • Map
        • Inserting a Map
        • Map Toolbar
      • Multiscape
        • Inserting a Multiscape
        • Multiscape Toolbar
      • Parabox
        • Inserting a Parabox
        • Parabox Toolbar
      • Pie Chart
        • Inserting a Pie Chart
        • Pie Chart Toolbar
      • Removal Filter
        • Inserting a Removal Filter
        • Removal Filter Toolbar
      • Scatterplot
        • Inserting a Scatter Plot
        • Scatter Plot Toolbar
      • Summary Sheet
        • Inserting a Summary Sheet
        • Summary Sheet Toolbar
      • Text Box
        • Inserting a Text Box
        • Text Box Toolbar
      • Time Table
        • Inserting a Time Table
        • Time Table Toolbar
    • Recommended Chart Use
    • Visual Discovery
      • Using Colors
      • Selection
      • Managing Viewpoint
      • Missing Values
    • User Interfaces
      • Untitled
      • Untitled
      • Context Menu
      • Keyboard
  • Data Blender
    • Date Blender Overview
  • Data Blender
    • Automated Reports
    • Data Blender Overview
  • Release Notes
    • What's New
      • Release 7.3
      • Release 7.2
      • Release 7.1
      • Release 7.0
      • Release 6.8
      • Release 6.7
      • Release 6.6
      • Release 6.4
      • Release 6.3
      • Release 6.2
      • Release 6.2.2
      • Release 6.0
      • Release 5.9
      • Release 5.8.2
      • Release 5.7
      • Release 5.6.2
      • Release 5.6.1
      • Release 5.51
      • Release 5.5
      • Release 5.4.1
      • Release 5.4
      • Release 5.3
      • Release 5.22d
      • Release 5.2 SalesAdvizor
      • Release 5.1
      • Release 5.0.3
      • Release 5.0
    • If You Need Additional Help
    • Copyright
Powered by GitBook
On this page
  1. Data Blender

Date Blender Overview

PreviousKeyboardNextAutomated Reports

Last updated 5 years ago

For additional Tutorials related to the Data Blender, please visit the following .

For Training Videos, related to the Data Blender, please visit the following

The Data Blender is a Data processing tool, or an ETL type tool, (Extraction/Transform/Load) and is drag and drop. The forte of the Date Blender is that a user can more easily manipulate data and has more features. A common use of the Data Blender is to funnel data through a series of transformations, to generate a uniform data set and then allows for the stacking of tables. The final output is then an aggregate of all data.

Primary Customer Usecases are:

  1. Scenarios where Advizor needs to ‘Append’ Data.

  2. Scenarios where Advizor needs to ‘Transpose’ Data.

  3. Automated e-mailing of Reports.

The following, is an example of a Data Blender job flow:

Commonly used 'Compile' Functions:

  • Append – Append multiple ‘inputs’ data rows.

  • Aggregate – To aggregate data across multiple tables and from multiple sources. Advizor this a ‘Table Rollup’ or ‘Stacking Tables’.

  • Transform – Is an Advizor Analyst Expression builder. In order to make data more uniform, Advizor Analyst will sometimes perform calculations.

  • Rank – Is integrated within Advizor AnalystX and ranks the different rows of data, based on the value in a cell.

  • Transpose – Similar to a pivot table, in excel. Advizor Analyst Chart selections are performed across rows, so converting Column data into Rows, allows more flexibility in selecting data.

  • Reverse – Performs the opposite of Transpose. Reverse converts the Rows into Columns. However; given that Advizor prefers converting Columns into Rows; this option isn't utilized very often.

  • Lookup – Can lookup a columns data values but Advizor does not use this option very often.

  • Quantile – Assign data rows to a Quantile; which Advizor Analyst can utilize via. the Expression Builder.

  • Median – Calculate the median of a columns data; which Advizor Analyst can also utilize via. the Expression Builder.

Commonly used 'Process' Functions:

  • Filter – To query the data.

  • Sort – Sort all data rows.

  • Cache – Cache all data rows into a temp file.

  • Convert – Convert a Column’s data to a new type.

  • Rename – Rename and/or exclude columns.

  • DeDup - Remove data rows, with duplicate values, in a selected Column.

  • FindDup – Find data rows, with duplicate values, in a selected Column.

Commonly used 'Output' Functions:

  • Output – Write the data rows to a table.

  • Report – Write the data rows to a report. Also, Advizor Analyst uses this to send automated e-mails.

Online Help
Video Tutorials