cancel
Showing results for 
Search instead for 
Did you mean: 

How do we query in query builder reports that have a schedule email address

0 Kudos

We need to identify all webi reports that have a destination with an email address,

cheers if you can Help

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Many thanks, a question related, how do we find all reports that use a particular universe "measure"

regards

Nick

Joe_Peters
Active Contributor
0 Kudos

A CMS query will do it:

select static from ci_infoobjects where si_recurring = 1 and si_scheduleinfo.si_destinations like '%email.address@here.com%'