Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have 3 tables:

House:
(String) HouseName

Person:
(String) PersonName
(String) HouseName - (Foriegn Key to House)

Possession:
(int) id
(String) PersonName - (Foriegn Key to Person)
(String) PossessionName

I am trying to display the tablets in the following format.

So what I did was create a business list and two related lists, and set up the external content types, with association.

I then assigned the lists, to create the required association.

The problem is my lists come out with some arrow next to them, which you click to get next list. How do I change this to clicking on the actual word.

enter image description here

I also have no idea how to actually assign the layout Ive created. I created one in sharepoint designer, in PageLayouts.

And finally, is this the best way of obtaining data for such a scenario? I feel so restricted in sharepoint as opposed to a website. (but it must be done in sharepoint)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.