question

Amy avatar image
0 Likes"
Amy asked Jeanette F commented

Query syntax Error in CalculatedTable

I want to run 30 models without changing variables and store the generated PersonMilestone and PersonLabel locally. After running the experiment in the Experimenter, I want to save the data using this SQL query from the CalculatedTable:

  1. SELECT *
  2. FROM [Experiment.PersonMilestones] AS Milestones
  3. INNER JOIN [Experiment.PersonLabels] AS Labels
  4. ON Milestones.PID = Labels.PID;

However, I'm encountering an error with this query.

I would appreciate any assistance you can provide.

FlexSim 21.2.4
sql query
· 1
5 |100000

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

0 Answers