PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Expand]Guide for PANTHEON
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Collapse]User Manuals for PANTHEON
  [Collapse]User Manual for PANTHEON
   [Expand]Getting Started
   [Expand]User Manual for eBusiness
   [Expand]Settings
   [Expand]Orders
    Creating new invoice
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]Service
   [Expand]Help
   [Expand]Personnel
   [Expand]Financials
   [Collapse]Analytics
    [Expand]Installation and Administration
    [Expand]Planning
    [Expand]Ad-hoc Analyses
    [Expand]OLAP Reports
    [Expand]OLAP Analyses
    [Expand]Special Reports
    [Collapse]Dashboard
     [Collapse]Creating a Dashboard
      [Collapse]Create a Component
        Ad-Hoc analysis
        Ares
        Counter
       [Collapse]Chart
         Drill down on chart
        GoogleMaps
        Multicomponent
        PANTHEON Report
       [Expand]Table
        OLAP Analysis
        Creating Tile component
       Edit Components
       Copy Components
       ZEUS Authorizations
     [Expand]Using the Dashboard
      Transfer dashboards
      Dashboard slideshow
  [Expand]User Manual for PANTHEON Retail
  [Expand]User manual for PANTHEON Vet
  [Expand]User Manual for PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Guides for PANTHEON Web
  [Expand]Guide for PANTHEON Web Light
  [Expand]Guide for PANTHEON Web Terminal
  [Expand]Guide for PANTHEON Web Legal
 [Collapse]User Manuals for PANTHEON Web
  [Expand]Getting started PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
  [Expand]User Manual for PANTHEON Web Terminal
  [Expand]User Manual for PANTHEON Web Legal
[Collapse]PANTHEON Granules
 [Collapse]Guides for PANTHEON Granules
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]Dashboard Granule
  [Expand]B2B Orders Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
 [Collapse]User Manuals for PANTHEON Granules
  [Expand]Getting started
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]B2B Orders Granule
  [Expand]Dashboard Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
[Expand]User Site

Load Time: 1359.4084 ms
"
  1000006161 | 225573 | 412601 | Published
Label

Drill down on chart

This user manual defines how to set and use drill down on chart.

Case summary

Department head would like to analyse sales value by receiver, department and document type. In this section he would like to see what was the sales value within the individual receiver by department and document type.
To preform such an analysis, he has to prepare a component SQL query in a specific way.

  1. Dashboard component preparation
  2. Use of drill down on chart

1. Dashboard component preparation

To prepare such an analysis, SQL query has to contain list of parameters and has to end wit a value.

e.g.:

select acReceiver as Receiver, M.acDept as Department, SDT.acName as DocType, SUM(M.anValue) as Value from tHE_Move M JOIN tPA_SetDocType SDT on M.acDocType = SDT.acDocType where SDT.acDocType like '32%' group by M.acReceiver, M.acDept, SDT.acName  

where Receiver , Department and DocType are parameters and Value is numberic value at the end.  When you are structuring a SQL query like this, link data has to be established between first parameter and value (if horizontal chart type is selected) and checkbox Enable drill down has to be selected.  

 

Hint

If you are using more sophicticated SQL query, you should structure it in a subquery and add simplified verstion on top to extract data.

2. Use of drill down on chart

When we add such a chart on dashboard, data will be sumarized by first parameter, in our case by Receiver.

By clicking on the individual column on chart (e.g. "End customer"), chart will show next layer with sales value by department for receiver End customer.

By clicking again on the individual column on chart (e.g. "Retail"), chart will show next layer with sales value by document type for receiver End customer and department Retail.

By clicking on the individual column of the final parameter (e.g. "POS retail"), chart will show the value of sales for receiver End customer, department Retail and document type POS retail.

Hint

SQL query can be structured with unlimited number of layers where drill down always follow the order of parameters in SQL query. If our sales manager would like to see the analysis first by department and then receiver, he would have to change an order in SQL query on dashboard component.

 

When the second (or any additional layer) is clicked a back button  appears on the chart. Click on this button will return the chart to the beginning (not the previous layer) and drill down has to be preformed from the beginning.

 

 

 

 

Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!