Adjusting the visualization of graph
Hi everyone, a few months ago I had asked a question about displaying relations: https://community.aras.com/f/applications/8963/displaying-relation-between-parts-found-in-different-product-structures which led to creating a graph/web as shown below. I've got 2 follow up questions: Is there a way to hide/remove the middle blocks with randomly generated ID numbers when I expand an 'Assembly'. Is there a way to give each "type" of block a different colour? (e.g. Assembly = red, Component = blue, Software = Purple") Thanks in advance! I truly appreciated the help I got earlier. I'm happy to answer questions if necessary.8.4KViews0likes4CommentsGraph Navigation
I am trying to set up Graph Navigation as per below documentation https://community.aras.com/b/english/posts/getting-started-with-graph-navigation But after adding the graph view to an itemtype. i set all the required as per documentation . when i open the Graph i see screen as mentioned below But i wanted to get rid of those ARAS ID's marked in yellow , i just want structure to be visible. can you help me fix it5.4KViews0likes3CommentsDisplaying relation between parts found in different product structures.
Hi everybody, I'm hoping someone can help me with this! Basically I would like to visualize how parts are related to one another if found in multiple subsystems (instead of determining it yourself through expanding the BillOfMaterials). Some thing like a spiderweb idea or maybe just a Matrix. Does anyone know if this is possible and how ??? Thanks in advance! I'm happy to answer questions if necessary.4.9KViews0likes2CommentsHow to use Graph View with Poly Items
I am attempting to use a Graph View for a recursive data structure with Poly items. For example, a Report item can be related to a Report_Source poly item, which can be a Report, Data, Collector or Aggregator, each of which can also contain a Report_Source relationship. For every Report_Source in a particular report, the Query that I defined returns 1 populated and 3 empty Report_Source items, which leaves many empty nodes in the Graph. See the image below, opened only 1 level below the report. When I expand all the sources the graph quickly is overwhelmed with empty nodes. Is there any way to filter our the Report_Source poly items to just show the next level items? Also you can see that there are many IDs in the nodes that correspond to foreign Item properties. The Tree Grid builder allows you to refer to a related property using something like foreign/@keyed_name, but this doesn't seem to be supported for Graph Views. Is there any way to fix this? I am using version 12 build 133441.2.7KViews0likes1CommentShow Thumbnail Image on Graph Navigation
This feature has been mentioned in https://community.aras.com/b/english/posts/take-hold-of-digital-transformation-with-aras-innovator-12-top-7-questions but I have yet to see an example where someone has achieved this. I tried mimicking how the icon works on the template definition but this still does not work. { "content": "image", "content_binding": "thumbnail", "col": 0, "row": 0 },754Views0likes0CommentsAras Innovator: Three Quick Configuration Tips
Hello! As I continue to tinker with Aras Innovator® working on internal projects, I’m constantly discovering cool tips and tricks on how you can improve your user experience with our low-code tools. This blog will have three quick tips for configuring your instance of Aras Innovator to improve collaboration and visual clarity. Reverse graph navigation direction When looking at a Graph Navigation, you can move left or right (assuming horizontal orientation). Items that flow from left to right follow a standard or item property relationship. Items moving right to left use a referencing item relationship. This can make some Graph Navigation Views difficult to parse with left and right connections. I prepared a demo to show how it’s done and for visual quality. Read on to learn more. Go to the TOC > Administration > Configuration > Graph View Definition. Open the Graph View Definition you’d like to modify the direction of. Open the Connectors tab. It should look like this The important part of this is the Source and Target Node columns. Find the relationship you’d like to reverse the direction of by looking at the start/end query item. Once you’ve located the row you’re looking for, you can swap the values for the Source and Target Nodes. This will flip the direction of the connector, allowing for more easily digestible Graph Nav Views. Label your graph connectors Another way to add visual clarity to your graphs is to label your connections. It’s an easy way to ensure people understand the connections within your digital thread. This one has two steps. First, we need a View Card Definition with the following Template Definition. This definition is just a simple black line with a label affixed to it. Once that View Card is created, we’ll have to add it to our Graph View Definition. Open the Connector View Relationship. You’ll have to add your new View Definition to the Connector View Column. This simply states that you want your connector to follow the definition we set previously. The final step is opening up the Connector Type for the row you just modified. Under the Properties relationship, you can add a new Property called description (case sensitive), and in the value template, add the text you’d like to add to your Connector. When you open your Graph Nav View, you’ll see beautifully labeled Connections. Auto-enable SSVC pane This is a quick one, but it helps ensure people are aware of the discussion surrounding whatever Item they may be viewing at a given moment. Having the pane default to open allows any new discussions to be immediately visible to anyone viewing a given Item. To do this, we’ll take a look at the Part ItemType. Start editing the Part ItemType and open the Secure Social relationship: Right click the Discussion Template and open the related item. You’ll see a Discussion Template with two relationships. Open the Discussion Template View tab. Here, you’ll see a single Item with a few properties. The important one is Discussion Panel Behavior. Editing this relationship and setting this to Discussion Panel On will make it so the discussion panel automatically opens when you open an Item. This is set on an ItemType by ItemType basis, so set it wherever you think collaboration could use a boost! These were just three quick customizations you can make in your own system. Things that improve visual clarity and make things more apparent to users save everyone time in the long run. If you’ve made changes like this that improve efficiency at your company and want to share them, take it to the Forums! We’d love to see some of the amazing user-friendly customizations people have made to make Aras Innovator.1View0likes0Comments