Saved Bookmarks
| 1. |
How Can You Propagate Row Context Through Relationships? |
|
Answer» Propagation happens manually by using RELATED() and RELATEDTABLE(). These functions need to be used on the CORRECT side of a ONE-to-many RELATIONSHIP: RELATED() on the many side, RELATEDTABLE() on the one side. Propagation happens manually by using RELATED() and RELATEDTABLE(). These functions need to be used on the correct side of a one-to-many relationship: RELATED() on the many side, RELATEDTABLE() on the one side. |
|