BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Query |
Response |
i like to sort the rows order from Highest Sum value to the lowest by default, and i can only do for the rows name. |
Currently, we do not have support for value based sorting in PivotGrid. We have already logged the feature report for the requirement of value based sorting in PivotGrid and it will be implemented in any of our release. |
Second, in the months there is numbers instead of names (1, 2,3, so) meanning Octuber = 10, November = 11 and the order it not considering the value (1,2, 3, ..) also as string (1, 10, 11, 12, 2) i need to arrange the columns of the months in the value order, or if i need i can change to months name but the same how i set to make in the correct order? |
Instead of giving month number (1,2,3,..)as a string column, you can bind a date field to PivotGrid and change its format to “Month”. Now PivotGrid shows value in month order(Jan,Feb,…). Please refer the following steps to achieve your requirement.
1. Add fields to Values and a date field to Rows/Columns.
2. Click the settings icon, choose “Month” in the menu item.
3. Now, PivotGrid shows value in Month order.
|