Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Can't add Data fields to Tooltips on Map

I have a map of stores.  I would like to use Tooltips to show store attributes: store name, city, store manager, etc.  However, whenever I drag a data field into the Tooltips box it won't stick -- di...
  • Anonymous's avatar
    Anonymous
    2 years ago

    I found a solution.  In my model implicit measures were disabled because I was using incremental refresh.  I created explicit measures to use in the tooltips.

    e.g. Tooltip Store = first (store),

    Tooltip SalesPerson = first (salesperson), etc.