1.- Is there a possibility to assign a default aggregation to a column of the methods page?
pages: [
{uniqueName: "zone", caption: "Zone", default aggregation (for example)}, ......
2.- I can move (by drag and drop) a column that is in pages directly to measures. No columns, directly to measures?
Thank you very much.
Hello, Jose,
Thank you for writing
1. You can set aggregation for measures. Please check this sample: https://jsfiddle.net/flexmonster/tp80euuq/14/. Here Price
is configured with aggregation: "average"
. We have set active: false
so Price
is not shown on the grid as a measure. At the same time Price
is selected to Report Filters. If you open the Field List and drag Price
from Report Filters to Values, it will be selected with a default aggregation ("average"
). For more details about configuration please refer to our docs: Slice.
2. Yes, the hierarchies can be dragged between these boxes in the UI.
Please let me know if you have other questions.
Regards,
Tanya