Forum Discussion
deisedc
10 years agoNew Member
Help Brazil!
Good Morning. In the free version , as we separate the number shown in the graph in hundreds? For example , instead of my number appear as " 1211 " appears as " 1.211 "? Thanks ;)
- Anonymous10 years ago
deisedc If "0027812-38.2005.8.26.0100" is your value, are you trying to extract only a portion of that for each row? I'm trying to understand how you are able to return anything using COUNT(NUMERO_PROCESSO) since it is a text field. You would need to use COUNTA(NUMERO_PROCESSO) if you wanted to count the number of times a value is present.
If you want to SUM NUMERO_PROCESSO then you need to reformat the value to be a valid number and change the data type...
I might not be understanding the specific issue/problem..