alteryx

sum last n days quantity using sql window function

二次信任 提交于 2021-02-11 13:36:56
问题 I am trying to create following logic in Alteryx and data is coming from Exasol database. Column “Sum_Qty_28_days“ should sum up the values of “Qty ” column for same article which falls under last 28 days. My sample data looks like: and I want following output: E.g. “Sum_Qty_28_days” value for “article” = ‘A’ and date = ‘’2019-10-8” is 8 because it is summing up the “Qty” values associated with dates (coming within previous 28 days) Which are: 2019-09-15 2019-10-05 2019-10-08 for “article” =

Oracle code to calculate distance between point/centroids/polygons

天大地大妈咪最大 提交于 2019-12-25 01:38:53
问题 I've centroids for customer A and customer B. Now I need to calculate distance between customer A and B into miles using centroids. How can I do it in Oracle? Right now, I'm using alteryx "distance" spatial tool for centroid distance calculation but need to convert it into oracle query. Thanks! 回答1: If you have Cartesian coordinates then the approximate distance if given by the Pythagorean theorem as already provided by Matthew. For Lat/Lon values you should use the Oracle build in SDO_GEOM

Is Alteryx an ETL tool? How it differs from SSIS? [closed]

一曲冷凌霜 提交于 2019-12-22 08:59:16
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . My client want me to implement ETL process using Alteryx as they have a license of it. I am confused whether the Alteryx is an ETL tool or not. I believe that Alteryx is commonly used to prepare data for Tableau data visualization tool. Please advise whether its an ETL tool or not? How it differs from SSIS?

Oracle code to calculate distance between point/centroids/polygons

风格不统一 提交于 2019-12-20 06:35:48
问题 I've centroids for customer A and customer B. Now I need to calculate distance between customer A and B into miles using centroids. How can I do it in Oracle? Right now, I'm using alteryx "distance" spatial tool for centroid distance calculation but need to convert it into oracle query. Thanks! 回答1: If you have Cartesian coordinates then the approximate distance if given by the Pythagorean theorem as already provided by Matthew. For Lat/Lon values you should use the Oracle build in SDO_GEOM

Open Alteryx .yxdb file in Python?

寵の児 提交于 2019-12-12 18:50:04
问题 Is there a way to import .yxdb (Alteryx database files) into Pandas/Python, without using Alteryx as a go-between? 回答1: The short answer is no, not at this time. Longer answer: the raw C++ for .yxdb support is available on github, as it was open sourced in order to adhere to R licensing when Alteryx hooked into R. See this link where Ned Harding explains it all in his blog. So basically, everything is there for someone to build Python support by utilizing the open source C++ ... but nobody

How to resolve duplicate column names in excel file with Alteryx?

半腔热情 提交于 2019-12-12 06:37:27
问题 I have a wide excel file with price data, looking like this Product | 2015-08-01 | 2015-09-01 | 2015-09-01 | 2015-10-01 ABC | 13 | 12 | 15 | 14 CDE | 69 | 70 | 71 | 67 FGH | 25 | 25 | 26 | 27 The date 2015-09-01 can be found twice, which in the context is valid but obviously messes up my workflow. It can be understood that the first value is the minimum price, the second one the maximum price. If there is only one column, min and max are the same. Is there a way to resolve this issue? An idea

Survey Monkey- Custom Values via API v3

时光毁灭记忆、已成空白 提交于 2019-12-11 06:05:52
问题 I am currently unable to figure out how to obtain several custom fields via the API. The Excel extracts provide the columns I need, but I cannot find a v3 GET or POST protocol to obtain the desired fields. From: api.surveymonkey.net/v3/surveys/[survey_id]/details I see the desired fields: custom_variables.a = [Variable a Column Name] custom_variables.b = [Variable b Column Name] With the following: api.surveymonkey.net/v3/surveys/[survey_id]/responses/bulk?page=[#]&per_page=[#] data.0.custom

Facebook Ads Insights API: (#3) Application does not have the capability to make this API call

余生颓废 提交于 2019-12-10 17:23:47
问题 I am trying to pull Facebook Ads metrics through the Facebook Marketing API. The flow is basically that I wish to pull all the account ids of my company, and then loop over them, retrieving the insights for them individually. However I have an error which I am not able to solve/comprehend. When I attempt to make the API call (both in the Graph Explorer and my Alteryx workflow): GET-> /v2.8/act_<Account_ID>/insights I get the following error: "error": { "message": "(#3) Application does not

Is Alteryx an ETL tool? How it differs from SSIS? [closed]

瘦欲@ 提交于 2019-12-05 17:18:47
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . My client want me to implement ETL process using Alteryx as they have a license of it. I am confused whether the Alteryx is an ETL tool or not. I believe that Alteryx is commonly used to prepare data for Tableau data visualization tool. Please advise whether its an ETL tool or not? How it differs from SSIS? Thanks, Alteryx is a data preparation / advanced anaytics application. People use it in many different