Report Navigator

You can open the Report Navigator window of the Report Builder by choosing View - Report Navigator.

The Report Navigator reveals the structure of the report. You can use the Report Navigator to insert functions into the report.

Click an entry in the Report Navigator. The corresponding object or area is selected in the Report Builder view. Right-click an entry to open the context menu.

To enter functions to the report

In the context menu of the Report Navigator, you see the same commands as in the Report Builder view, plus additional commands to create new functions or to delete them.

És possible inserir funcions usant la sintaxi especificada a la proposta OpenFormula (enllaç en anglès).

See Wiki page about Base for some more help regarding the functions in a report.

To calculate a sum for each client

  1. Open the Report Navigator.

  2. Open the Groups entry and the group where you want to calculate the cost.

    The group has a sub entry called functions.

  3. Open the context menu (right click) on the functions entry, choose to create a new function, and select it.

    In the property browser you see the function.

  4. Change the name to e.g. CostCalc and the formula to [CostCalc] + [enter your cost column name].

  5. In the initial value enter 0.

  6. Now you can insert a text field and bind it to your [CostCalc] (appears in the data field list box).

Maybe you have to set the initial value to the value of the field like [field].

If there are blank fields in the cost column, use the following formula to replace the blank fields' content with zero:

[SumCost] + IF(ISBLANK([field]);0;[field])

Ens cal la vostra ajuda!