Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Can we show multiple columns in cube Grid

    I tried to add multiple columns in the cube grid. I want to show multiple fields from the table as columns in the cube grid.
    Or we can show only one value against multiple dimensions.?
    as
    setValueProperty
    takes only String as argument.

    #2
    Please see cubeGrid.metricFacetId.

    Comment


      #3
      Does that only work for 1 additional column? Is it possible to have say 5 or 10 columns?

      Comment


        #4
        No, it's as many as you want. The metricFacet is an optional special facet that allows you to describe multiple values with different data types (eg, number, string, date) as facetValues. Typically, it's also an inlined facet, so that each cellRecord has multiple values within it.

        Comment

        Working...
        X