Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
FNDN Admin Posted October 2, 2017 Share Posted October 2, 2017 I am trying to add member(s) to the bulk mail being sent out, but users that arent in that group. I am building the extension, but the query join still limits the query to the users in the selected group. I am trying to find a good way to do this without having to rewrite the query on every email and wondering if anyone has already done this? Thanks Link to comment Share on other sites More sharing options...
bfarber Posted October 3, 2017 Share Posted October 3, 2017 The MemberFilter extension returns a where clause that gets added to any other where clauses...I can't think of a simple or efficient way to use the group MemberFilter extension to limit by group, but then try to override that from another filter. Link to comment Share on other sites More sharing options...
FNDN Admin Posted October 3, 2017 Author Share Posted October 3, 2017 Thanks for confirming it. I found a way using the query. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.