Hi Everyone,
Please suggest me how to do Email notification to users based on report data.
Example.
we have 4 reports, and we need to check 4 columns from these reports
say
if report1.column <> 0 then mail notification
if report2.column <> 0 then mail notification
if report3.column <> 0 then mail notification
if report4.column <> 0 then mail notification
Thanks in advance,