Hi,
I currently have 2 entity lists (identical), and a module which maps the entity 1 list to entity 2 list. What I'm trying to do is to create a matrix with entity 1 as rows, and entity 2 in the columns (i.e. an entity matrix).
1. How do I create a formula which states if Entity in row = Entity in the column, select boolean?
Thanks!