Focal Point
count null values - In Graph

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9001084981

October 06, 2006, 06:59 AM
Navaneeth
count null values - In Graph
Hi,

I want to plot a pie chart by taking the count of NULL value also

Kindly provide me a solution

Navaneeth
October 06, 2006, 09:07 AM
Navaneeth
Hi,

In oracle we use

Select count (nvl (,"unknown")) from TableName , To include Null Values in the count.

How do I achieve the same in WebFocus, I want to draw a pie chart based on the Count of a field and that field might contain null value,

I want to show the count of Null in my Pie Chart

Regards
Navaneeth
October 07, 2006, 03:43 AM
venu
What is the problem?
As long as MISSING = ON for the field in question you should be able to get the count

This message has been edited. Last edited by: venu,