I have such a search and it works fine but not in Dashboard! index=unis | search *sarch* | eval name = coalesce(C_Name, PersonName) | eval "DoorName"=if(sourcetype=="ARX:db", $Door$,$DoorName$) when I use this is in a dashboard it looks for Door and DoorName as tokens while they are values of those fields what should I do to make it work in dashboard studio error I get : Set token value to render visualization $Door$ $DoorName$ edit: if I remove all $ it still works same as in search but still not working in dashboard (without any error) it returns result but DoorName field will be empty
... View more