Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i need to count a dimension, and i need to exclude null values, How do i implement using set analysis or is there any other way to implement it.
i did a numeric count of the dimension , I am able to get correct answers.
sum({<fielname-={'value'}>} sales)
- = is used in set analysis for not condition
hope this helps
i did a numeric count of the dimension , I am able to get correct answers.