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
There are three places that provides the log information:
1) Regular results window:
Pro: In the process sequence so the user can understand the order of the process.
Con: Doesn't have info on how long each tool takes to process.
2) Workflow -> Runtime -> Enable Performance Profiling
Pro: Processes are sorted in the processing duration descending order which helps to identify the ones that took long to run.
Con: Doesn't show the process sequence.
3) Actual Alteryx log file:
Pro: There are timestamps for each process so the duration can be calculated.
Con: Not ready accessible and not user friendly to be seen from the interface. Not clickable to see more details in the workflow.
I think it will be SUPER HELPFUL to integrate all three together to show in the process order along with the running time.
I know we have the capability to copy a Tool, and paste it into a Connection. This step requires having to right click on the connection to select the option Paste In Connection. I don't know how many times I've tried to copy tool, click on connection, and do Ctrl + V to paste just remember that it does work that way. It sure would be nice if it did.
The Interactive Chart configure window cannot be resized. I'm using a single, large monitor, and this window occupies the entire monitor so that I am forced to switch between windows to see other applications. Most of the space used by the configure window is wasted white space. Please update this to allow this window to be resized.
I'm using a 32:9 monitor running at 5120x1440, and the attached screenshot shows the size of the configure window on this monitor - 4986x1286.
Hello!
I had found this quirk whilst working on a fairly large workflow, where i had multiple tools cached to keep things quick. I had moved one of the tools on the canvas to a pre-existing container, and it removed the caching on my whole workflow.
Steps to reproduce:
1) setup a super basic workflow (or any workflow):
2) Cache part of the workflow:
3) drag one of the tools (in this case the formula) into the container:
As you can see, the workflow is no longer cached and i have to re-cache it.
This would be a welcome change as that is an unexpected behaviour to me, and so I would imagine others too. A workflow no longer being cached can cost the developer a lot of time (and potential resource, if hitting a Snowflake instance, for example).
Thanks,
TheOC
All the other file types have different coloured icons and it works well to differentiate them in a directory. Its impossible to differentiate workflows and database icons currently.
It would be awesome if we could edit annotations while the workflow is running.
I love annotating all my tools, and I'm often sitting there looking at my canvas right after hitting run and thinking, "I should annotate that!" and then moving on and forgetting after it's run. I'm not sure if that's feasible or not, but I think it would be neat.
Building a custom tool is nice, but the best way to show someone how to use it is to have an example. It would be great if we could package example workflows into a yxi file so our custom tools have samples to start from.
I would really like to see .dif files added as a file option to the output tool. Currently, I have to output as an excel file and then open the file and save as a .dif file format. Figure if Excel can save the file format, Alteryx should be able as well.
Thanks,
Hi,
I am not sure if it is only me, but quite often, I am getting distracted. I believe I am not the only person bombarded by the amount of notification/ping on chat etc. That is the reason why quite often, I forgot what I am doing.
Let's imagine a scenario like this. I want to use the date-time parse function. First, I look at the data. I want to figure out what the format is, and I want to start writing a formula.
I know what format it is, and I am writing a formula in a formula tool. I remember the date was the first position but what was next? I got distracted. I don't know the original formula was structured.
Wouldn't it be cool to see the results from the previous tool still when working on the new one?
My workaround is to copy-paste pics into one note when I am working on something but I am not a big fan of a workaround like this 😀
For the Image Input Tool please add:
1) A wildcard input for filename.
2) A check-box to choose sub-folders.
When Alteryx Designer detects an existing 32-bit Oracle driver on a user's machine, it displays an error message saying that it requires a 64-bit driver. If there is no driver at all installed, it will go ahead and install one.
Can we get Alteryx to simply prompt the user to install the 64-bit driver instead of the 32-bit driver present error message?
(I know they can co-exist since removing the 32-bit driver will cause Alteryx to install its own 64-bit driver after which one can re-install the 32-bit driver.)
Thanks!
D
When outputting data to a spreadsheet, the default option is "output to a new sheet". The second time you run your process, you get an error unless you are amazing enough to remember to change the output option to "overwrite sheet".
If you change to "overwrite sheet" for the first run, it actually works just fine and creates the new sheet.
Can Alteryx just eliminate the "output to a new sheet option" so that users will no longer be concerned that "Alteryx doesn't work" when they get this error after creating their first process? And the rest of us will be able to save the run time with an error, then the change of the option?
Thanks!
Yes. I'll admit it. I have set up email events and forgot to enter my address into the 'to' field. The upshot is that an error was occurring in my workflow, the tool went to email me, and then double borked because I hadn't filled in a recipient.
Lots of tools error out without appropriate configuration applied, it shouldn't be too difficult to get this working on the events panel also.
Thank you for attending my TED talk on improvements to the Events pane.
If you open a workflow in Designer from the Gallery, make some changes, and then attempt to save it back to Gallery (i.e., Ctrl-S), you receive the Save Workflow dialog (as per attached). However, if you then realize that you want to make an additional change before saving the workflow and click 'Cancel', the workflow closes without saving. The expected behavior would be for the Save Workflow dialog to close, but not the entire workbook. This is terrible functionality and should be fixed because it results in lost work. Thank you
When developing workflows, it would be great if there was a feature to be able to disable multiple containers at once, rather than having to click on each one individually, for example through selecting all of the required containers and right clicking "disable selected containers".
In the meantime, a workaround is to copy the portion of the workflow being developed onto a new canvas.
It would be great to have the new expression editor in the Interface tools such as Action and Error Message to have the modern expression editor, not only for highlighting and autocomplete but also the "preview result for the first row" (which is the only row when you are writing an expression for an Interface tool.
I think that the addition of this feature is especially necessary because of the "Update Raw XML with Formula" feature, which requires you to clearly be able to see the output of your formula, which in turn usually requires you to first test the XML in a separate workflow with a Text Input tool.
While JSON Parse tool is useful for processing data, it is possible that a name corresponding to a JSON value may contain a period (.) symbol and this can be problematic when you are dealing with a nested JSON value, as Alteryx automatically uses the period character as a delimiter for the JSON_Name column.
I would like to propose an enhancement where the user can select the delimiter the JSON_Name column would be created with, allowing the user to select a character not used in the names for the JSON values, therefore eliminating the need to take extra steps (like finding each name with a period and/or writing specialized RegEx patterns) for dealing with the names that contain a period.
Block-Until-Done could be improved through adding time delay option settings between steps 1,2 and 3. An Excel workbook, for example, must be opened and closed before it can be reread or multiple tabs appended which takes time for a computer to process. Often a workaround or custom macro must be used to account for this time delay. A time delay feature directly in the tool would enable a user to customize the delay period between steps and allow for functions external to Alteryx to complete before next step is taken without macros or workarounds. If no option(s) is selected, default parameters would apply.