Hello
i'm new to the alteryx and i'm having a problem
I'm making an analytical application but I notice that when I run it the filters don't really work the low configuration works but when I make other filters I get nothing in the output file.
here is the basic configuration in the workflow
as soon as I modify the (filter example in the following screenshot) it doesn't work I get an empty file as output and this configuration should output a file with information.
here is the WF attached
thanks for your help
@TFrankD237
Can you also share the Data file "Game.csv"?
For platform, your replace specific string had a space before PS4 but the formula didnt, so no matter what you chose it was keeping PS4 as the platform which caused the filter to return blank for non-PS4 selections.
Your filter for Year was setup as [Year] in ("2015"), but you only allow for one selection so [Year] = "2015" would be more appropriate there.
Genre was setup as [Genre] ="Action", but it allows for multiple selections, so in would be better there. [Genre] in ("Action") and have the action tool replace "Action" including the quotes.
Your list was also setup in select tool mode, which will generate Action=True,Adventure=False etc. as the output. You want that to be setup as Generate Custom List instead.
I attached the workflow with the updates. Hope this helps
User | Count |
---|---|
106 | |
82 | |
70 | |
54 | |
40 |