Hi,
I am new to Alteryx, and now I would like to build an app to help colleagues to filter records on their own.
First they could choose which fields/columns they would like to filter, maybe one field or multiple fields, such as "Branch", "Gender" and "Type";
Then, based on the result from the first step, they could choose multiple values to filter these columns, for example: "Branch" in ('01,'02'), "Gender" in ("M") and "Type" in ('AA','AB')
I know that I should use chained app for this, but couldn't think of a way to realize that goal.
Could anyone provide some advice on that?Thanks a lot.
Eleanor