Hi Dojo,
I have several tables that link to one another using relations and foreign keys. These tables belong in a treeview and I want to have alarm bubble up using those relations. In one of my tables, I have multiple foreign keys that lets it control where in the treeview a specific row will appear. I have an issue now where the first relation that fits is always used so alarms only bubble up according to that relation, but my other rows in that table that don't follow the first relation (e.g. it should appear in a different part of my treeview and bubble up from elsewhere) don't bubble up correctly now. Is there a way for me to control which relations are taken at a row level?