Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - billf62

Pages: [1]
1
General Board / Re: Relationhip matrix order with custom SQL
« on: November 15, 2019, 10:08:19 am »
I don't know if it's a different in nomenclature, but I'm able to get a sorted list in my relationship matrix by using ORDER BY <column nbr>

Example:

SELECT
   objstart.ea_guid AS CLASSGUID,
   objstart.Object_Type AS CLASSTYPE,
   objstart.Name as [Start Name],
   objstart.Object_Type as [Start Type],
...
 
ORDER BY
   3

Hope this helps

2
My application may be more simplistic than yours, but I've had success creating the RACI overlay (R,A,C,I).  Then I can apply it within the Relationship Matrix (using the "overlays" option) and type the multiple relationships right into the cell (e.g., CI).

Hope this helps.


3
General Board / Re: Element to attribute relationship in Matrix
« on: November 08, 2019, 11:35:29 am »
It's in ver15, but maybe the Feature Matrix might work for you: Design > Element > Feature Matrix

Hope this helps,

4
I noticed that just today.  It does appear 'hijacked' in the docked Element Properties window, but it's still there in the old-fashioned Properties/General screen (Use ALT + Enter to access).

5
ALT + ENTER is the shortcut.

Unless you want to open the Properties view and have it docked on your screen.

Pages: [1]