Difference between revisions of "Report Designer"

(Toolbar)
(Toolbar)
 
(17 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The Report Designer dialog can be accessed either when creating a new report (through the {{Menu|XLCubed|[[Grid Reporting Overview|Grid]]}} or {{Menu|[[Formula Reporting Overview|Formula Report]]}} ribbon item), or when editing an existing Grid (via the {{Menu|XLCubed|Design Grid...}} right-click menu item). When first creating a Grid or formula report, if the workbook has no connections, then XLCubed will first prompt you to [[Managing Connections|create a connection]].
+
The Report Designer dialog can be accessed either when creating a new report (through the {{Menu|FluenceXL|[[Grid Reporting Overview|Grid]]}} or {{Menu|[[Formula Reporting Overview|Formula Report]]}} ribbon item), or when editing an existing Grid (via the {{Menu|FluenceXL|Design Grid...}} right-click menu item). When first creating a Grid or formula report, if the workbook has no connections, then FluenceXL will first prompt you to [[Managing Connections|create a connection]].
  
 
==General Layout==
 
==General Layout==
Line 25: Line 25:
  
 
{{ToolbarHeader}}
 
{{ToolbarHeader}}
{{ToolbarItem|NewRepIcon.png|New Report|Create a new report}}
+
{{ToolbarItem|OpenIcon.png|Open Report|Open Report. Open a previous saved report file}}
{{ToolbarItem|OpenRepIcon.png|Open Report|Open a previous saved report file}}
+
{{ToolbarItem|SaveReportIcon.png|Save Report|Save Report. Save the current report layout as a file (see [[Grid Templates]])}}
{{ToolbarItem|SaveCurrReport.png|Save Report|Save the current report layout as a file}}
+
{{ToolbarItem|AddFavouriteIcon.png|Add to Favourites|Add to Favourites. Save the current report layout as a favourite report (see [[Managing Favourites]])}}
{{ToolbarItem|AddFavouriteIcon.png|Add to Favourites|Save the current report layout as a favourite report}}
+
{{ToolbarItem|FavouriteIcon.png|Favourites|Favourites. Select a previously saved favourite report}}
{{ToolbarItem|FavouriteIcon.png|Favourites|Select a previously saved favourite report}}
+
{{ToolbarItem|ClearDrills.png|Clear Drills|Clear Drills. Drills back up any members that have been drilled down in the grid}}
{{ToolbarItem|WriteableReportIcon.png|Make Report Writeable|Enable [[writeback]] on the Grid}}
+
{{ToolbarItem|RemoveEmptyRowsIcon.png|Remove Empty Rows|Remove Empty Rows. Omit rows with only null values}}
{{ToolbarItem|RemoveEmptyRowsIcon.png|Remove Empty Rows|Omit rows with only null values}}
+
{{ToolbarItem|RemoveEmptyColumnsIcon.png|Remove Empty Columns|Remove Empty Columns. Omit columns with only null values}}
{{ToolbarItem|RemoveEmptyColumnsIcon.png|Remove Empty Columns|Omit columns with only null values}}
+
{{ToolbarItem|FeedHierarchyMemberResultsIcon.png|Feed Hierarchy Member Results|Feed Hierarchy Member Results. Use the MDX function Generate to allow dynamic ranking and filtering (note: this option can be slower)}}
{{ToolbarItem|FeedHierarchyMemberResultsIcon.png|Feed Hierarchy Member Results|Use the MDX function Generate to allow dynamic ranking and filtering (note: this option can be slower)}}
 
 
{{ToolbarFooter}}
 
{{ToolbarFooter}}
 +
 +
===Explanation===
 +
======Feed Hierarchy Member Results (Generate)======
 +
With this turned on any ranking on an inner dimension will take into account the members in outer dimensions.
 +
e.g. If you have Country and Product on rows and display the Top 3 Products
 +
* With this turned on you will get a different Top 3 for each country.
 +
* With this turned off you will get the values for the global Top 3, split by country.
 +
[[Image:Generate.png|350px|centre]]
  
 
==Saving Reports==
 
==Saving Reports==
Line 43: Line 50:
 
You can add the current report as a favourite by using the '''Add to Favourites''' toolbar option, and reload a saved one by selecting it from the '''Favourites''' dropdown.
 
You can add the current report as a favourite by using the '''Add to Favourites''' toolbar option, and reload a saved one by selecting it from the '''Favourites''' dropdown.
  
Saved favourites can be viewed, edited and deleted in the {{Menu|XLCubed|Utilities|Manage Favourites}} dialog.
+
Saved favourites can be viewed, edited and deleted in the {{Menu|FluenceXL|Utilities|Manage Favourites}} dialog.
  
 
==Hierarchy Descriptions==
 
==Hierarchy Descriptions==
Line 57: Line 64:
 
* [[Managing Favourites ]]
 
* [[Managing Favourites ]]
  
 +
[[Category:Getting Started]]
 
[[Category:Grid Reporting]]
 
[[Category:Grid Reporting]]
 
[[Category:Formula Reporting]]
 
[[Category:Formula Reporting]]

Latest revision as of 17:33, 24 August 2023

The Report Designer dialog can be accessed either when creating a new report (through the FluenceXL > Grid or Formula Report ribbon item), or when editing an existing Grid (via the FluenceXL > Design Grid... right-click menu item). When first creating a Grid or formula report, if the workbook has no connections, then FluenceXL will first prompt you to create a connection.

General Layout

The Report Designer has four main parts, as shown in the diagram below.

ReportDesigner.png
  • A: The toolbar allows you to perform various operations and set certain options on the report.
  • B: The Available Hierarchies panel contains a tree that allows you to select new hierarchies from the cube. Expand the dimension to view the hierarchies which it contains. Hierarchies can be dragged from this area into Headers, Rows or Columns to be used within the report. The different hierarchy types can be distinguished by their icon:
Icon Description
User-defined Hierarchy A user-defined standard hierarchy
Parent-Child Hierarchy A parent-child hierarchy
Attribute Hierarchy An attribute hierarchy
  • C: The selected hierarchies panels show you what hierarchies are currently selected for the report. Clicking on a hierarchy shows the current member selection in D.
  • D: The member selection panel shows the members selected for a hierarchy, as well as advanced selections such as rankings and member properties. More information can be found here.

Moving Hierarchies

Hierarchies can be easily moved between axes by dragging and dropping. The member selections and options for the hierarchy are preserved for the new position. To remove hierarchies from the report, drag them to the Available Hierarchies panel (B above).

To select more than one hierarchy for moving, either hold down the Ctrl key while clicking, or hold down the Shift key to select a range of hierarchies.

Toolbar

Icon Description
Open Report Open Report. Open a previous saved report file
Save Report Save Report. Save the current report layout as a file (see Grid Templates)
Add to Favourites Add to Favourites. Save the current report layout as a favourite report (see Managing Favourites)
Favourites Favourites. Select a previously saved favourite report
Clear Drills Clear Drills. Drills back up any members that have been drilled down in the grid
Remove Empty Rows Remove Empty Rows. Omit rows with only null values
Remove Empty Columns Remove Empty Columns. Omit columns with only null values
Feed Hierarchy Member Results Feed Hierarchy Member Results. Use the MDX function Generate to allow dynamic ranking and filtering (note: this option can be slower)

Explanation

Feed Hierarchy Member Results (Generate)

With this turned on any ranking on an inner dimension will take into account the members in outer dimensions. e.g. If you have Country and Product on rows and display the Top 3 Products

  • With this turned on you will get a different Top 3 for each country.
  • With this turned off you will get the values for the global Top 3, split by country.
Generate.png

Saving Reports

Saving as a File

Using the Open Report and Save Report toolbar options, you can load and save the current report as .xl3grid files, which can then be shared with other users.

Favourites

You can add the current report as a favourite by using the Add to Favourites toolbar option, and reload a saved one by selecting it from the Favourites dropdown.

Saved favourites can be viewed, edited and deleted in the FluenceXL > Utilities > Manage Favourites dialog.

Hierarchy Descriptions

New in v8.1 in Report Designer if you hover over a hierarchy/dimension the hierarchy description will be displayed.

Rd2.png

See Also