Get KoolPHP UI with 30% OFF!

Name Measurements in Columns

Carlos Eduardo
Is it possible to name the measures in the columns instead of leaving generic names?
Posted Feb 20, 2017 Kool
Carlos Eduardo
Not ?
Please Compare with KENDO GRID.
Posted Feb 24, 2017 Kool
Carlos Eduardo
See bellow.
The name of KPIs are described on the columns:
Posted Feb 24, 2017 Kool
Peter
Do you mean you want to change in the [Grand Total]? The "Sum of GrandTotal" will be change to "Presco" and "Canal de vandas" for example?
Posted Feb 24, 2017 Kool
Carlos Eduardo
Yesssss !!!!! Perfect !
Posted Feb 24, 2017 Kool
Peter
In early next week, Monday or latest is Tuesday, we will send you a new version of KoolPivotTable with this change. And this feature will be in the next release as well, not just as in the version we will send you next week.
Posted Feb 24, 2017 , edited Feb 24, 2017 Kool
Carlos Eduardo
Is possible ? Would more clear to customer read the KPIs and all Pivot.
Posted Feb 24, 2017 Kool
Carlos Eduardo
Hi Petter ! Very Cool !
Thank you so much
Posted Feb 24, 2017 Kool
Peter
Today our developer has started but not done yet.
Posted Feb 27, 2017 Kool
Carlos Eduardo
Thanks !!
I bellieve That this enhancement Will Very good for kool PHP and for your product.
Best regards
Posted Feb 27, 2017 Kool
David
HI Carlos,
At the moment, there's one setting that could allow you to achieve that. Please create a subclass to override PivotSumField, PivotCountField, etc like this:
class MyPivotSumField extends PivotSumField {
  function RenderHeaderTotal($_value) {
    $_s = "Sum of " . $this->Text; 
    return $_s;
  }
}

Then use this class with your data fields. Please try this and let us know what you think? Thanks!
Posted Feb 28, 2017 , edited Feb 28, 2017 Kool
David
By the way, if you only want to change the data fields' headers of the Grand Total column, please contact us via email or ticket to receive a new version of KoolPivotTable. Thanks!
Posted Feb 28, 2017 Kool
Carlos Eduardo
I'm creating a ticket now.
Tks
Posted Mar 1, 2017 Kool
Carlos Eduardo
Good day how are You ?
Can You input this casses in Your example with export (Excel, PDF, ...).
That example is Very good and Work fine.
Is possible to input this changes into that example to me ?
I opened an incident but ... You not sent a solution to me yet.
Posted Mar 4, 2017 Kool -
Carlos Eduardo
Someone from koolphp to answer me?
Posted Mar 4, 2017 Kool
Peter
I have just answered you on your ticket
Posted Mar 4, 2017 Kool