Hi Gonzalo,
We would inform that in our pivot table, we have used Dot(.) as default separator to find the header levels. As a result, the reported issue occurs. To overcome this issue, please change the default separator value by using the "headerDelimiter" property in the "valueSortSettings" option. Please refer the example code below.
Code Example:
|
let dataSourceSettings = {
valueSortSettings: { headerDelimiter: ' - ' }
};
|
Meanwhile, we have prepared a sample for your reference. Please find it from below link.
Please let us know if you have any concerns.
Regards,
Manikandan