Grouped Regex not parsing from and to concatenated cell in spreadsheet
I am having some peculiar behaviour with grouped regex parsing a concatenated cell with semicolon delimiters from a spreadsheet and into a new spreadsheet. I have attached the file in case there is...
View ArticleRegex Reading filename example below
With a formula, how can I create a field with a regex wildcard in it? For example, we want to create a filename field such as "data23_client-1234.txt" or "data100_client-2732.txt" where those four...
View Articlemeeting date logic
hi everyone, I'm trying to get this logic into my workflow and getting stuck. If today is Mon and [opened_on] is Friday 12:00 - today 11:59 meeting date = tomorrowIf today Tue - Thr and [opened_on]...
View ArticleConditional filtering of a multirow table in relation to one-row table
Hi, I'm having a problem which I don't know how to solve most easily. I have a dataframe (DF1) and a vector (one-row dataframe, DF2). What I want to do is check per line item in DF1 if the value is...
View ArticleRemoving duplicate values sorted by the date
Hello Everybody, I have a set of data with load dates. I would like to get unique "pass" and "code" with the latest "date". Please see example below...
View Article=Countif
I appreciate if this question has been asked before but I was wandering if I can get a little more in debt solution,1. I have a formula in excel =COUNTIFs(A:A,A3,B:B,B3,C:C,C3) which generates new...
View ArticleHow to use If statement with Sumifs in Alteryx?
Hi, I need to create a workflow which can replicate nested IF function with Sumifs function used in excel. I am new to Alteryx and juggling between different tools but unable to produce desired...
View ArticleOutput files either both or none
Hi, Within a workflow I have two branches that get executed one after another (Block until done). Each branch generates a CSV file at the end and separate from the other branch. The requirement is to...
View ArticleUsing Frequency Table in Iterative Macro
I am building an iterative macro that can dynamically clean data from a raw data set for predictive analytics, but as part of it, I would like to de-select fields that contain exactly 1 distinct...
View ArticleAdding timestamp to output CSV file
Hi,In my workflow I get data from a database and also get a timestamp value from another database table append the timestamp field to the main dataset, then I use output data tool to generate a CSV...
View ArticleAlteryx rounding
Hi All, I have a calculation in my tool that is currently calculated in Alteryx, while I was reviewing the data I found that when I re-calculate the number is excel it is different from the Alteryx...
View ArticleSelect Fields from Large Dataset based on source file
I figured this would be an easy question., but can't find something identical here... Is there any easy way to define the Select tool choices based on a list from another data input. I have a list of...
View ArticleAppending Timestamp to output file
Hello everyone, I am trying to save an output file (*.xslx) with date and time but not able to do so. When using formula "XXX\4april\"+TOSTRING(DateTimetoday())+"_outputfile.xlsx|sheet1", it is working...
View Articleremove duplicate but add count column for same customer.
I have a table where I have clients repeat multiple time. I need report of unique client but add count from all the entries. Example:Row DataA 5B 4C 3A 3A 2B 6B 5C 10C 7 ResultA 10B 15C 20
View ArticleAlteryx 11.0 Question
Are you able to open and run previous workflows made on 10.6 after installing the 11.0 update? Thanks
View ArticleNeed help with the formula tool for a basic division problem
Hello everyone,I've just started using Alteryx at my job and I'm starting to want to use the formula tool and I'm stuck on how to write basic expressions.The one I'm working on now is how would I write...
View ArticleHow to Use Date Convert across 20th and 21st Century
Hello! I have a monthly data set that starts in Jan-92 and goes through Dec-16. The data is coming in as a V-String and I am converting to a date by using DateTimeParse "%b-%y" and then DateTimeTrim...
View ArticleRe-arrange some tools
I feel Laboratory Tools have been misplaced. For ex:Transpose In-DB should be re-positioned to In-DatabaseMake Column will go to TransformJSON build may originally belong to Developer andCharting may...
View ArticleData Transformation
Hi, Below you can see the current data that I have and what I need it to look like. If I only had 3 "fruits" I think I could do this on my own the long way; however, I have 97 "fruits" and am...
View ArticleHow do you join but leave behind those that are already in the target?
I have two files. One is the main file, the other is the add in file. But the add in file has some names (rows) which are already in the main file.How do I bring into the main file only the new rows...
View Article