G
Guest
We enter missing data as -999. In a scoring query, we noticed that it was
written such that it ignores missing data....i.e., labels it as 0.
MeSt_11o: IIf([T1 P1 PAT 2_0 PAT]!P1T111o="Sometimes",1,IIf([T1 P1 PAT 2_0
PAT]!P1T111o="Currently receiving help",1,0))
However we need to know that data is missing (have it left blank) and not
have it labeled as zero. Later in the query, we sum domains by adding up
values from the individual items, so we can not have the missing data come up
as -999 or 0, just as nothing.
Is there a way to do this?
written such that it ignores missing data....i.e., labels it as 0.
MeSt_11o: IIf([T1 P1 PAT 2_0 PAT]!P1T111o="Sometimes",1,IIf([T1 P1 PAT 2_0
PAT]!P1T111o="Currently receiving help",1,0))
However we need to know that data is missing (have it left blank) and not
have it labeled as zero. Later in the query, we sum domains by adding up
values from the individual items, so we can not have the missing data come up
as -999 or 0, just as nothing.
Is there a way to do this?