Skip to main content

{ 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 respuestas
0/9000