Great script -- thanks for sharing. Had a question as I'm trying to use it to count the number of instances of each unique name in a single column. It is giving me an error : Same column can't be chosen for both Group By and data field. Do you know if it is possible with your script to do this?
Great script -- thanks for sharing. Had a question as I'm trying to use it to count the number of instances of each unique name in a single column. It is giving me an error : Same column can't be chosen for both Group By and data field. Do you know if it is possible with your script to do this?
kraems 1 month ago
@kraems
No it's not possible, sorry :/
But you can duplicate your column to have the same data in 2 different columns and use one for Group By and the other as data field.
romainvialard 1 month ago
@romainvialard OK. No problem. Thanks for the quick reply. I'll try your duplicate suggestion.
kraems 1 month ago