Posted 14 September 2017, 11:52 am EST
I have the followin configuration for my PivotPanel, all is fine but when I try to add the offset on the format date, it doesn’t work.
this._wjPivotPanel.engine = new wjOlap.PivotEngine({ autoGenerateFields: false, showZeros: true, itemsSource: this._dataListCube, showColumnTotals: wjOlap.ShowTotals.None, showRowTotals: wjOlap.ShowTotals.None, fields: [ { binding: "gridName", header: headerShipper }, { binding: "gridPointName", header: headerGridPoint }, { binding: "counterpartName", header: headerCounterpart }, { binding: "profile", header: headerProfile }, { binding: "timeStep", header: headerTimeStep, descending: true, format: "dd/MM/yyyy hh:mm:ss z" }, { binding: "value", header: headerValue, format: "n2" } ] });
The result is visible in the attach file.

