
{ FIXED [Geography]:
SUM(
IF ( [NAICS Code] <> "000000")
THEN
[Base Ind Employment]
ELSE
0
END
)
}
notice the change in Base Employment Total by Area go up when i add the IF statement
8 answers

Thank you for checking this out. Please let me know if this has the same problem.