on 10-30-2019 02:45 PM - edited on 12-14-2023 10:22 AM by LeandraN
QUESTION:
Where do I post my questions?
ANSWER:
Our end to end platform allows you to accomplish so many things that having all of it in one place would make it difficult for our users to find their answers and post their questions. We have the platform broken out by the pieces of the platform that users may have individually: Designer, Server, Connect, and Promote. Each of these areas of the platform have a specific focus and each of these areas can be purchased individually.
Designer Discussions - Repeatable workflows for self-service data analytics.
Designer Discussions is the forum to ask questions regarding anything Alteryx Designer. From Data Prep and Blending to Predictive Analytics.
Server Discussions - Deploy and share analytics on a scalable platform.
Server Discussions consist of topics from setting up your Alteryx Server to creating and managing scheduled workflows.
Connect Discussions - Collaborative data exploration platform for analytics
Connect Discussions can consist of setting up Alteryx Connect to understanding how to share workflows and data.
Promote Discussions - Data science model production system
Alteryx Promote helps analytic teams deploy more predictive models faster by eliminating the need to recode models for real-time application consumption. Questions in the Promote Discussions can be from deploying models, monitoring, and troubleshooting.
Is it possible to extract the file url's for the contents of a google drive folder and output the results?
Can anyone please provide links or help on how I can convert a tableau dashboard to an alteryx flow, Thanks
Hi @florambata,
There isn't an easy way to convert the logic inside a Tableau dashboard into an Alteryx workflow. Replicating the logic in Alteryx will necessitate an understanding of Tableau formulas/processes and working step by step to replicate it in Alteryx.
If you want to take the output data from a Tableau dashboard and load it into Alteryx, it's my understanding that you can do so with the hyper API.
Best,
Megan
I'm new to Alteryx community and alteryx as well. Can anyone please help me with the solution "How to filter multiple values from single column". Eg: [Ledger Short Name] "RM1"and [Avg Time in AP System] >= 60
How can i add more than 1 ledger names? in above formula?
Hi @SusmitaM! You could use the "in" formula in your filter to add multiple ledger names. For example:
[Ledger Short Name] in ("RM1","E03") and [Avg Time in AP System] >= 60