I am about to create a risk matrix but I am quite new to WeWeb so before I start I want to make sure I start out right.
It will be 5x5 fields which will be populated with each risks ID and if there are multiple IDs within the field it will be comma separated. A list of risks and ID’s will be kept in a separate table.
What would be the best approach to populate each field in the table? Do I create a filter for each cell in the table that only displays the ID if it matches the specific value for the field? Or should I prepare the data with a unique value for the risk that the table cell will filter by?
Hm, I think you should use multi dimensional arrays and the new grid layout. I’ve done it a few times, but I don’t have it on video I think, it takes a while to do well, so I probably won’t be able to record the process, but if you want I do consulting, in case you’d have also some other things you’d like to discuss. It’s definitely doable to make this dynamic, so it doesn’t even matter how many rows/cols you have.
Thanks for the suggestion! Why would you use multidimensional array for this? It is only two dimensions and the risks wouldn’t stack like a heat map.
I will have a look at the data grid. I also looked in this forum and found suggestions for 5x5 Divs formatted as a solution.