TuiQiao / CBoard

An easy to use, self-service open BI reporting and BI dashboard platform.
https://tuiqiao.github.io/CBoardDoc/#/
Apache License 2.0
3.04k stars 1.17k forks source link

Clarifications on Cboard #185

Open shyam2794 opened 7 years ago

shyam2794 commented 7 years ago

1) Is there any options for Drill up and drill down 2) Can we export the Generated dashboard in PDF , Excel and CSV 3) How to apply the filter for particular month or year ... is there any options where we can apply the filter based on quarter wise month wise and year wise 4) Is cascading effect possible ( I mean like making a selection in one widget in the dashboard should change all other widgets based on the selection)

Please suggest if the above things can be done in Cboard . It will be very helpfull for us before we start building Dashes .

.

yzhang921 commented 7 years ago
  1. Is there any options for Drill up and drill down
    • As of now, only cross table support drill on chart, like below, and the precondition is that your dataset has defined hierarchical dimensions, like "Year-Month-Date" drill_table
  2. Can we export the Generated dashboard in PDF , Excel and CSV
    • Yes, you can export dashbaord as Excel, and also send either Excel attachment or inline Dashboard Snapshot through email
  3. How to apply the filter for particular month or year ... is there any options where we can apply the filter based on quarter wise month wise and year wise
    • I sorry, parameters in board are independent, you'd better to define some combine column for this requirement.
      1. Is cascading effect possible (I mean like making a selection in one widget in the dashboard should change all other widgets based on the selection)
    • Charts in dashboard can only be linked and cascade using parameter, like this. It would be more complicate to define, design and implement a cascade feature for all scenario and all kind of chart. board-parameter

Hope, my answer is help for you. And finally, CBoard is a open-source project, need more peoples and companies to involved in and push it go ahead and to be a better, useful tool for user themselves.