Example: Report with ComboBox and DynaRanges

This article provides an example of a dynamic report with a ComboBox and DynaRanges. For more information on these and other form elements, see the following articles:

Creating a ComboBox element

To create a new report with the ComboBox form element:

  1. In Designer, create the spreadsheet "Report 1".
  2. Double click on Report 1 and stay in cell A1. In the Insert tab, select the ComboBox element:

  3. The Format control dialog is displayed, prompting you to choose the settings for the ComboBox:

    Note: there is a constraint for the data sources formula and ODBC query.
  4. Enter "Region" as the as the ComboBox name.
  5. Click on Subset to open the Subset Editor.
  6. On the General tab, select the server/database Demo and the dimension Regions.
  7. Activate the filter on the Hierarchy tab and check Filter elements by level. Select Start Level 1 and End Level 2.
  8. Click OK.
  9. Close the Format control dialog box by clicking OK. The following ComboBox appears:

Creating DynaRanges

To create DynaRanges, follow these steps:

  1. Highlight the cells D4:D6. In the Insert tab, select the Horizontal DynaRange icon.
  2. As source, use a subset of the database Demo with the second hierarchy level of the Years dimension.
  3. Highlight C5:E5 and select the Vertical DynaRange icon from the Insert tab.
  4. Select Subset as a source.
  5. On the General tab, select the Demo database and the dimension Regions.
  6. On the Hierarchy tab, check box to activate the filter as well as the top Variable box:

  7. Select Region as variable.

 

Add a PALO.DATA function in D5:

  1. Select Query > Paste Data Function…
  2. In the dialog box, select the database and the cube and check Guess Arguments. Click Paste:

    The entry in D5 should be
    =PALO.DATA("localhost/Demo","Sales","All Products",$C5,"Year",D$4,"All Versions","Units") resp. same with PALO.DATAC.

  3. Right-click D5 and select Format cells from the context menu.
  4. Set the number format to 0 decimal places and click OK.

On the Design tab, click the Designer preview icon to see the result:

For performance reasons, a maximum of four elements will appear for each dimension in Designer preview.

The Region ComboBox will now allow you to select each sub-region.

For example, by selecting "North", it will look like this:

To see a full view of all the data close Designer preview and click the Open user mode icon :

Updated September 27, 2022