Global Map, can you have dynamic filters

Hi,

I have a global map card which shows our total number of jobs per country. We have different job types and ideally I would like to show these on the map but in a different colour.


Is it possible to have the map coloured in relation to the filter "Job Type"?


Thanks,

Tagged:

Answers

  • You can create a beast mode that assigns a value to each Job Type and then put that beast mode field into the values field. Then, use the ranges chart properties to assign colors to the values that you created.

    Example beast mode:

    CASE WHEN JobType = 'a' THEN 1

    WHEN JobType = 'b' THEN 2

    ....

    END

    Example Range Properties:

    Range 1 Min value = 1, Range 1 Max Value = 1, Range 1 Color = Blue

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.