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
... View more