WD0001 Posted May 18, 2017 Posted May 18, 2017 I am trying to set the server processing times from a table, but it results in an error message. ServerData table: Column 1 = object instance pointing to serverColumn 2 = processing time Server Process Logic: Processing Time = ServerData.ProcessingTime
CWatson Posted May 18, 2017 Posted May 18, 2017 Within the table, highlight the column that includes the server names. Within the properties for that column shown on the right, go to the Advanced Options section, and change the Auto-set Table Row Reference from 'False' to 'True'. This will then associate the corresponding rows with the Servers that are listed and allow you to reference other columns for data associated with those Servers. Note also that for time related columns (delays, etc.), change the Unit Type property to 'Time' and specify the Default Units appropriately.
Recommended Posts