Hi, is there a way I can dynamically summarise/total all fields which are numeric? The number of numeric fields is subject to change on subsequent runs
Solved! Go to Solution.
@PeterAP ,
Do you have a sample dataset you can share? I would use a combination of the transpose and crosstab tool for this.
Thanks!
As @CarliE this can be done with a transpose and crosstab. All you need to do beforehand is use a dynamic select to reduce your fields down to numeric only, as so:
Input:
Output:
Dummy workbook attached.