[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] Subscription to Exceptions
- Subject: [sqr-users] Subscription to Exceptions
- From: "Darshil Mehta" <Darshil.Mehta@lntinfotech.com>
- Date: Wed, 30 Jun 2004 14:27:50 +0530
- Delivery-date: Wed, 30 Jun 2004 04:00:09 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
All,
I have one SQR report in which I have written following code:
if #cnt_total > #temp
print 'Exception: Prodline has changed' (1,1)
open 'output.properties' as 0 for-append record=32767:vary
write 0 from 'exception.default=on'
write 0 from 'exception.default.text=Prodline has changes'
close 0
else
print 'Exception: Prodline has NO changes ' (1,1)
open 'output.properties' as 0 for-append record=32767:vary
write 0 from 'exception.default=on'
write 0 from 'exception.default.text=Prodline has NO changes'
close 0
end-if
When I publish this report on Brio Portal with option 'Can have
exception', I can see proper exceptions on my Brio Portal dashboard. But
when I schedule it with email notification, I do not receive any email
regarding exception.
Can anyone suggest what could be the problem? Thanks in advance.
Best regards,
Darshil Mehta
______________________________________________________________________
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users