Course curriculum

  • 1
  • 2
    Installing Code Editor and Resource Download
    01:14
    • Installing Code Editor
    • Resources Download
  • 3
    Introduction
    05:04
    • Introduction
    • What is mashup and APIs?
  • 4
    Creating Mashup Container
    24:33
    • Introduction
    • Creating Container
    • Loading HTML Template
    • Introduction to Bootstrap CSS framwork
    • Demo : Bootstrap CSS framwork
  • 5
    Connecting Mashup to Qlik Sense
    12:49
    • Loading Resources in HTML file
    • Configuring RequireJS and Connection to Qlik Sense
  • 6
    Connecting to App
    04:26
    • openApp() method
    • Qlik Sense and Websocket
  • 7
    Reusing Existing Visualizations
    08:15
    • getObect() method
    • Methods to get Qlik Sense Object Ids
    • Adding Charts to Mashup
  • 8
    Creating Charts Using Visualization API
    25:36
    • Introduction to Visualization API
    • Creating Chart : String Method
    • Creating Chart : Object Method and Creating Dimension defination
    • Using Qlik Sense Help to Create Dimension Defination
    • Creating Measure Defination
    • Creating Chart : Using Dimension and Measure Defination
    • Chart Options
  • 9
    What-if Analysis
    26:09
    • Introduction
    • Adding HTML elements
    • Variable API : Updating variable value
    • applyPatches() method : Adding and Removing measures
  • 10
    clearAll(), back() and, farward() methods
    06:22
    • clearAll(), back() and forward() methods