Question
Is it possible to hide only the rows that contain null in a particular column?
For example, if we would like to hide only the null row for the Manufacturer of "3M" in the following view, how can it be achieved?
Is it possible to hide only the rows that contain null in a particular column?
For example, if we would like to hide only the null row for the Manufacturer of "3M" in the following view, how can it be achieved?
MAX([Select Manufacturer to Exclude Null Rows]) AND NOT ISNULL(SUM([Sales]))