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
Admittedly I haven't used the Compare Workflows functionality too often in the past. In using it today, however, right away I found that navigating the workflows being compared wasn't the easiest thing to do. I'm open to ideas on how this could best be accomplished, but it would be nice to be able to navigate around each workflow simultaneously (currently you must move around in one canvas then click to the other then move around in that one separately). Maybe this would best be accomplished by one of the following ways:
- Allowing scrolling in both tab groups at the same time ( i.e. if I scroll in one tab group, that same movement occurs in the canvas of the other tab group)
- Allowing movement in both workflows simultaneously from the Overview window
- Connecting the results windows for the two workflows being compared so that you can easily click to navigate to the tool/part of each workflow with changes with just one click
Presumably, if you're comparing two workflows, they should roughly have the same general layout so hopefully this sort of dual-tab navigation would be plausible (and could be turned off in settings if it is unwanted). I believe this would make it much easier to find and navigate to the places on both canvas where changes have occurred.
Please provide the ability to toggle on a dark mode for the Designer. The new version of Alteryx has changed the UI from a blue to a white. Its straining on the eyes with the lack of any contrast in the toolbar. I know about the ability to change the canvas colors, but it would be nice to toggle the entire UI from a white to a grey.
Dear UX Usual Suspects,
I've created a video for you to observe the idea:
With 400+ fields available, I find it challenging when I am validating my formula output to look at the "Referenced" fields of data plus the new data fields. It would be oh-so-nice to press a button and look only at the "valuable" data.
How about you? Do you want a little of this idea @Hollingsworth @T_Willins @Aguisande @NicoleJ
Cheers,
Mark
We are experiencing performance issues with fetching schema/table/columns info on Alteryx Designer when using Vertica DB.
From the troubleshoot with Alteryx support, the query hitting "odbc_columns" is contributing to the performance issue. Vertica DBA suggests to use "columns" instead of "odbc_columns". Submitting this request to change the query.
Refer to case 00551930 for more info.
Hello,
Please add UI-related Themes to choose from such as a Dark Theme, so that all aspects of the UI changes accordingly.
Without a Dark Theme, it is very difficult to work in Designer for a long time.
Add these themes under User Settings --> Themes tab
Thanks!
It would be nice if the fields which are selected for the Unique tool can be easily visible. (by way of grouping selected fields etc)
The issue is that if a few out of many fields are selected to be considered for Unique, it is hard to review/check which are the fields that have been selected in the Unique Tool configuration.
Here's an example. It is difficult to see all the fields which have been selected. (There are 7 fields selected in this example.)
Hello!
Currently i develop on a 2560 x 1440 monitor, and it is great for development of Alteryx workflows.
However, from an accessibility perspective (and for demonstration purposes), the whole of the Alteryx Interface text and icons are far too small for anyone to read. For instance, this is what Designer looks like at the most common monitor size, 1920 x 1080:
And at my native resolution (2560 x 1440)
And 4k resolution, for comparison:
As you will notice - virtually everything is smaller, and unreadable at higher resolutions. It doesn't appear that this is a setting within Alteryx, and so I have to resort to windows settings to change the size:
Or as @CharlieS mentions here change the size of text across all applications.
It would be useful within Alteryx to have a 'scaling' slider/dropdown, so I do not have to change the resolution or size of applications within windows, to be able to easy read or demonstrate data from Alteryx Designer.
Thanks,
TheOC
hello!
Currently when using any spatial data or tool, by default, i have to select a reference base map each time:
This can be confusing for new users - as they may not realise within the browse tool (and other spatial tools) that you have to select this, especially with it being such a small setting at the top of the browse tool.
Now this can be solved by going into the User Settings, and changing this in the default settings:
However as mentioned, for new users this really isn't clear, and can be a roadblock in development. It would be fantastic if Alteryx defaulted the reference base map to Alteryx Light (or, any of them, other than [None]) to make these tools useable out of the box.
Thanks,
TheOC
@NicoleJ recently asked a question about what default save options that we might want to apply to when we save to SERVER. I'll answer for both SERVER and to DESIGNER here as ideas.
SERVER: When I save a workflow to the server, I'd like to have Alteryx automagically do the following:
If any settings or rules (e.g. dependencies) don't match default, please WARN me or give option to reset automagically.
For DESIGNER saves, please do the same as SERVER plus:
If anyone wants to chime in with more settings, please do so.
Cheers,
Mark
If the workflow configuration had a run for 'x' number of iterations option it would make debugging macros a lot easier. My current method consists of copying results, changing inputs and repeat until I find my problem which feels very manual.
When I am working with 2 different versions of Alteryx (e.g., a current version and a beta version), I set different background colors for each version through user settings. This a great because I don't want to accidentally modify a current workflow when beta testing; the canvas color is a clear, but subtle indicator of which version I'm working in.
Similarly, I'd like the option to set a custom canvas color for each workflow. Use case - I have two versions of a workflow, e.g., one production and one in development, both in the same version of Alteryx. I don't want to accidentally modify the production workflow instead of the dev workflow. My current workarounds are to open the workflow in two different windows on separate monitors or to add an obtrusive comment box making the dev version as in development. Neither is a great option. If I could set the canvas for the workflows to different colors, that would reduce the possibility of making this mistake.
My idea is to expand this the custom canvas-coloring functionality to allow users to set a custom canvas color for each workflow.
This is not exactly a new feature but I didn't know where else to send it.
I just received an email from Alteryx and I noticed that the footer is an image and not dynamic.
And there you see that the year is still 2021. A good idea would be to insert a code that would grab the year automatically from the actual date.
My testing has shown that when a datetime field is input from a Snowflake table, the Input tool will convert the data to reflect the datetime as local time to the machine the workflow is run on.
For example, this is a data set from a direct query to Snowflake...
This is what is coming out of the Input tool with the machine set to Pacific time...
However when setting the machine to Central time, the results from the Input tool are...
This obviously can wreck havoc with inconsistencies of subsequent reporting off of this data.
Since Snowflake carries the UTC offset as part of the data, it would be nice to have the ability to disable this "assumption" by Alteryx that the results should convert the datetime to the machine datetime. This way the data could pass through with the datetime values that are held in the database.
So this is a minor thing, but could we get an option to name log files output to something aside from 'Alteryx_Log_TUVXXYZ_1'? It would be really useful to have the name of the workflow appended onto the log instead of having to sift through them manually or clear the destination folder every time I want to check one specific workflow. I know there's probably ways around this, but having something in the interface would be an elegant solution if possible.
Thanks! Love y'alls software to death!
It would be great if there was a feature to disable/enable the ability for artisans from accidently publishing to the Company's "default" gallery location in a highly restrictive environment without having to hack the javascript file (production.js).
Hello all,
Here the issue : when you have a lot of tables, the Visual Query Builder can be very slow. On my Hive Database, with hundreds of tables, I have the result after 15 minutes and most of the time, it crashes, which is clearly unusable.
I can change the default interface in the Visual Query Builder tool but for changing this setting, I need to load all the tables in the VQB tool.
I would like to set that in User Settings to set it BEFORE opening the Visual Query Builder.
Best regards,
Simon
The Problem: Sometimes we are developing workflows where we use a data connection that the developer has access to but not necessarily the people running the workflow do.
For example,
The Solution: We are looking for a way to have a data connection in a workflow without giving all of the running users full access to use that connection in their workflows. Almost a proposal of two tiers of permissions:
In python, there is this monthrange function which is very useful to find out the days in particular month and also particular year (leap year)
In python we will only have to do this to get monthrange
x[i] = calendar.monthrange(Year_S, Month_S)[1]
whereas in Alteryx, we will have to do this
datetimeday(DateTimeTrim(DateTimeParse([START_DATE],'%Y-%m-%d'),'lastofmonth'))
The different are enormous and I can see that Alteryx team was able to add in this in a jiffy.
I was hoping we can simplify the code so that users wont have to go and dig around to find a way to get thru.
This will be helpful in doing calculations like insurance/interest premium, where we need to find the remaining days of in the month.
For more than 5 years It has annoyed me that numeric results in Designer are always awkwardly displayed as left justified.
Nearly all conventional financial reports present numbers RIGHT justified with a vertical alignment of the decimal points and interval markers. In Alteryx this convention is snubbed, at least in the Results Window, making it more work to interpret the results.
Given that Alteryx would like to sell more Designer licences 🤑 to those millions of accountants 🤕 still struggling in Excel hell , it would seem to be a smart move to concede on this small point.
An easy way to deliver this enhancement would be either (1) via a user setting or (2) an enhancement of the "Hide Numeric Separator" toggle in the upper right corner of the Results window:
User | Likes Count |
---|---|
5 | |
3 | |
3 | |
3 | |
2 |