Create a String variable using CASE statements such as
CASE
WHEN([Main].[去话数量] is NULL ) THEN 'x'
WHEN([Main].[去话数量]>0 ) THEN 'v'
ELSE 'NA'
END
and then create conditional blocks for these intersections of the crosstab report...
用图片:
unlock the crosstab and put image item onto the conditional block (check mark or cross mark image depending on the conditions) if you wanted to use check and cross marks, instead of v or x