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
The new functionality of filtering within the results window is very handy but quite limited for date fields where you can only Filter by 'Is Null' or 'Is Not Null'
Can you please expand the functionality so we have the same options as within the Filter tool.
A tiny quality of life fix to make auto-complete in formulas even better:
When you have writ a formula, like below, auto-complete helpfully suggest field names
and enable me to select the right field
If I need to change this field again, auto-complete again pops up the possible fields
However upon selecting the new field, I get this mess where part of the old field is intertwined with the new field, leaving an invalid fomula without manual correction
notice the 2 x Business
Would it be possible for the program to remove the entire old field, before inserting the new field?
In the current expression editor, XOR(exclusive logical sum) is not supported as an operator while AND & OR already exist, so I'd like to request to add XOR to an operator in expression editor.
Without XOR operator, when we want to use XOR conditional expression, it is like below expression; it looks a bit complicated so it's hard to tell condition is XOR at once.
As a workaround, I defined custom function XOR by myself, but this should not be permanent solution since when sharing workflow to others it doesn't make sense unless they also have custom function XML file in their computers as well.
I believe addition of XOR would help to have much readable code for tools with expression editor(e.g. formula, filter, etc).
There are a number of tools that lose their selections when copied and pasted. Here are the ones I quickly found so far:
-Multi Row Formula (Group By)
-Running Total (Group By)
-Transpose (Key Fields and Data Fields)
-Unique (Unique Fields)
-Concatenate (Group Data by these values and method for aggregating values)
It would be really great if they could keep their selections when pasted. This would be similar to the Join, Multi Field Formulas, or Sort tools which keep their settings but let you know if a field is missing. Thanks!
Lately I've used the 'Add Prefix to Field Names' option in the Select tool. It works great, however when you click the button to add a prefix, the new window pops up and the focus is on the checkbox. I think when this box pops up, the focus should be in the text box so the user can start typing right after they click the button. This is the same case for the Add Suffix option, too.
Hi there team,
When using the sort tool - it's impossible to really develop much speed and muscle memory because you're always having to switch between keyboard and mouse.
Can we please add to the sort tool to make this a hyper-quick experience for the user?
Current Experience:
I currently have the select tool selected want to add a sort after this to sort on 3 columns:
Proposed alternative path:
I want to add a sort tool immediately after the currently selected tool:
As we all know - when you develop muscle memory for an IDE - not only does this remove the barrier between thought and delivery - but it also makes it more sticky as a platform (you don't want to change products because you are used to the keyboard shortcuts on this one) - so not only would this improve user speed - it would also make sense from an economic perspective for retaining customers through stickiness.
cc: @Hollingsworth
Dear Alteryx Team,
please put an option marker /button in the formula tool to ask if the newly added column should be placed at the beginning as first column or at the end (as it is now- this could be a default setting).
The problem is that with a lot of fields it is quite time consuming to drag and drop the newly added column from the end of the field array to the beginning. Depending on where you want to reallocate the column you might want to start from the front or from the back to drag and drop (right click holded) the column in order to reorder it.
Mostly I would like to start from the front, I noticed.
Thank you
I would love to see Alteryx add an indicator whenever a number being displayed is being truncated. For example, this picture is currently confusing:
The displayed numbers should all be equal according to their displayed value, but in reality a different number is being stored in the background. I would propose something like this:
1) Any number that is being truncated when displayed would have that red triangle in the upper right corner. This already happens when a formula tool result is truncated, but I would like for it to be displayed on all data.
2) Clicking on the cell would show the actual value, not the truncated value. This would be great when debugging.
I understand that numbers are more complex than meets the eye, and I think that changes like this would help alleviate some of the mystery (like why 2 of my numbers above aren't equal).
I often use the formula component to change the data type of a column, e.g. convert a string to a datetime. What I normally have to do is create a new column and then use a select to drop the old column. I would like to be able to do all of this in 1 operation, i.e. make the greyed out 'Data Type' active so I could choose to convert to data type datetime. Would also be useful to rename the existing column in this operation too.
*Simply a QoL suggestion & apologies in advance if this isn't possible within the constraints of Alteryx*
As it stands right now, if statements require an 'else' condition 100% of the time.
However, there are many times where users just need to flag a certain condition and don't care about what the other outcome is, often just needing this to filter or sense check etc. Therefore the idea is simple: allow users to immediately ENDIF a statement after a single if condition, much like we can do in Tableau. When a statement is written in this way, the missing 'else' just defaults to nulling the value if the single condition isn't met:
Sorry if this has been previously suggested but haven't spotted anything from a look around the ideas area.
Cheers!
The download tool is currently a general purpose tool that is used for many different things; from downloading FTP files; to scraping websites.
However, as a general purpose tool, it cannot serve the specific need of scraping a website without doing a huge amount of work to get there. What makes Alteryx great is the fact that it drops the barrier so that regular folks can do some really powerful analytics, but the web scraping capabilities are not yet there and still require a tremendous amount of technical skill to accomplish.
I'll go through this from top to bottom:
Ok the time has come to expand functionality in the record ID tool. I would like the ability to restart the counter based on a field (e.g zip code). You can do it quickly in Tableau (see image) so why not have this functionality readily available in Alteryx? Sure, you can already do it in Alteryx - the long way - with the generate rows tool, look at previous/active row with certain condition and do +1 or something like that.
Having a simple restart counter in Record ID tool just makes sense. It's intuitve to have it there, and it's easier to use than generate rows tool. IMHO also easy to develop by Alteryx and +1 for Alteryx in gartner magic quadrant!
Idea: I need a function that given two dates, will return the number of business days between them. I need to know the # of business days between when a sales order is placed and when it ships to the customer. I'm in the US, so I would want to not count Saturdays, Sundays, and US Holidays, but I can foresee others wanting the option to change to other calendars or ignore holidays.
There are a couple of posts on this in the community, but everything I've found so far is too laborious to implement or not robust.
I have need to Unique my data on all fields. However, I do not know all the fields that will be in my data because of a Dynamic Select tool (or in some cases a Cross Tab tool). The Unique tool defaults to having any new fields be unchecked in its configuration. Without finding some work around, I will be unable to schedule this workflow or turn it into an app for use on the Gallery without risking duplication caused by the Unique tool that fails to capture new/different fields that may come through the data.
To solve this problem and be consistent with other tools in Alteryx, the following features need to be added to the Unique tool:
In the 'Select' tool, you have the ability to output the select configuration. At this time that configuration file doesn't include the information (which you do in the check box of the select tool) on if it is a field that is output. Not a big deal if there are only a couple fields, but quickly becomes an inconvenience if there are a lot of fields and you have to compare going down the list to make sure you're accurately identifying which fields from the original select tool, are actually output. That info should be part of the .yxft file that's output for the config file.
It would be a handy feature if it were possible to choose a data type for an input tool to read the data in as. For example, if a dataset has multiple fields with different data types, it would be handy to be able to make the Input Tool read and output them all as a string, if needed. This would also make a handy tool, a sort of blanket data conversion to convert all fields to the specified type.
There is no straightforward way to know if a string is lower, upper or title case. A workaround such as Contains function or REGEX ones has to be used.
The creation of the following functions would make it easier :
- IsTitleCase(String) : tests if a string is in TitleCase
- IsUpperCase(String) : tests if a string is in UpperCase
- IsLowerCase(String) : tests if a string is in LowerCase
They would all return a boolean and be in the Test category.
I love color coding in formula (and hope one day we have the same for query tool ^^ ). However, it appears italics is perturbing.
Here the issue I have with Pipes on the second line :
This is particulary hard to to distinguish with slash /. 😞
When looking at a complex canvas - my first instinct is to group this into sub-modules (e.g. "/load Data"; "clean data") to make this simpler to understand.
We mostly do this through the use of Containers.
However - it would be more useful if you could then take an entire container and convert this to a macro. This would be very similar to the way that Visual Studio allows you to take a block of code and convert it to a sub-procedure.
This would be a super-quick way to allow people to make canvasses more maintainable and easier to understand and test!
Thank you
Sean
User | Likes Count |
---|---|
6 | |
5 | |
3 | |
2 | |
2 |