Create Column with sum of NULL values in rows
Hi all, I wan to omit rows that have more than X NULL values. In R I can simply do this, however I have not found the functionality for this in Alteryx. How can I do a RowSum(is.na(dataframe)) in...
View ArticleSubtracting from result in Multi-Formula, Same Column?
Hello Everyone,I'm trying to duplicate column F in Alteryx. The formula in the first row is (Amount - Finished) + Adds. In row 2 the formula is (Row 1 Amount B - Row 2 Finished) + Row 2 Adds, then...
View ArticleRanking by Group in Alteryx
Hi, I have data in the following format Input SchoolSubject% AdmissionWSUMath76%WSUEnglish63%WSUPhysics95%WSUChemistry45%WSUSocial Science34%RowanMath58%RowanEnglish89%RowanPhysics95%RowanChemistry...
View ArticleParsing ISO8601 Formatted Dates?
I'm having a heck of a time parsing some really standard date formats. I've got timestamps coming out of an API in full ISO8601 format:2017-03-30T09:57:45:963-0700 2017-04-13T15:48:46:034-0700...
View ArticleRemove Non-Duplicates Within Group
Hey guys, I have a data set that is similar in format and concept as the one shown below. I would like to sort and group by ID and remove any records where the state has changed for that ID. In my...
View ArticleUpdate Multiple Fields with Multi-row Formula Tool
Hi all, I am trying to use one calculation to update multiple fields using information from multiple rows. As an illustration, there are three pieces of logic I want to incorporate: I eat three apples...
View ArticleOutput to Excel without Over-Writing or Appending
Hello, I'm using Alteryx to generate a mapping file in Excel which will be updated every time I re-run my workflow. I only see options to drop (delete) the Excel Table or Append it however I only want...
View ArticleCan Alteryx open multiple EXCEL sheets at once?
I have some big EXCEL workbook that each of them contains more than 30 sheets.When I drag one file into the canvas, it only allow me to open 1 sheet at a time. Is there any way that can open all the...
View ArticleFind and Replace
Hi, I want to replace the whole string (in my Source table field) with the value from lookup table(target). For Ex: SourceField('xxx123') Target(123). If any part of the SourceField contains '123', I...
View ArticleLooking for good suggestions to learn Python and R
Hi all,Do any of you have good learning resources that you can recommend for learning R and Python. Probably want to tackle R first but open to being convinced the other way too.Any online courses that...
View ArticleRetreive Column names from the selected table using Dropdown
Hi Team, I have a requirement that I need to list down all the columns from a selected table in the Drop Down input. a Select Dynamic Column names based on the selected table nameFor listing down...
View ArticleTranspose/Crosstab selected rows with different number of columns
Hi All, I have a table in the format as shown below. Every 3 rows contains registered information of a group of people. Depending on the number of people in a group, the number of column varies....
View ArticleUse list box for check
Hello, I trying to use the list box. On first i choose my month After i want to use the choice and put in this field i want to applicate a formula but currently i can not retrieve my choice. My...
View ArticleUse list box for check
Hello, I trying to use the list box. On first i choose my month After i want to use the choice and put in this field i want to applicate a formula but currently i can not retrieve my choice. My...
View ArticleFINDER 3.0 - Search all your workflows contents for keywords, tools, inputs,...
I got around to fixing 2.0 version which had absolute path issues that required linking macros back up. Thanks Wayne at Alteryx for testing. The problem:I create a lot of workflows (800 and counting)...
View ArticleHow to use RegEx to remove text in a string and replace text with the updated...
I have a date field coming in from a csv file that stores the dates as '2013-12-11T05:18:37.419+00:00' (V_WString type) and I need to get the date to look like '2013-12-11 05:18:37'. I know the RegEx...
View ArticleMalformed if Statement
Why won't this work? IF [F1]="Network: GLITZ TV ARGEN" OR IF [F1]="Network: GLITZ TV Panregional" OR IF [F1]="Network: SPACE ARGEN" OR IF [F1]="Network: SPACE MEXICO" OR IF [F1]="Network: TNT...
View ArticleBasic Table export to Excel tab
I have created three basic tables which I then encapsulate into one table at the end of my module. How can I export the table into Excel? When I use the Output Data tool I only get the table record #...
View ArticleDirectory: Read From a Different Directory Based on Day
Hi, Is there a way in Alteryx to dynamically change which directory you read a list of files from using the directory tool? For example, if it is Tuesday I want to read from Directory A, if it is...
View Article