Forum Discussion
Anonymous
5 years agoNot applicable
Needed help with data model and building matrix visual
Hi all, I am trying to make a data model and based on this data model I want to make a matrix visual. My data consists of application permissions. With this, I want to make an authorization matr...
tex628
Community Champion
5 years agoIn your case you need to get your permissions table transformed to include a row for each combination. In this case the key should be a combination of the Home branch and the Group, meaning that there will have to be two rows for the tariffs & rates permission.
Once you have all different combinations of keys in the permissions table you can add a distinct version of that column as a seperate query, which you then use as a mapping table between the people and the permissionstable.
Br,
J