Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!
The Product Idea boards have gotten an update to better integrate them within our Product team's idea cycle! However this update does have a few unique behaviors, if you have any questions about them check out our FAQ.

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Featured Ideas

Hi!

 

Just thought up a simple improvement to the US Geocoder macro that could potentially speed up the results. I'm doing an analysis on some technician data where they visit the same locations over & over again. I'm doing a full year analysis (200k + records) & the geocoder takes a bit to churn thru that much data. In the case of my data though, it's the same addresses over & over again & the geocoder will go thru each one individually.

 

What I did in my process & could be added to the macro is to put a unique tool into the process based off address, city, state, zip, then Geocode the reduced list, then simply join back to the original data stream using a join based off the address, city, state, zip fields (or use record id tool to created a unique process id to join off).

 

In my case, the 200k records were reduced to 25k, which Alteryx completed in under a minute, then joined back so my output was still the 200k records (all geocoded now).

 

Not everyone will have this many duplicates, but I'd bet most data has a few, & every little bit of time savings helps when management is waiting on the results haha!

Ability to ‘name’ the point created in the “Create Points” tool.

 

Instead of sticking a select tool after it to rename it from ‘centroid’ to Starting Location or Store location or whatever.

When a user wants to use the find nearest to say find the nearest within 200 miles the dropdown stops at 100.

Similar if they want a number in between IE 15 the interface is not intuitive.

While you can just type the number in the interface doesn't look like you are able to.

 

Simply adding a "Custom" selection at the bottom would make this much more intuitive.

0 Likes

Alteryx currently shows 100% in the profiling of spatial fields in the results window, regardless of if there are rows with missing spatial features. I opened a ticket about this & was told it is expected behavior.

 

Therefore, I submit the idea that the profiling for spatial fields should give an accurate profile of the field, & if there are nulls in the field, it should identify that column isn't 100% OK and show the % of records that have null values, like the profiling does for every other column in workflows.

1.JPG

 

 

 

 

 

 

 

 

 

 

Thank you!

0 Likes

Variations of this concept have been discussed in community since 2016.  Alteryx is awesome right up to the point where we need to see our files in ArcGis Pro or ArcGis Online.  The shapefile is painful.  We have to rename every field in ArcGis Pro with over about 10 characters because all of the field names are truncated.  Yes- you can make a shapefile and a text file from Alteryx, then join in ArcGis Pro, but its a million clicks and its not a good solution.  Shapefiles are limited to 2GB, which is not great either, but the field truncation is super frustrating.

 

In fact- rather than making an output file, I bet it would be easier to make a tool that connects to the ESRI API.  Everyone gets stuck on passing the spatial field because its like a giant text field with all of the instructions to create a point, line, or polygon.

 

Does anyone have the software engineering chops to make this happen? :)

0 Likes

If i draw a line that crosses the pacific ocean, the path is split in half, and connected by a line that goes over the Atlantic..

 

This isn't just cosmetic.. if i intersect this object with another polygon, it will show that the two objects interact even though they should not.. The only way i can fix this is to manually divide my polyline into two objects where they cross the pacific ocean.

 

Please fix this.

 

 

Matthew_0-1654091156864.png

 

 

I'm plotting ship's routes on a map by using the Poly-Build tool to create a Sequence Polyline, the source field is a daily snapshot of a ship's position, the sequence is the date. This works well until the ship goes off the map, i.e heading west in the North Pacific to Japan.  Rather than wrapping the line around the world, it draws an ugly line across the map:

 

spainn_0-1648051649989.png

 

I've seen some super clever WFs on here where people have manipulated coordinates to stop this happening, but rather than me having to do that (and probably getting it wrong), could you make the Poly-Build tool map sensitive?

 

 

I would like the capability to spatially intersect vector data over raster based geographic information. I have to go back and forth between  Alteryx and ArcGIS to perform the zonal statistics and then back to Alteryx to complete the data analysis. 

0 Likes

The 'Make Grid' tool appears to occasionally scramble the order as shown by the 'Grid Names' I have highlighted. As its almost in order it gave a false sense of looking as though it was designed to be in 'GridName' order, so it was not obvious that it needed to be sorted. To make the tool more intuitive it may make sense to give the option to sort by 'GridName' or just do it by default.

IraWatt_0-1629725819443.png

IraWatt_1-1629726110424.png

Thanks,

Ira 

 

 

Do put an option to take any distance.

 

Pang_Hee_Choy_0-1626861529964.png

it sure have case that we do not care the distance.

 

same go to other spatial tool have similar setting.

0 Likes

I am working with another program that can only output .MIF (MapInfo Exchange Format) spatial files with spatial type "Rectangle". I need to read these .MIF files into Alteryx, but apparently Alteryx doesn't support "rectangle" objects when reading .MIF files.

The guide line of Shape File is below. They recommend that you use only letters and numbers.

 

"Spaces and certain characters are not supported in field names. Special characters include hyphens such as in x-coordinate and y-coordinate; parentheses; brackets; and symbols such as $, %, and #. Essentially, eliminate anything that is not alphanumeric or an underscore."

https://desktop.arcgis.com/en/arcmap/latest/manage-data/tables/fundamentals-of-adding-and-deleting-f...

 

But many GIS tools can read and write 2 byte field name at Shape File.

(e.g. QGIS https://qgis.org/en/site/index.html)

And Esri Japan says Shape file can use 2 byte field name.

https://www.esrij.com/gis-guide/esri-dataformat/shapefile/

 

We want to use 2 byte field name at Shape File on Alteryx Designer.

(e.g. UTF-8 , Shift-JIS )

 

 

Thanks,

Kajitani

 

When you use Create Points tool - you then almost always need to use a Select tool to rename that point.

Can we please add a single text field to the Create Points tool - which would then allow us to create and name a point in one step?

 

Annotation 2020-07-04 103732.png

In GIS, spatial data is regularly stored/transmitted as text. With this comes metadata, including the projection used.

 

Example Issue: When extracting data from ESRI's ArcGIS REST Directories, the projection can be extracted from the information, but must be manually defined in the Make Points Tool. If you are trying to compile data from several different sources, all using different projections, you cannot automate the process. 

 

Suggested Solution: Add WKT to macro interface configuration options so that an Action Interface Tool can update the Create Points Tool.

 

Attachments:

JSON extract.png - This is a screenshot of the spatial reference metadata in a JSON formatted query from an ArcGIS REST Directory. 

action tool.png - Current configuration options for Create Points Tool in the Action Interface Tool.

When calculating distance from a single point (or a list of points) to many other points, it can require a lot of processing time to append the single point into the same table as the multiple points (especially with very large datasets).  Seems it would be more efficient to allow the single point as in input to the distance tool and bypass the timely append step.

0 Likes

Hi, I would like the ability to hover over a point/polygon on a Browse tool that displays geospatial data and be provided with some information on the data that isn’t currently offered.  Namely, I would like the ability to hover over a point/centroid and have a bubble (a.k.a. tool tip) pop up displaying the exact coordinates of that datum, the row ID and some other unique identifying information (e.g. name, store number, etc).  Other geospatial tools provide this functionality.  See below:

 

Google Maps:

kurtwz_0-1583867995263.png

 

 

Alteryx:

kurtwz_1-1583867995272.png

 

 

And by the way, I realize Alteryx is not Google Maps, but as a data “consumer” or “interactor”, I think it’s just human nature for people to want them to “feel” the same.  Something to strive for, at least.

 

I would also like the ability to click a datum displayed on the browse tool and have it highlight the row on the Results pane.  The clicking functionality works going from the Results pane to the Browse tool, but not the other way.

 

Thanks!  Kurt

First: Including mapbox in 2019.4 is GREAT!

 

That said, one of the great features of mapbox is the ability to customize your own map layers. 

 

It would be great if this was an option to use a custom map as the alteryx reference map similar to what is available within tableau. We in our organization have several custom map styles built with mapbox and I'd love to use them as a reference in the report map tool, or any other scenario where maps become useful.

In Designer user settings, you have the option to set a default dataset for the reference base map. This is a fantastic feature when working with spatial objects. My suggestion is that this feature should persist when viewing .yxdb files outside of Designer workflows. 

 

When I'm browsing a folder of .yxdb files that contain spatial objects, clicking on those files opens a viewing/browse window outside of Designer. Unfortunately, the base reference map setting does not currently transfer and must be reelected each time a file is opened. I would like suggest that this setting persist in this situation. 

I appreciate being able to write to an ESRI File GeoDatabase. It would be even better if in the process of writing to an ESRI File GeoDatabase I could identify fields to index and have them indexed when writing to the File GeoDatabse. Currently I have to add the index in ArcGIS after the fact. Writing to an ESRI File GeoDatabase currently adds a spatial index automatically, but I'm talking about an attribute index here.

0 Likes

When building an analytic app which uses a Map Input, please enable Interface tool functionality which would allow the app user to change the base map (roads, imagery, etc.) within the app map interface.  Currently I believe the only way to accommodate different base maps in an app is to configure multiple Map Inputs – one for each base map.  The resulting map interface duplication clutters up the app and opens the door for configuration errors.

 

Enable app user control of base mapEnable app user control of base map

 

Top Liked Authors