Skip to content

Commit

Permalink
Updated "About" dashboard and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Pazzaglia committed Jun 10, 2014
1 parent 6996e89 commit ecb50e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BTable-common/dashboards/About.cdfde
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
},
{
"name": "html",
"value": "<p>\n <strong>BTable</strong> is a component for the Community Dashboard Designer (CDE) \n that extends the standard Table Component with OLAP functionalities and provides \n a new drill experience.\n</p>\n<p>\n Dashboard users can easily interact with the table through a context menu that allows to:\n <ul>\n <li>add, change or remove dimensions</li>\n <li>add, change or remove measures</li>\n <li>create cross tables</li>\n <li>display grand totals and subtotals</li>\n <li>sort by dimensions or measures</li>\n <li>add additional filters to the table</li>\n <li>unlink the table from the dashboard context to stop listening to external parameters</li>\n <li>drill a cell or drill a row/column</li>\n <li>swap axes</li>\n <li>export data and also formatting to Excel</li>\n <li>save the current analysis to a file\n <span style=\"font-style:oblique; color:#6BB12C; margin-left:4px;\">NEW</span>\n </li>\n </ul>\n Dashboard designers can build flexible and rich tables with little effort, \n indicating a Mondrian schema and a JNDI connection and writing the initial \n query in a more friendly manner. Alternatively, even faster and reusable, \n they can create a table from a saved analysis, indicating the path to a <i>btable</i>\n file and possibly overriding some properties. \n <span style=\"font-style:oblique; color:#6BB12C; margin-left:4px;\">NEW</span>\n</p>\n<p>\n To use BTable with your data, first you need to create CDA data sources for BTable. \n Click <b><i>Data Sources</i></b> in the top menu to create them importing Mondrian catalogs.\n</p>\n<p>\n A BTable data source for <i>Steel Wheels</i> is provided with this plugin to run the \n sample dashboard. Check you have the same Mondrian schema location and JNDI in your system. \n Other dashboards that show how to use BTable are located in <i>plugin-samples/BTable</i> solution.\n <span style=\"font-style:oblique; color:#6BB12C; margin-left:4px;\">NEW</span>\n</p>\n<p>\n The <b>Analyzer</b> allows you to make analysis with BTable without building a dashboard. \n</p>\n<p>\n Documentation, video tutorials and more on \n <a href=\"http://www.biztech.it/btable\" target=\"_blank\">www.biztech.it/btable</a>.\n</p>\n<p>\n For questions, suggestions and bugs reporting use \n <a href=\"http://forums.pentaho.com/forumdisplay.php?80-Community-Tools-CTools\" target=\"_blank\">Pentaho Forums</a>.\n</p>\n<p>\n Have fun with BTable!\n</p> ",
"value": "<p>\n <strong>BTable</strong> is a component for the Community Dashboard Designer (CDE) \n that extends the standard Table Component with OLAP functionalities and provides \n a new drill experience.\n</p>\n<p>\n Dashboard users can easily interact with the table through a context menu that allows to:\n <ul>\n <li>add, change or remove dimensions</li>\n <li>add, change or remove measures</li>\n <li>create cross tables</li>\n <li>display grand totals and subtotals</li>\n <li>sort by dimensions or measures</li>\n <li>add additional filters to the table</li>\n <li>unlink the table from the dashboard context to stop listening to external parameters</li>\n <li>drill a cell or drill a row/column</li>\n <li>swap axes</li>\n <li>export data and also formatting to Excel</li>\n <li>save the current analysis to a file</li>\n </ul>\n Dashboard designers can build flexible and rich tables with little effort, \n indicating a Mondrian schema and a JNDI connection and writing the initial \n query in a more friendly manner. Alternatively, even faster and reusable, \n they can create a table from a saved analysis, indicating the path to a <i>btable</i>\n file and possibly overriding some properties. \n</p>\n<p>\n To use BTable with your data, first you need to create CDA data sources for BTable. \n Click <b><i>Data Sources</i></b> in the top menu to create them importing Mondrian catalogs.\n</p>\n<p>\n A BTable data source for <i>Steel Wheels</i> is provided with this plugin to run the \n sample dashboard. Check you have the same Mondrian schema location and JNDI in your system. \n Other dashboards that show how to use BTable are located in <b><i>plugin-samples/BTable</i></b> solution.\n</p>\n<p>\n The <b>Analyzer</b> allows you to make analysis with BTable without building a dashboard. \n</p>\n<p>\n Clicking on a chart, selecting a drill dimension and showing the result in a BTable is now easy... \n BTable provides you a function and three modes to perform a drill from anywhere in your dashboard. \n See <i>Drill With BTable</i> sample dashboard to learn how to do it.\n <span style=\"font-style:oblique; color:#6BB12C; margin-left:4px;\">NEW</span>\n</p>\n<p>\n Documentation, video tutorials and more on \n <a href=\"http://www.biztech.it/btable\" target=\"_blank\">www.biztech.it/btable</a>.\n</p>\n<p>\n For questions, suggestions and bugs reporting use \n <a href=\"http://forums.pentaho.com/forumdisplay.php?80-Community-Tools-CTools\" target=\"_blank\">Pentaho Forums</a>.\n</p>\n<p>\n Have fun with BTable!\n</p> ",
"type": "Html"
},
{
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
---------

v2.1 [2014.06.10]

NEW FEATURES:
* BTable Ext library providing functions to perform a drill from anywhere in a dashboard and to open btable files

BUG FIXES:
* cannot open the context menu in many mobile browsers
* the selection of a radio button is not visible in Table Settings submenu
* https://github.com/biztech-it/BTable/issues/4


v2.0 [2014.03.19]

NEW FEATURES:
Expand Down

0 comments on commit ecb50e1

Please sign in to comment.