[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



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