Summarize In-DB... NOT WORKING
I am using the Summarize In-DB and getting the wrong results... Attached is a screen shot of the data and an extract before summarizing.....The summarized amount I set is 218908.73674202 and it sould...
View ArticleRecreating SQL and R code in Alteryx (finding unique values between two fields)
Hello, I have the following code and am trying to replicate it in Alteryx. I have attempted a to first combine the two variables in a formula node, and then run a unique on them, to no avail.Any...
View ArticleLayer Two Fields on Top of Another
Hello, I know this may sound simple, but it is stumpng me. How does one accomplish the following: Field 1 Field 2Bill KatieAlex KarenPete Rowan Layer the two fields to...
View ArticleRegEx tool - take expression from field
I have been using RegEx tool quite a lot recently, 90% of the time I use "Parse" method to slso output the matched string. I need to be able to use an expression dynamically taken from Text Input, we...
View ArticleMass Rename columns
So I have a bunch of columns like Red1, Red2... Red10, Red11 and I want to rename them to all have two digits, so Red01, Red02, etc. Is there a more efficient way to rename all of those other than...
View ArticleCross Tab One Field
Hello, I am attempting to use the cross tab node on one field, but the header and data cannot be the same error appears. Is there anyway to get a result that looks like Value1Value2Value3 And cross...
View ArticleIn-DB Age vs Formula Tool Age
Looking for some help in this, I've been going crazy on it. The way we are doing it with the regular formula tool is this: DateTimeDiff([HIRE_PROCESS_TS],[BIRTH_DT],'year') This gives the age and...
View ArticleData Tabulation - creating survey data tables
We need to develop data tables where we cross tabulate survey data to produce a table with % values and a table with N values. See the attached Excel workbook where I have Pivoted the Data to...
View ArticleConverting Oracle SQL START WITH..CONNECTED BY PRIOR to Alteryx
Dear Forummers, I have an Oracle SQL statement as shown below How can I translate the statement into an Alteryx workflow? Thanks and appreciate your advice and help. Regards,=Hamdy
View Articleupdate cell in action component
hi Team , I was trying to output to text input using an action tool option called update cell . My scenerio is to update cell value based on the input. Can someone help me with example on how does...
View ArticleHow to use Max()
My data returns a row for every page in a stack of scaning. I want to filter out and keep only the row which is the MAX of the page number values Pat ID | Doc ID | Doc Type | Page Number001 | 3003 |...
View ArticleEMAIL matching
apologies for this post, but my mind is totally frazzled and i can't seem to get to the right answer. I've done some fuzzy matching of customer addresses to produce a parent ID.I now need to do some...
View ArticleHow to create an offset column
Hello, For an N group of ID´s I need to test the expected behavior. I managed to do this in Excel using, in the Expected ID column, the Offset formula that is =OFFSET(B2,C2,0). GroupGiven...
View ArticleHow to compare to Excel files?
I have two large Excel files. I want to compare that their fields are the same, order is not important. Is there a quick way to do this in Alteryx?
View ArticleHow to create an adjacency matrix?
Hi all, I have a problem that I am trying to solve with Alteryx. I have a table with a list of providers and a list of services and a binary content indicating whether each provider is offering each...
View ArticleFile Unbuffered Error
I am trying to perform a union on multiple files to join them into one file. The files are rather large, and the process is resulting in an error: File Unbuffered: Error in GetOverlappedResult: Not...
View ArticleFind string occurring multiple times within a string
I have a string which is a list of products with the value of each product in brackets and I want to get a total order value String would be something likeProduct 1 ($10.00) / Product 2 ($7.50) /...
View ArticleFill in Missing Weeks
Hi Everyone, Thank you in advance for looking at this. I can't figure out this request: I have two tables that looks like this: GenreWeek% totalHorror4.35Horror3.42Horror2.12Horror1.25...
View ArticleRun Excel Macro after Export to Create Table
Hi, I'm exporting data to an Excel template and need to create an Excel Table so the template pivots refresh with the new data. I have an Excel macro that I now run separately but wanted to know if it...
View Article