Hello,
I have a strange problem with filtering in a pivot table. Let me explain :
In the attached file I have 2 columns with numeric values.
HOWEVER, blank value is a possible value (and zero too). So because of this, column is considered as text in the pivot table (I can see if I want to sort the columns, it displays 'sort A to Z').
When I filter the second columns QUOTA PCT BALANCE greater than 0,5 for example, lines filtered are the good one. so blank values are well managed.
however, when I filter 1st column, QUOTA_BALANCE greater than 50, the result is not the good one ! Seems it makes a text comparison and the value 200 is not shown for example ('2' of 200 <5), only values 9 an -7 are shown...
I can understand that mix text values and numeric values is not a good practice, but for some columns it works fine! In my real pivot table, I have several columns and only QUOTA_BALANCE columns which have the problem !!?? Perhaps because of negative values only possible in this column ?
So I have 2 questions :
* Have you an idea on why in the 1st case the filtering is valid, and not in the second one ?
* How can I fix my problem ? I cannot convert blank value in 0 value, because the zero value is not the same thing. I have tried #N/A, but the behavior is the same as '' value. I have tried to remove negative values, same behavior.
thank you for your help...
I have a strange problem with filtering in a pivot table. Let me explain :
In the attached file I have 2 columns with numeric values.
HOWEVER, blank value is a possible value (and zero too). So because of this, column is considered as text in the pivot table (I can see if I want to sort the columns, it displays 'sort A to Z').
When I filter the second columns QUOTA PCT BALANCE greater than 0,5 for example, lines filtered are the good one. so blank values are well managed.
however, when I filter 1st column, QUOTA_BALANCE greater than 50, the result is not the good one ! Seems it makes a text comparison and the value 200 is not shown for example ('2' of 200 <5), only values 9 an -7 are shown...
I can understand that mix text values and numeric values is not a good practice, but for some columns it works fine! In my real pivot table, I have several columns and only QUOTA_BALANCE columns which have the problem !!?? Perhaps because of negative values only possible in this column ?
So I have 2 questions :
* Have you an idea on why in the 1st case the filtering is valid, and not in the second one ?
* How can I fix my problem ? I cannot convert blank value in 0 value, because the zero value is not the same thing. I have tried #N/A, but the behavior is the same as '' value. I have tried to remove negative values, same behavior.
thank you for your help...