Hello,
I need an expression that leave only the numbers in the fields names.
Thank you.
Solved! Go to Solution.
Hey @BautistaC888, you can use the Dynamic Rename tool for this. The expression here replaces any non-digit (\D) with nothing.
Hi @BautistaC888 ,
Another way is to pivot the names into a column and use regex to parse the digits, then pivot back:
Hope this helps,
M.
User | Count |
---|---|
106 | |
82 | |
70 | |
54 | |
40 |