Forum Discussion
How to create dynamic groups for legend in map component visual?
Hi ckotak20 ,
I am not clear about your requirement, what did you mean of "dynamic groups for legend"? Could yo please explain this to me in details? As I know, we need to create group manually.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Sure, I'll explain in detail Zoé . Thanks for your response.
I have a table query with fields as :
- Company Name
- Company ID
- Loc Details i.e Latitude
- Longitude
- Radius
- Count of a measure (Listing Count)
In order to represent this data I am using a map component for visualization.
In which the bubble size is the radius, the legend consists of company names which I have created a new group as name(groups)
The tooltips consist of listing count, name of the company in that respective group
Since on the map, I want the legend to be displayed as 5 different group types of companies with respective color schemes.
- Group 1 Platinum (Company A, B, C)
- Group 2 Gold (Company D, E, F)
- Group 3 Silver (Company X, Y, Z)
- Group 4 Bronze (Company W)
The names of companies .i.e the companies are divided into groups, I get this information from a separate excel sheet which contains Tab1, tab2 as group 1, group 2, and so on.
So my map displays the 5 different color bubbles i.e company types
Eg 3 bubble silver with respective company name ,x,y,z and count on tooltip
but further going company X1, X2 can be added to that silver group but how to automate, since group creation on the legend is manual
In order to represent these groups we can only manually create and assign groups on the legend on the map component.
every month that group values can change hence I want that legend to be dynamically updated.
Hence the question of can I have multiple legends or dynamic groups on a map legend?
Thanks for your help