I have been racking my brains for hours over this.
This code is suppose to take the sum of all the rows in "Time" while adding up only rows with "AH" in the FundSourceIni column. I keep getting "column AH does not exist. Any ideas to why? Thanks in advance.
Chris
Code:
totalNewHours = myTable.Compute("SUM(Time)", "FundSourceIni = AH")
This code is suppose to take the sum of all the rows in "Time" while adding up only rows with "AH" in the FundSourceIni column. I keep getting "column AH does not exist. Any ideas to why? Thanks in advance.
Chris