Jump to content
We've recently updated our Privacy Statement, available here ×

Ad Hoc View: cannot add multiple fields to the view?


rdpsinghvi

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

This has to do with how the domain is set up. Adding fields to your domain doesn't help you unless those fields are somehow connected. So it's possible to create a domain by grabbing two different tables from your database.  Say Orders and Customers. But if you don't do anything more, those tables aren't connected in the domain, and when you get to the ad hoc view, you can't combine tables from disconnected  tables (hence "islands").  

So to get the fields into the same ad hoc view, you have to create a join between the tables inside the domain.  (Joins page).  Usually you do this on some kind of key field, like customer_id or something. It doesn't have to have the same name in the two tables, but it has to let you make an intelligent connection between them. So then you've built a bridge between the islands, and you can put fields from both tables in the domain.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...