Skip to main content

I just want to create a line from below table in screen. To do it may be needs to create list as below but I do not know how it manage. Please help

 

Sample of list below.

 

Facility Name | Request User | X | Y |

========================================

Line | MEKK | x1 | y1 |

Line | MEKK | x2 | y2 |

Line | MEKK | x3 | y3 |

Line | MEKK | x* | y* |

 

Capture

 

Hello @bkolubenka​ are you wanting the line to go from point to point in each row i.e. x1, y1 to x2, y2 to x3, y3, etc?

 


Hello @bkolubenka​ are you wanting the line to go from point to point in each row i.e. x1, y1 to x2, y2 to x3, y3, etc?

 

Yes.​


Yes.​

Hello @bkolubenka​  try the attached workbench. It is not the most elegant but did give me the two separate lines based on a sample I created. Basically I exploded the data into rows and then tested for X and Y and joined on a counter.bk


@deanhowell​ 

 

As you have the vertices ordered by id in attributes.

You can use a ListExpressionPopulator and a ListConcatenator.

 

 

 


Reply