While using Scatter plots (Data Investigation tool), under Plot Elements tab, while checking the check box "plot by groups" option and using "grouping field", how to differentiate the values of "Grouping field" by different color. For example: if you have grouping field called Smoker how to differentiate the values Smoker and non smoker by different colors. is there any option ?
Solved! Go to Solution.
Thank you very much @alexnajm ! Actually i learnt alteryx from udemy videos from course Alteryx boot camp for 6.5 hrs and had hands on the use cases from kaggle using the Alteryx trial version. that is where i asked the doubts on scatter plot. now i am looking for what should i do next in the learning further? Any suggestions is very much appreciated?
Kind regards,
Krishna Bommu
I would suggest all of the Interactive Lessons on the Community! That is how I learned Alteryx years ago. Beyond that there are many other resources such as videos and Learning Paths on the Community to help in your journey.
Thanks Alex!
Thank you so much for the suggestion! I appreciate that.
I work in mainframes technology in IT industry.
i am considering a switch to Alteryx and learnt the same. I wanted to know if learning ALTERYX alone is sufficient
or i should learn any additional technology like tableau, SQL etc is required to get a job/career related to ALTEYX?
Thanks,
Krishna Bommu
Hi,
How to create the box and whisker plot for the data 'Location' on x-axis and avg. total pay on y-axis using the sample input shown in Queries-1.png. my input data comes from summarize tool to Interactive chart.
I tried using interactive chart in alteryx designer, created layers but getting the result as shown in attached Queries-3.PNG.
I need the results as shown in attached Queries -2.png.
Queries-1.png - data from summarize tool
Queries-2.png - results should be in this format box and whisker.
Queries-3.png - I am getting this result out of Interactive chart.
Thanks,
Krishna Bommu
@KRISHNABOMMU the box and whisker needs all of the information before being summarized so that it can calculate the mean, quartiles, min, max, etc. I recommend not summarizing to just averages beforehand
Thank you @alexnajm ! so kind of you to provide your suggestions. 👍