Creating a scatter plot from linear regression
I have the below and I need to draw a scatter plot from the linear regression. I know its impossible to do it directly from the linear regression tool, can you please advise what tool I shall use in...
View Articleif else endif condition, merging cells
Hello, I have two columns they both have 10 digit product numbers and I 'm trying to merge them into a single cell based on certain constraints as given below. I was able to do it with excel and VBA...
View ArticleMacro with multiple input fields
I have a process that I use to generate a list of records with multiple fields. I would then like to run them through one at a time into another process (a batch macro, I think) that I created to use...
View ArticleIn-Database filter creates Parse Errors and invisible symbols
Dear Alteryx community, I am using In-Database tools to do analyses on an SQL database. Unfortunately, the "Filter In-DB" tool has basically become completely unusable for me and a colleague. In a...
View ArticleSeparate txt file into columns with titles
Hello,I would like to seperate the txt file shown below into different columns with the tile being the word before the = sign. See below. How can I accomplish this? Thanks! Need to conver from this: To:
View ArticleReplacing / escaping special characters to be used for JSON
I have a process that is generating some JSON that is used with a Download tool (using POST HTTP action) to update a database via an API. All is good except there is a required field that has some data...
View ArticleParse full XML
Hi All, I have browsed through different topics but unable to find what I am looking for - I have an XML file and want to parse it out completely. This means I don't wish to extract any particular...
View ArticleParsing multiple fields
Hi, I need to parse multiple fields and was in search of a way to do this in Alteryx without having to drop in a large number of text to columns. The data 12. . .[Product],[Date][Product],[Date]. ....
View ArticleIn database parsing tool?
Hi, Is there a way to use the parse XML Tool in-DB? I need to parse a large dataset and bringing it in memory is not an option. Thanks,Divya
View ArticleTab months change - how to select the right month
Hello, I have set up a workflow, which reads off an Excel file with one tab called "Aug 2016". When I use this same for the next report, I hit a wall! The report owner changes the tab for the relevant...
View ArticleCache in Alteryx for storing Data In between the stream ?
Hi,I trying to find the tool in alteryx for storing the data in between the data stream for example I am pulling data from 18 input files so everytime when I run the alteryx stream its taking 55...
View ArticleIn-Database Dynamic Dates in SQL
Hello, I am a new Alteryx user, a few days in to setting up some new workflows. So far I've been able to accomplish everything I have wanted with the tools provided. I have a startdate and an enddate...
View ArticleWeek to Date transformation
Alteryx Community: Greetings! In my workflow I got week numbers using the formula object and writing a one liner.... ToNumber(DateTimeFormat([Claim Date],"%W")) ....... now after being done with stuff...
View Articleuse of iterative macros to allocate levels in the data
I have a dataset which has 2 fields "EmployeeID" and "ReportsToID". I am trying to allocate levels to each employee in the data based on at what level do they report to with respect to the level 0....
View ArticleTrimming Removing dots in an else if function
Hi.I have an if elseif fuction and trying to remove dots (.) at the end of my string As you see on the example below, there are dots (.) in the elseif fuctions that I'm trying to get rid of (e.g.Don't...
View ArticleParsing with Regex - A newbie dilemma 2
Hi everyone, I am attempting to do some web scraping to save some time when it comes to updating a database I created, but I have never used RegEx before. I am wondering if/how I can parse out "Text"...
View ArticleRegex Match Not working
I'm scanning a list of tweet in Alteryx. The data comes back fine. Using the Regex Tool, I want to filter those tweets by any username containing the word Broker or broker. I tried: /[Bb]roker/ and...
View ArticleRemoving duplicates without effecting other columns
Hello, I'm a new member and trying to figure how I can remove duplicates (getting rid of repeated rows) in a specific column So, I would like to remove the repeated WEB strings (IDs)-without touching...
View ArticleHow to do this?
Hi ,I have a dataset with mutiple columns and I need to add a calculated fieild and change the format as follow. Original dataset...
View ArticleFiltering Multiple Columns
I am working on a data set for multiple securities. I am looking to filter for securities that have a realized loss and an unrealized gain. I have over 20k of rows so when I filter I want to be left...
View Article