Hi,
I have two tables: A and B
in table A I have points with geometry informations (GEOMETRY field) and point names (CODE field).
in the table B I have relations between all the points: CODE field (as join of the table A) and CODE_RIF.
I would like to have a view drawing lines when in a row I have the values of CODE and CODE_RIF
CODE_RIF targets on a CODE of the table A:
here an example of table b
001 (point a); 002 (point b)
....
table a:
001;
002;
...
thank you in advance for any help