Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

download

Matrix Map Examples

The following examples illustrate some of the capabilities of matrices. The first example uses three objects Budgettrx, GLAccount, and FiscalYear. The objective is to retrieve the Amount field from the Budgettrx object for all Marketing Accounts in the GLAccount object and for each Fiscal Period in Fiscal Year 14.



  • Each intersecting cell is one record from the BudgetTrx object.
  • The data is filtered for the entire matrix to return only Marketing Department data for January 2014 – March 2014.
  • Both the X and Y values are dynamically generated based on “Marketing Department” and FY 14 filters.
  • There is only one section in the matrix comprised of:
    • Y axis values using the AccountName field values in the GLAccount object.
    • X axis values using the FiscalPeriod field values from the FiscalYear object.

    • The XY intersection, which contains the Amount field from the BudgetTrx object.

The second example is a financial plan from a single object where the columns and rows are static field values and the intersecting cell is the Amount field in that object.



This matrix has multiple Sections because, even though the column, row, and intersecting cells have the same field mappings throughout, the forecast and the actual records differ based on a field that is not displayed on the matrix: the Type field. Therefore there are two sections and they are distinguished by filtering the data for each section using the section filters.