Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesHello all,
This may be a little controversial. As of today, when you buy an Alteryx Server, the basic package covers up to 4 cores :
https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/How-Alteryx-defines-cores-for-licensing-our-products/ta-p/158030
I have always known that. But these last years, the technology, the world has evolved. Especially the number of cores in a server. As an example, AMD Epyc CPU for server begin at 8 cores :
https://www.amd.com/en/processors/epyc-7002-series
So the idea is to update the number of cores in initial package for 8 or even 16 cores. It would :
-make Alteryx more competitive
-cost only very few money
-end some user frustration
Moreover, Alteryx Server Additional Capacity license should be 4 cores.
Best regards,
Simon
I would like to see the ability to post comments under workflow information to help with development and elicit feedback. Currently if there is a problem with the macro/workflow you must contact the owner of the workflow directly. It would be nice to leave the creator of the workflow a constructive comment, operating question or a thank you comment. Especially in the Public Gallery where the development time of new version could be reduced for both private individuals looking to share and macros developed by Alteryx that eventually turn into standard tools.
The idea here is that it would be very beneficial to allow general users to publish .YXZP packages to their server gallery (and/or the pubic gallery!!!). Currently, this can only be accomplished by a server administrator through the 'Admin' page on the server. It is also a completely different process than that of publishing Apps, Workflows, Macros etc., which can be done easily from the desktop designer.
For instance, I have developed an Adobe Analytics - Connector Toolkit, which is a .yxzp package, and is located HERE (check it out!). However, I do not have the ability to upload it to gallery.alteryx.com because I am obviously not an admin on the public gallery.
The neat thing about publishing packages to the server is that they appear just like Applications in the gallery. Descriptions can be added and you can even disable the default 'Run' button and provide a 'Download' or 'Save' button instead.
Hopefully, this is a feature that may be available in a future server release!
Regards.
Taylor Cox
P.S. - the Adobe Analytics - Connector Toolkit is also attached below.
Currently, Alteryx Server has a setting for how many days to keep Results from scheduled workflows, which prevents your Results log from getting too large.
Unfortunately, this setting is universal to all workflows, regardless of schedule. If you have monthly jobs sharing a server with jobs that run every 5 minutes (which we currently do), and you set your limit to 30 days, you get at most 1 result from monthly jobs, but 8,640 results from your 5-minute jobs!
A better option would be to keep the most recent X results from any schedule (where X is user-configurable).
As a server administrator, I would like to have more control over collections. I have a user who is in charge of a collection out of office, and we have some users who need to get to be added to the collection to run workflows. As admin of the server, I would like to be able to add users to this collection, modify permissions, modify workflows, etc. This would be necessary both for when users are temporarily out of the office as well as if someone were to leave the company.
On Success --> Do This
On Fail --> Do that
The lack of control and flexibility around the scheduler seems to cause people to bury the logid down in runner macros or unnessarily poll custom log tables to see if a status has changed.
I am aware of a couple of clients calling for this functionality. This can be performed via command line but it realy needs to be in the scheduler options.
The idea is that we could grab a workflow that had been placed in the scheduler db and then if the workflow is lost as a file then it could be reclaimed from the scheduler db
I would like to collaborate with my team, but also maintain my own personal private studio.
Is that on the road map?
-Dan
Currently any workflows/apps published to the gallery can be found via the search function - even when the particular user has no permission to this workflow/app. While this only allows for the non-permisssioned user to see the title, this could still leak information as it allows anyone to find apps published in someone's private gallery.
Both the Alteryx Public Gallery and the Private Gallery product are impacted by this. Additionally this is not just limited to logged in users, but also public viewers of the gallery.
My proposed idea:
Best regards,
Ryan
Rather than schedule to put things on the 5th day or the 14th day of a month, we often want to schedule our flows to run on the 5th business day or the 14th business day. I know that the term 'business day' means different things in different parts of the world, but I think it would be a feature that many reporting-oriented departments would enjoy. Let people specify a formula or have a table to go off of for their definition of 'business day' and it should be easy to implement.
I would add a <scheduler> label to this but there isn't one.
I wish Alteryx had an Alteryx gallery not only for workflows but for pure data sources as well which we can access with;
And I would like to be able to get weather data as a starter;
But especially the most needed aspects are;
Obviously 5 day 3 hour forecasts for all these aspects are another thing and probably this will generate some revenue...
This information is so essential in order to accurately forecast
Mathematica (since version 7) and wolfram has this built in already!
https://www.wolfram.com/products/mathematica/newin7/content/CurrentAndHistoricalWeatherData/
http://demonstrations.wolfram.com/symbol.html?symbol=WeatherData
This is the source of data; http://reference.wolfram.com/language/note/WeatherDataSourceInformation.html
Totally agree that maintaining a data source covering worldwide is not an easy task but I think will help Alteryx users and customers a lot...
When you want to re-run a chained app in Alteryx Server, give the option to run the first, second, etc app. Right now it only reruns the last app.
Hi
My idea is to facilitate scheduling through Gallery vs the separate scheduler built into Designer. The reasons for this:
Thanks,
Ryan
Please bring back the feature for showing the approximate file size for a workflow & dependencies when publishing/saving to the Gallery. This "feature" was part of 9.5 (see lower left in the attached screenshot). This is a useful indicator and helps highlight when there is a large external dependency that will get replicated onto the server when publishing.
An example of when this is useful:
When a publisher sees a large file size, they might change the dependency path from being a local path (that will result in a copy being published to the server) to a UNC path i.e. \\servername\path
It might also be useful to add the size information as a column in the "list view" in the Gallery.
Please consider adding this feature to the Alteryx PRIVATE Galleries. This is a feature of the Alteryx Gallery and would be useful for our clients too.
Thanks,
Mark
Our team is still fairly new to the Gallery, so if there's something existing that I'm missing, I'd be glad to hear it.
I recently found the following thread : http://community.alteryx.com/t5/Publishing-Gallery/Get-App-User-name-at-Run-TIme/m-p/775/highlight/t...
Which included a text box input with a title of "_cloud:UserID". I was able to use this to pull in things such as the users login information, email address, etc.
I would like to be able to use a function similar to this in order to generate user-specific usage reports, or dynamically update a "Send Email" tool with the email of the running user.
However, when I inquired about this "_cloud:UserID" API call, I was told that it is an undocumented and unsupported call.
Ideally, I'd like an application/macro tool that does something similar - which takes the user's credentials automatically from the gallery and runs the Application based on those credentials. This could modify Emails or filter the output of the Workflow. I'm sure there are other use cases as well. I think having an officially supported tool to manage this would allow for a wide variety of dynamic applications on the gallery.
I've been writing applications and regularly need to REQUIRE fields for data entry. When I do, I include ERROR MESSAGES at minimum. Often I label the field as something like: Name (Required). Wouldn't it be nice to have a red star or have the data field in another color for background? Taking this a step further, the validation rules being activated within the screen (rather than during run) would be awesome.
As long as I'm posting ideas, it would be nice to have an Alteryx supported function to identify the user within the application global variables. For users, it would make my apps more friendly if they could save their configuration (*.yxwv) in the gallery. Extending that thought, within my application I would like to be able to have easy access to their responses as well.
My use case for access to the .yxwv file data is that I will repeat some of the fields back to the user within my output. When needed I will write the responses to a text input tool and format it for display in the output. That requires an additional action and maintenance within the application.
Just a few application thoughts.
Thanks,
Mark
The SDKs are great and allow the community to expand Alteryx in many ways. I think it would be great to have some way to package these so we could easily share them and provide updates and fixes.
Not sure how many people use the SDKs but being able to easily share and install the output would help up take I think.
As an enhancement to the gallery, I'd like to be able to save my application parameters in the gallery in a similar fashion to when I run an app locally. Users can view the results of an application run, but can't save the parameters that created the run. I'll go a step further than this and ask for another enhancement. I'd like to be able to access the questions & responses within the execution of the app to display them during reporting.t
Use case:
For a list generation application, I need to present to the user the criteria applied during the selection process.
Input Address: 49015
Type of Vehicle: Chevy
Minimum Year: 2010
Maximum Year: 2015
I've got a working solution that is okay, but not very "Alteryx-easy". I need to have a second update attached to the interface tool to update the user response.
Thanks for your consideration,
Mark
Currently when I log into the Gallery, I can see all of the users who are using license keys assigned to me. I would love to be able to run some reports on usage and activation date as well as export the list of users to excel/csv.
-Dan
The more I'm digging into the Private Gallery (on our own Server, not gallery.alteryx.com), the more I'm feeling that the UI and functionality is very non-user-friendly.
I would like to do something that I think is very basic (I am the Admin of the Gallery):
1. Create Apps and put them in various Collections.
2. Grant people access to certain Collections.
3. Have those people, when they log in, only see the Collections to which they have access to (that I granted them). And then run the apps in those collections. Nothing more, regardless of who they are.
4. Given all three of the above, but I do not want to see them listed as an Artisan, nor do I want to see them have their own studio
Currenlty, no matter what I do, they have Studios, and some are listed as Artisans (and as mentioned in a prior post, you can't delete their Studios). I've tried using Windows Authentication, but I get errors so that's not an option. It would be nice if the above were options regardless of the Authentication type.
User | Likes Count |
---|---|
7 | |
3 | |
2 | |
2 | |
1 |