Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-6517

Form/Grid crosstab field type support

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Trunk, Upcoming Branch
    • None
    • framework
    • None
    • Community Day 2 - 2015

    Description

      Form/Grid widgets should be extended to support crosstab functionality:
      https://en.wikipedia.org/wiki/Pivot_table

      Option field types seem the best grid/form widget field types on which to base this functionality. For example:

      <field name="facilityId">
          <crosstab current-description="${quantityOnHandTotal}">
              <list-options key-name="facilityId" list-name="facilitiesToPivot"/>
          </crosstab>
      </field>
      

      This would allow a list of facilitiesIds to be used as grid column titles with with cell values assigned to quantityOnHandTotal for records with facilityId matching that of the title.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ofbizzer Christian Carlow
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: