Hello,
I have a set of data in the following manner.
Domain Application TicketId Hours Recipient
HR abb 123rrr 121
[email protected]
HR hhg 145rew 100
[email protected]
Hi aby 123rrt 120
[email protected]
Hi hhu 145rty 109
[email protected]
Hl abo 123rhg 127
[email protected]
Hl hhi 145rll 105
[email protected]
Hl abp 123rkh 123
[email protected]
Tm hhp 145rfdf 100
[email protected]
The query which i have written generates this:
"search query|eval recipient=case(Domain=HR,
[email protected],Domain=Hi,
[email protected],Domain=Hl,
[email protected])|"
so that it sends specific data to specific recipients as mail alerts.
Like If domain is HR then all data related to hr should go to
[email protected] not the data of remaining domains.
In my mail alerts settings also alert mode="once per search" mode and in the TO filed it is $recipient.result$ , but still mail is not sending specific results to specific recipients.It is sending the whole data
Please suggest what should be done
... View more