Skip to main content
Question

I would like to ask about creation list from several columns

  • August 3, 2020
  • 4 replies
  • 21 views

Forum|alt.badge.img

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

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

deanhowell
Influencer
Forum|alt.badge.img+24
  • Influencer
  • 315 replies
  • August 4, 2020

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?

 


Forum|alt.badge.img
  • Author
  • 8 replies
  • August 5, 2020

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.​


deanhowell
Influencer
Forum|alt.badge.img+24
  • Influencer
  • 315 replies
  • August 6, 2020

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


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • August 6, 2020

@deanhowell​ 

 

As you have the vertices ordered by id in attributes.

You can use a ListExpressionPopulator and a ListConcatenator.