错误所在事件:项目,AfterOpenProject
详细错误信息:
未找到列 [t5]。
Dim t1,t2,t5 As Byte
t5 = Date.Today.month
Dim t As List(Of String) = DataTables("客服目标").GetValues("姓名","月= t5")
t1 = t.Count
Dim t3,t4 As Date
t3 = DataTables("组合1").Compute("max(日期)")
t4 = Date.Today
t2 = (t4.DayOfYear - t3.DayOfYear ) * t1
DataTables("组合1").AddNew(t2)