I have data receiving through forwarder which has SERVER_NAME with other details and i have another lookup created adding a csv file which holds data as SERVER_NAME, OWNER and REGION. my current dashboard have a filter using SERVER_NAME coming from forwarder and now i need to create filter in dashboard of OWNER and REGION, which are from lookup and not from the data from forwarder. I created the filter for OWNER and REGION and created tokens for them as "$owner_t$" and "$region_t$" which i am using in dashboard data as | index = XXX OWNER="$owner_t$" and REGION="$region_t$" when i select these tokens the data on dashboard is not getting filtered and shows as "No results found" Can some one guide me where i am going wrong.
... View more