1 Running reports that display fields from multiple tables 2 Cody Tindall posted 9 Years Ago I'm trying to run a report (or even an sql query) that is filtered based off a custom attribute (Mailing List: Yes). But I want the report to display information that is stored in the Person, Location, and "table_where_custom_attributes_are_stored". (Example: Last Name, First Name, Custom Attribute, Street 1, City, State, Postal Code) I need the last name for sorting, the custom attribute is how we want their name formatted for mailing, and I need the address broken down like this for formatting.. the Address field in the Person table won't work because merging Address just puts their mailing information all on one line. I know these tables are linked with Id numbers and can reference each other but i'm having a hard time with this one.. Thanks in advance!
Cody Tindall 9 years ago This returns an error message when placed in dynamic data block:Query Error! Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.Query Error! Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.