question

Amy avatar image
0 Likes"
Amy asked Jason Lightfoot commented

Question Using Global Table

I'm having trouble using the data from the Global Table.

I'd like to utilize data representing the ratio of journeys from 'departure' to 'arrival' at specific times to label the movement of people during those time periods. Any assistance would be greatly appreciated.

1710862697384.png

departure_arrival_transfer_time.fsm

FlexSim 24.1.0
global table
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

David Seo avatar image David Seo commented ·

@Amy Table의 데이터를 처리할 때는 한번에 한줄(row)의 데이터를 처리할 수 있습니다.

즉 한번에 행번호를 기준으로 해당 컬럼의 데이터를 처리할 수 있습니다. 그러므로 행번호를 index 번호로 처리하여 index 번호를 기준으로 각 컬럼의 데이터를 컬럼 인덱스 번호로 읽어내던가 컬럼 인덱스 번호 대신 컬럼명을 사용하여 셀의 데이터를 읽어내던가 처리해야 합니다.

다시 말하면 어느 셀의 데이터를 읽거나 업데이트 하려면 행번호와 컬럼번호 즉 좌표처럼 처리하여 2차원 배열로 처리해야 하는 것입니다.

When processing data in the table, you can process a row of data at a time.
In other words, you can process the data for that column based on the row number at a time. Therefore, you need to process or process the data for each column by processing the row number as an index number, reading the data for each column as a column index number, or using the column name instead of the column index number.

In other words, in order to read or update data on a cell, it must be treated like a row number and a column number, that is, coordinates, and processed as a two-dimensional array.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @Amy ,

We haven't heard back from you. Were you able to solve your problem? If so, please add and accept an answer to let others know the solution. Or please respond to the previous comment so that we can continue to help you.

If we don't hear back in the next 3 business days, we'll assume you were able to solve your problem and we'll close this case in our tracker. You can always comment back at any time to reopen your question, or you can contact your local FlexSim distributor for phone or email help.

0 Likes 0 ·

0 Answers