I've created a control parameter based batch macro to run a PCA analysis based upon 2 fields which change depending on certain parameters. However, if I feed in 10 fields it returns me 100 records (10x10) and takes ~30s to run. I can summarise the data afterwards and get the results I want no problem but running the actual PCA tool against 1 set of parameters will return my 10 records in 2s with the same results... however, I actually need to run ~35k records in my live scenario so the macro is not feasible.
I've tried toying with Control GroupBy and Control Parameter Batch Macros but neither seem to work the way I want; which is essentially to group my PCA analysis (containing say 10 records) by my 2 fields (which can be combined into 1 for ease if needs be). Any thoughts?