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:

enter image description here

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

Popular posts from this blog

angular - Is it possible to get native element for formControl? -

unity3d - Rotate an object to face an opposite direction -

javascript - Why jQuery Select box change event is now working? -