expression as Category where =If(Category<>'Closed' and Status<>'closed', Category)
another expression as =Count(distinct(If(IsNull(Dateclosed),ID)))
when I am selecting 'Closed', 'closed' in Category list box the table is showing values where it should not show values based on above condition.. Is there any wrong in expression. Please can anyone suggest me.