BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
YannRC
Obsidian | Level 7

Hello, I have a problem understanding the network analysis. I am getting what I want but I have relationships between 2 data that are not displayed.

And I don't understand what I'm doing wrong.

 

In the example below, I have a relationship between these two points (table on the right) but no link on the map.

YannRC_0-1640512786752.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
FalkoSchulz
SAS Employee

It may just be that node G10S5 is not present in your source column (ANCIEN_RELAIS). As per documentation at  https://go.documentation.sas.com/doc/en/vacdc/v_009/vaobj/n0kcvb9vm0kd1sn1b199uu8hgq1w.htm#p1omdndy7... - due to the ungrouped structure and related node attributes, all node identifiers need to exist at least once in the source column. If node G10S5 is a leaf node (=it doesn't have any child nodes), then just add one row to your data with that value in the source column and leave the value for the target column (NOUVEAU_RELAIS) blank.

Hope this helps. Falko

View solution in original post

2 REPLIES 2
FalkoSchulz
SAS Employee

It may just be that node G10S5 is not present in your source column (ANCIEN_RELAIS). As per documentation at  https://go.documentation.sas.com/doc/en/vacdc/v_009/vaobj/n0kcvb9vm0kd1sn1b199uu8hgq1w.htm#p1omdndy7... - due to the ungrouped structure and related node attributes, all node identifiers need to exist at least once in the source column. If node G10S5 is a leaf node (=it doesn't have any child nodes), then just add one row to your data with that value in the source column and leave the value for the target column (NOUVEAU_RELAIS) blank.

Hope this helps. Falko

YannRC
Obsidian | Level 7

Thank you very much.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 904 views
  • 3 likes
  • 2 in conversation