Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesHello,
After used the new "Image Recognition Tool" a few days, I think you could improve it :
> by adding the dimensional constraints in front of each of the pre-trained models,
> by adding a true tool to divide the training data correctly (in order to have an equivalent number of images for each of the labels)
> at least, allow the tool to use black & white images (I wanted to test it on the MNIST, but the tool tells me that it necessarily needs RGB images) ?
Question : do you in the future allow the user to choose between CPU or GPU usage ?
In any case, thank you again for this new tool, it is certainly perfectible, but very simple to use, and I sincerely think that it will allow a greater number of people to understand the many use cases made possible thanks to image recognition.
Thank you again
Kévin VANCAPPEL (France ;-))
Thank you again.
Kévin VANCAPPEL
When checking the 'Disable All Tools that Write Output' option in Workflow Runtime Configuration, I would expect that In-Database Tools that wirte records to a database should be disabled in addition to standard in-memory output tools.
"Data Stream In" and "Write Data In-DB" immediately come to mind, but there may be others:
Per my initial community posting, it seems that in environments where the firewall blocks pip the YXI installation process takes longer than it needs. My experience was 9:15 minutes for a 'simple' custom tool (one dependency wheel included in the YXI).
Given the helpful explanation of the YXI installation process, it seems the --upgrade pip and setuptools is causing the delay. Disconnecting from the internet entirely causes the custom YXI to install in 1:29 minutes.
My 'Idea' is to provide a configuration option to install the YXI files 'offline'. That is, to skip the pip install --upgrade steps, and perhaps specify the --find-links and --no-index options with the pip install -r requirements.txt command. The --no-index option would assume that the developer has included the dependency wheel files in the YXI package. If possible, a second config option to add the path to the dependencies for the --find-links option would help companies that have a central location for storing their dependencies.
Adobe analytics api current version is 2.0 but the connector still uses 1.4. This works for log in access but does not for automated access since the end points are changed and 2.0 uses a new key structure
I am trying to add additional functionality to my existing workflow.
We have a common workflow pushed to the Alteryx server and there will be multiple people running this workflow.
Every time the workflow is run, the expectation is that an automatic email should be sent to the person who has triggered it(and won't be sent to multiple other people).
Currently, we have it set up using the Email tool but I do not see an option to dynamically update this “To” field to automatically use the email of a person running the workflow on the server.
This appears to be a bug with either the Layout Tool or the Render Tool. When I setup two Tables using the Horizontal Layout Tool and export to Excel using the Render tool, the font size of the bottom-right cell of the first table is too large. No amount of changing the font properties within the Alteryx Reporting tools appears to fix this.
Want to upload image to Amazon S3 however the current types don’t have .jpg or .png option for us to choose.
Hi , Currently we have 3 methods to calculate distance. K-means, K-median and Neural gas. Can we also include DBSCAN (Density based spatial clustering) as one of the method. I can colloborate with product owners of alteryx to make this happen. Please let me know.
Every time I open the Visual Query Builder I have to drag the internal table window to the left to make it bigger, in order to see the table names.
I really want to lock and hold the last position of this entire window - also the total window when I expand it.
This is driving my crazy! Please lock the window.
Thanks to members of this forum I have now got my head around how the Run Command tool works and find it incredibly useful. The documentation around the tool is minimal (only this community really...) plus the naming of the items isn't always obvious what values they expect to have entered.
This is one of the most powerful tools in the Alteryx toolset, with Run Command it's possible to do more or less anything you want using Alteryx, it's just unfortunate it's highly opaque how to use it with the existing documentation.
For example it's far from clear what input should come into the tool. I now know you can write a command line script in a formula tool and only bring that script into the tool, which will then create that script and save it based on the name given in the Output section. There is no way to know this using the documentation within Alteryx. Then you can run this script you have somehow created in the Command section just by entering the file path of this currently non-existent bat file.
How you're meant to know the button Input will then output the results of the script, assuming the script was written to output the results, is still a mystery.
Naming the components of the tool more appropriately would be a good start, although I admit not simple to do. Introducing a detailed help section with a few examples would be very useful and unleash far more Alteryx power to more users.
Would be great to see a 'built-in' select on the input tool.
Appreciate you can do this when connecting to dbs but nearly every time I (and I believe most others) use the input tool to connect to a file, the next tool I use is a select tool to rename/remove/change type of the incoming data.
If there was a select tool 'built-in' to the input tool (as the mocked-up image below shows) it would offer three key benefits:
1) quicker for the user
2) cleaner workflow view (especially in workflows with multiple input tools, each subsequently followed by select tools)
3) more intuitive for new users - after all, they are the future of the Alteryx community 🙂
File Input Select
The Render Tool for creating reports like PDFs etc does not function if any of the table data it receives contains an accent or special character,
UTFDataFormatExceptions occur..
It also doesn't work if you want filenames output with accents/non-english characters.
So forget about reporting in proper representations of German/French/Swedish/Irish/Russian/Chinese/Japanese.
This is a bit surprising and needs a note in the render tool documentation also!
Can you fix this feature please!
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:
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?
There is currently no way to export interactive output from the network graph tool. I would like to be able to export a png of the static network graph image, a pdf of the report, and a complete html of the whole (which means including the JSON and vis.js files necessary for creating the report).
Hello,
Recently I have been working with directory tools to pick up specific files based on where the workflow is running from.
For an example to help illustrate my idea/fix, I have a folder on my desktop called 'Idea', I have a simple workflow and a couple csv files:
I have my directory tool setup pointing at this folder - to pick up all three csv files:
Now i want to make the path relative. Currently the workflow is saved within this folder, so in order to pick up all files in this location, as expected i would want the directory to be changed to "." (for reference, https://desktop.arcgis.com/en/arcmap/latest/tools/supplement/pathnames-explained-absolute-relative-u... ).
To make the paths relative, I use Options --> Advanced Options --> Workflow Dependencies
I can then see my paths/dependencies:
And hit 'all relative':
It has changed to '.' as required, great. However when i hit okay and try to run the workflow:
In order to get this to work, i have to add a "/" to the "." - making it "./".
This may seem like a small pain, however if a user does not understand relative paths, its not clear the difference between "./" and "." .
My suggestion would be either:
1) Directory tools with relative paths to the location are set to "./"
2) MakeCleanPath() function (backend of the tool) is changed to allow for relative paths to the same location using "." .
Cheers,
TheOC
May I suggest that you include a facility to word wrap the cell viewer in a browse. When working with long OuterXML strings, for example, it would be very useful to see the full extent of the string.
Thank you
Would be nice to make it so if I change from RowCount to index it all is linked together.
Something like a $FieldName$ which would automatically get substituted.
Also nice in other formula tools, but most useful in places where name needs to be duplicated over and over
I would like a new format option within the Designer function DateTimeFormat such that where a date is held in the database
e.g. 2023-01-01
DateTimeFormat([date],%o)
will return 1st not 1 or 01.
Workarounds exist, but are fiddly given the different options....1st, 2nd, 3rd, 4th.....
The Select tool already has some really useful column rename options like add & remove prefix. Please add uppercase & title case to these options. I know I could do this with the Dynamic Rename Tool, but this will involve adding two tools if I'm already doing other select type options like removing fields. Anyway, I'm assuming this would be an easy add for the DEV team and would make my life a little easier!
Many thanks!
User | Likes Count |
---|---|
32 | |
5 | |
4 | |
3 | |
2 |