Hello,
I created a simple graph that displays a name and a count. The data comes directly from the db so I don't sum any data in the report. The problem is that all my names must be in the report even if there is no count value. However, in my graph all the names appear even when there is no count. I want to eliminate those names wihtout a count from the graph. I went to format chart and supress and entered
isnull({table.Count})
When I do that all my data disappears.
Any help would be appreciated.
M.
I created a simple graph that displays a name and a count. The data comes directly from the db so I don't sum any data in the report. The problem is that all my names must be in the report even if there is no count value. However, in my graph all the names appear even when there is no count. I want to eliminate those names wihtout a count from the graph. I went to format chart and supress and entered
isnull({table.Count})
When I do that all my data disappears.
Any help would be appreciated.
M.