Hi guys,
I am making a dashboard regarding a leaving employee , which follow his mail traffic.
The dashboard is working fine , i want to make it dynamic so everyone else can insert a new employee id and the dashboard will load the new data.
I have tried using the dropdown box , but couldnt make it work as i intended.
this is my SPL-
index=****** FromUser="Adam.Levin" | eval Data=RecipientUser+"@"+RecipientDomain+","+HasAttachments | eval MegaBytes=round((BytesSent/1024)/1024,2) | table Data MegaBytes HasAttachments
Hi , after a bit of research i was able to find how to pupolate the dropdown with the token , it works perfect now.
Thank you.
How are you populating the dropdown?
Where in your SPL are you using the dropdown token?