Hello Everyone,
Actually I`m trying to visualization the data from dynamic create table in a Bar chart. I read that I need to use a StatisticsCollector to visualization the data in chart, but I need to fill a StatisticsCollector from scripts. I was trying to add new columns by copy the sample column in StatisticsCollector>variables/columns by command "createcopy()". And It works. I see new columns in statisticscollectors tree, but when I modify "valueNode" in StatisticsCollector>variables/columns/NewColumn, FlexSim program doesnt react on my changed. I searched information about it and found that column in statisticsCollectior is SimpleDataType, and I must use setsdtvalue. I tried it but effect is the same.
Do you have any suggestion how can I resolve this problem?