I am using the crew macro but keep getting this error:
No field selected for row total? Can you please help
Solved! Go to Solution.
Looking at the underlying macro for this tool, it will throw that error if nothing is selected for the row total label. Can you check to see if you have something selected in here?
When I look at that drop down there are no values in it, so I cannot choose anything. Should I create a dummy field to populate that. There is no documentation on how to use it. ty for your reply.
You don't actually need that option. Just uncheck the box for that section.
I still get the error no matter what. Can you post a small sample and thank you for helping
Hmm, what is odd is that it is actually still producing the output, along with the error message. Are you seeing the same thing?
I think the issue is because you don't have any non-numbers in the dataset. It doesn't have a differentiation as to what each row means. Adding another non-numeric column that acts as a label for each row resolves the error. I'm assuming this is just a check built into the macro since generally, you'd want some sort of differentiation for each row. However, it looks like the tool still outputs as expected without it and just throws that error message.
Hope this helps!
perfect ty