Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

multi Dimensions in a pie chart

Hi,

I am trying to get a pie chart working with just Dept_code = 123 and count(CertificationName)

I assume that i create a dimension what not sure on the code.

3 Replies
Anil_Babu_Samineni

May be this

If dimension, If(Dept_code=123, Dept_code) // Suppress should be enable

If expression, count({<Dept_code = {123}>} CertificationName)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Thank you, count({<Dept_code = {123}>} CertificationName) worked perfectly

Anil_Babu_Samineni

Glad it worked, But we will get from community related same stuff.

Anyway, Please close this thread Qlik Community Tip: Marking Replies as Correct or Helpful

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful