OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.1 KiB

  1. To graphically design your analysis data-set:
  2. - From the Dashboards menu, select "Custom BI Views"
  3. - Browse trough the business objects in the "Query Builder" tab
  4. - Pick the interesting fields (Drag & Drop)
  5. - For each selected field, right-click on the Options column and select whether
  6. it's a row, column or measure; if you want to remove the field from the list
  7. view, unflag the checkbox ´List´ in the Options column
  8. - Save and click "Generate BI View"
  9. - Click "Open BI View" to view the result
  10. To access the created BI View with a dedicated menu:
  11. - If module Dashboard (board) is installed, the standard "Add to My Dashboard"
  12. functionality would be available
  13. - Click "Create a menu" to create a new menu item directly linked to your new
  14. BI view (this feature is available in developer mode); when the BI view is
  15. reset back to draft this menu will be removed, and you will need to re-create
  16. the menu entry.
  17. A more advanced UI is also available under the "Details" tab. It provides extra
  18. possibilities for more advanced users, like to use LEFT JOIN instead of the
  19. default INNER JOIN.