-
1. Re: Building a filter based on a column of CSV data
Michael Ye Jan 25, 2018 11:11 AM (in response to Scott Carter)Hi Scott,
Since you want to select multiple tags, don't use parameter. Please see my solution in attachment by V10.2.
Steps:
(1) Pivot Tag1 and Tag2.
(2) Put Pivot Field Values in Column and the measure "Engagement" in Rows.
(3) Filtered out Null (This is optional, you can also keep Null value)
(4) Show filter. Thus you can filters by selecting multiple tags.
(5) Done.
Hope it helps.
Michael Ye
-
Post.twbx 8.1 KB
-
-
2. Re: Building a filter based on a column of CSV data
Deepak RaiJan 25, 2018 11:11 AM (in response to Scott Carter)
Hi Scott,
Pl Check Screenshot and attached. If you are on 10.3 or Later , Create a sep[arte file of Tags and Join using Join Calculation on 1 and 1 on your original data source and your Tags File. Then you need to Create a Filter To get Data in This Shape and Set Filter to TRUE
CONTAINS([Tags],[Tags (Sheet1)])
Once you get Data like above, you can create final View as:
See attached...
Thanks
Deepak
-
Tags.twbx 19.9 KB
-
-
3. Re: Building a filter based on a column of CSV data
Scott Carter Jan 31, 2018 2:06 PM (in response to Scott Carter)Thanks so much! That was really helpful, got me where I needed to be.