Help on random sampling
Hi hoping some one can help with random sampling please.I have a massive spreadsheet with multiple columns. I want to pick a random sample of x records (say 5 records) per unique combination of values...
View ArticleParsing a LOT of JSON
Ok, so I'm pretty new to Alteryx ... blah blah n00b, etc. Anyway, I'm working on a dataset that is only available to me in JSON, but I need to get it into Postgres. For that, I need Alteryx to pick...
View ArticleDateTimeFormat Specifers
The DateTimeFormat specifier: %W Returns the week number, as 00 - 53, with the beginning of weeks as Monday. Is there a way of converting this back to a series of dates as all W/C 06/04/2016. That is,...
View ArticleHow to copy an excel file with multiple sheets to a different location &...
Hi Everyone, I have build a workflow in which outputs are saved in different sheets of an excel file. The first sheet of same file contains formulas and takes values from the sheets in which data are...
View ArticleI want to know if its possible to check if a email exist
Hello all, I'm a student and a trying in a project , plizz i want to know if its possbile to cheack if a email exist in Alteryx ? if so, in what way I could proceed Thanks
View ArticleDate Time Conversion/ Filter Issue - AM/PM - format problem.
I have some date time stamp records from our LMS system (field is called Complete By). Orginal string examples11/13/2015 11:59:59 PM UTC-05:009/8/2016 11:59:59 PM UTC-04:00 I am trying to have the...
View ArticleWhy Alteryx input data eats part of the wide text field
Hello everyone, Do you know the reason Alteryx cut long text? I read a csv file with data input tool. The configuraton of field length is set to 1024. I have some long text string smaller than 1024...
View ArticleHow to identify how XML output of ListBox would look like
Hello, I am trying to build an APP, where there is a LIST BOX for the users to select some COLUMNS. I need to pass this information to a MACRO within the APP via an ACTION tool using "Update RAW XML...
View ArticleNested If then Else issues
I'm a new Alteryx user and i'm creating my 1st work flow. I'm using dates and need to buckets those dates into Fiscal Years. I currently do this via excel or in Tableau but would love to add this as a...
View ArticleHow to change a cell value in an excel file & rename file with that updated...
Hi Everyone, I need to build scorecards for 25 different products say A,B.....Y. The scorecard consists of different sheets say S1, S2, S3, S4, S5 & S6. Now sheet S1 contains all the formulas and...
View ArticleParsing with Regex - A newbie dilemma
Hi Everyone, I am new to Alteryx so please bear with me! I am in the process of creating my first app and a portion of it involves parsing some data using Regex. I've managed to stumble my way through...
View ArticleHelp with Multiple Rows od data in one Excel Cell
I have a data set form our CRM and sometimes and agent with type into our Case Descritpion field. When they type, they will sometimes hit enter to create another line in that field. When I extract...
View ArticleDo I Need to Do Multiple Ifs?
Hello - I'm an new user hoping for some help. I have Y/N fields to indicate if someone met a specific criteria and want to create a field that gives me the combinations when the fields have a Y. For...
View ArticleAdding a field that performs a distinct count
Hi all,Very new to Alteryx!I am needing to add a column into my table that runs a distinct count.This is a sample of my table currently:...
View ArticleParsing XML
This is actually related to my previous question about parsing JSON insofar as I'm now looking at the same data in XML format rather than JSON. But I think this may be a data acquisition issue, so new...
View ArticleParsing .txt file, without commas
Hi All,Very new to Alteryx. I have a large .txt file that I've inputted to Alteryx with the following options: Read it as a delimited text tileDelimiter: NoneFirst Row contains Fields names (Checked)...
View ArticleRolling 13 Week Calculations using In-DB formula
Hi Team Hoping someone here can shed some light on the right way to approach this problem I have a medium size data set that I need to calculate a rolling 13 week sum. My data is stored in a SQL...
View ArticleMacro to Bypass if field not present
Hi Everyone I have a problem which is driving me nuts to solve. I have a process that throws up an error when the data source does not contain a certain field. I put that process in a batch macro,...
View ArticleFilter records with non alphabet characters (ie anything other than A to Z)
How do I filter a string field for anything other than alphabet chars? Case is not important. I'm unsure how to use CONTAINS or perhaps NOT CONTAINS with a list of A-Z, and I don't want to create 26 OR...
View ArticlePreparing Bins of Values
Hi, I have a numeric field which contains the revenue earned. I want to bucket this like 0-50,50-100,101-150 and so on.. I tried using Tile node but it gives out put as tile numbers.I want the Range...
View Article