I have a table in my dashboard:
my search*********
"$search_field$"
|lookup customer.csv license_hash as license_hash OUTPUT customer_id customer_name
|ip location client_ip
|table customer_id,customer_name,client_ip.......
In the dashboard I have a search field and on the table a drill down on this search field.
The problem: w
When I click on values of customer_id,client_ip, City,_Customer_name.....
I get no results....of course not because of the lookup after the search field in the search.
Wich changes I have to do to make it possible to search with this values?
to add |search "§search_field§" after the lookup doesn't work.
... View more