Hi,
I created a query item as below
Count (distinct case when item =1 then Id else null end)
Like this I have more 4 condition with same Id count
Count (distinct case when item =2 then Id else null end)
Count (distinct case when item =3 then Id el...
I created a query item as below
Count (distinct case when item =1 then Id else null end)
Like this I have more 4 condition with same Id count
Count (distinct case when item =2 then Id else null end)
Count (distinct case when item =3 then Id el...