- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Using Map visualization, how can I filter all of my destinations by clicking on my origin?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-05-2018 12:06 AM
I have a dataset that looks like this:
Origin | Destination | Trips |
A | B | 3 |
A | C | 4 |
B | A | 5 |
B | C | 6 |
C | A | 9 |
C | B | 6 |
I also have the coordinates for A, B and C. I'm trying to create a map visual whereby if I click on A, all destinations originating from A gets filtered.
I thought pivoting the destination column will work, but then I realized that I will lose my coordinates for my destinations by doing so. How do I achieve my desired visualization?
Thanks.
Re: Using Map visualization, how can I filter all of my destinations by clicking on my origin?
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-05-2018 06:58 PM - edited 11-19-2018 01:09 AM
Hi @sjpark1989
Could you explain more about your expected output? If you click on A, it will show B,C? If so, you may refer to below picture and use the drill mode.
Regards,
Cherie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.