Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Getting data to only show one filter

etennison
5 - Atom

I am having trouble trying to figure out how to only show on category in my dataset instead of all categories.

This is what my data looks like. 

 
 

Screenshot 2024-06-03 160329.png

This is what it is supposed to look like.

 

Screenshot 2024-06-03 160508.png

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

I would do a Formula and just hard code "International Movies" into the [Category]

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

I guess you want to split each category into one row.

If so, "Text To Columns" tool with "Split to rows" option may work.

 

Input

typetitlecolumnscategory
MovieaaaxxxClassicMovies,Dramas,International Movies
MoviebbbyyyComedies,Dramas,International Movies

 

Configuration

1280542_Config.png

 

Output

typetitlecolumnscategory
MovieaaaxxxClassicMovies
MovieaaaxxxDramas
MovieaaaxxxInternational Movies
MoviebbbyyyComedies
MoviebbbyyyDramas
MoviebbbyyyInternational Movies

 

I hope this helps.

etennison
5 - Atom

Got this to work. Thank you

Labels
Top Solution Authors