Here is the Min formula I'm using outside of IN-DB. Trying to convert. Process is taking way too long,.... Hours.....
Min([#1 Min Eff Date],[#2 Min Eff Date],[#3 Min Eff Date],[#4 Min Eff Date],[#5 Min Eff Date],[#6 Min Eff Date],[#7 Min Eff Date])
Solved! Go to Solution.
I realize transpose / crosstab are not in the In-DB tools, but could you use SQL to handle your pivot / un-pivot and modify the data to allow for the use of the Summarize-In-DB tool and then process the MIN() vertically instead of horizontally? Most database engines do better with tall, skinny data tables rather than wide.
But regarding your example, there shouldn't be a reason for this length of processing. I'm guessing you have a memory leak somewhere or the database isn't allowing for the processing of that many fields against the function for however many rows of data you have...
Sorry I couldn't be more direct in answering, but wanted to get some alternative thoughts going for you. -Jay
The summarise tool in Alteryx could also help you achieve it. Give it a try
User | Count |
---|---|
76 | |
58 | |
53 | |
47 | |
38 |