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
If you have a complex SQL query with a number of dynamic substitutions (e.g. Update WHERE Clause, Replace a Specific String), it would be nice to be able to optionally ouput the SQL that is being executed. This would be particuarly useful for debugging.
Hello
My problem: I've used the download-tool to download a 40mb XML. Parsing the DonwloadData-field containing this XML results in about 6600 records. The XML-Parse Tool passes the orginal DownloadData field to each record, resulting in quite a bit of memory usage:
Suggestion: An option in the XML-parse Tool to not pass the parsed field in its output.
Marco
As a MicroStrategy customer it would be nice if Alteryx would support output for either the .mstr file format or better direct creation and publication of the iCUBE, intelligent cube format on their server solution. This would be similar to the existing features of writing a twbx or TDE file extract and publish to Tableau server.
Opposite if the Input connector could read from an intelligence cube on the MSTR iServer as datasource that would be great as well.
Below a link to their SOA webservices documentation to pull data into applications, perhaps an option.
Would love a tool where I could do Weighted Averages etc.
Ideally be able to write: SUM(Price * Volume) / SUM(Volume) and it would work.
When a custom (bespoke for @Chrislove) macro is created, I would like the option to create an annotation that goes along with the tool. This is entirely cosmetic, but might help users to recognize the macro.
Thanks,
Mark
I've seen this question before and have run into it myself. I'd like to see a new tool that would allow a developer (of a workflow) to choose a path of logic based upon criteria known only during the execution of a module.
If LEFT INPUT Count of records < 10,000 THEN Path1 (e.g. use a calgary join)
ELSE Path 2 (e.g. use a standard join)
endif
Thanks,
Mark
When running an app on your desktop, nested radio buttons work wonderfully. You can collapse groups and drill down to your heart's content. If you promote the app to the gallery, it doesn't work. I reported this as a bug to Client Services. Their response leads me to believe that they designed it this way. I'd like nested buttons to work both as a local app and as a gallery app.
Please star this idea if you agree...
Dear Mark,
This email has been sent to confirm that your technical support ticket has been closed. Please contact us if you need any further assistance.
Case #: 00095540
Case Subject: Radio buttons- different functionality between Gallery and local version
Your comment:
when using radio button to activate a sub set of questions that also use radio buttons then entire group has to be unselected then reselected to make additional change either activate/deactivate selectoins.
link to recorded webex that demonstrates issue: https://alteryx.webex.com/alteryx/lsr.php?RCID=740fd707be5e4654ba659f25713f8cdb
Dear Alteryx
Typing econometric formulas within the Formula tools can be very tyring when formulas are long and complex
What would be very nice, would be to have the possibility the get a a kind of "Formula" format (in adition to double , string, datetime ...).
When the format is set to Formula, Alteryx automatically detect that it is a formula and use it as such.
It would allow to import easily external models formulas without to type or paste them within Alteryx
Many thanks
Arno
Could you please assess the idea of reverse engineering existing SQL code (in special inside DataWarehouse's code, thousands of LOCs filled with SELECT and JOINS) and replace it with Alteryx widgets?
Doing this will accelerate penetration rate of Alteryx products in large companies and dismantle IBM Cognos and their cousins.
http://community.alteryx.com/t5/Data-Sources/Connecet-to-an-Orcale-Database/m-p/12575#M956
When use Sql-Server build Stored Procedure where list in the Input Data Tool. So able to work with SPs.
When I use Oracle build Stored Procedure where not list in the Input Data Tool. So not able to work with SPs.
Oracle, Sql-Server and MySql you can build Stored Procedure.
It would be great if when Alteryx for this Databases have implemented the same functionality.
So it can not be made dependent on the using Database to decide for Alteryx.
Mathias
Would love to have a 'common used' tab, rather than a favourties box (as that lags what I am currenty using).
Would be nice to have it look at my usage and create sort by frequency of use table. Could also be done with all users as well (some kind of opt-in telematary data?).
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.
Our company is still using 9.5 so if this is addressed in 10....I appologize.
Currently the Join Tool Options drop down has [Select-->Select All] and [Select-->Deselect All]. I think an additional [Select-->Select All Left] and [Select-->Select All Right] would be handy.
Thank You
To get simple information from a workflow, such as the name, run start date/time and run end date/time is far more complex than it should be. Ideally the log, in separate line items distinctly labelled, would have the workflow path & name, the start date/time, and end date/time and potentially the run time to save having to do a calculation. Also having an overall module status would be of use, i.e. if there was an Error in the run the overall status is Error, if there was a warning the overall status is Warning otherwise Success.
Parsing out the workflow name and start date/time is challenge enough, but then trying to parse out the run time, convert that to a time and add it to the start date/time to get the end date/time makes retrieving basic monitoring information far more complex than it should be.
It would be useful to have the WorkflowName captured as one of the default Engine constants. The WorkflowDirectory is included so why not the WorkflowName as well?
I often have to use configuration files to pass in values to workflows meaning the workflow name needs to be manually entered into the workflow, either as a text input or User Constant, which feels like an unnecessary step as Alteryx must know the name of the workflow once it has been saved.
Ever since upgrade to version 10, when you highlight rows in a browse tool, it is almost impossible to see what is highlighted. Previously, I believe it was a shade of green which provided great contrast against the white background of the cells so you could easily see what you were highlighting. With version 10, it was moved to a very very light blue which almost looks white, so it is near impossible to tell which rows you're highlighting. I looked in the settings and do not see any way to change this.
Am myself and my colleagues alone in finding this very straining on the eyes? Would like to either be able to select what color you want in the settings, or move back to something easier to see.
Thanks.
Pretty much only time I add Browse tools during development now is to get access to the Cell Viewer to examine values better.
Would love to be able to do this on the output window
I think the scheduler should include another frequency otpion of every other week. Let's say I want a workflow to run every other Monday, there is currently no simple way to do this. There are some workarounds but they are not ideal and include some additional manual work which defeats the purpose of having the scheduler.
I saw this article (Oculus App Makes Programming Tangible To Non-Coders) and immediately thought of Alteryx.
How about a virtual reality based version where the user can be in the canvas and reach out and touch their data directly?
In a fututre release from SQL Server the datatypes text, ntext and image will be deprecated. It is already a bad datatype because you cannot use it as a "normal" character string. No equal to sometinh else in T-SQL on a text datatype.
As far as I know Alteryx defaults to text (my source is a PostgreSQL database) when creating the table in SQL Server. The datatype in Alteryx is Vstring. Instead of text or ntext it would be zo much better to use varchar(MAX) or nvarchar(MAX) when creating the table. Not only for compatiblity and later use in T-SQL (if any), but it is faster as well. Data from a varchar(MAX) column is stored in the same page as the record, as log as it fits.
User | Likes Count |
---|---|
10 | |
7 | |
5 | |
5 | |
3 |