java - How to use the same field several times in Jide Pivot Table? -
i found, can use each field once in jide table. example, if counted mean on field unable count sum on same field.
is possible overcome?
update
here example of jide pivottable field panel opened ar right:
as see, fields, taken fields panel , dragged data area or row area, disappeared fields panel. means field can exist in 1 area.
the same implies api method pivotfield#setareatype()
, has scalar argument. i.e. 1 field can assigned 1 area type.
this caused me duplicate field region area
4 times in underlying source: 1 value, 1 mean, 1 min, 1 max.
simultaneously, wish have same field counted several times different aggregation function looks general , strange, if pivottable not allow out of box.
Comments
Post a Comment