Hi FlexSim team,
Could you help me to "reverse" this logic:
gettablenum("ProcessTimes", 1, getoutput(current) % gettablecols("ProcessTimes") + 1)
Currently the process flow reads the process-time jumping from column to column:
Now I want that the logic reads jumping row to row, like this:
Thank you