Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi again,
I have the following pie chart which includes values YES, NO and "blank".
I need that the chart takes only values Yes and No and it exclude the "blank" values.
How I can do that?
Thanks in advance
Hi,
Right click on chart properties--> dimension tab --> Select your dimension
and click on suppress null values.
Regards
ASHFAQ
Use set analysis in your expression like:
{<Accomplishment = {'=len(trim(Accomplishment))>0'}>}
Hope this helps!
Hi,
try one of these options in set analysis:
Count({$<Accomplishment-={''}>}value)
Count({$<Accomplishment-={'$(=chr(32))'}>}value) //space with ascii code
Count({$<Accomplishment-={'$(=chr(0))'}>}value) //blank character with ascii code
hope that helps
regards
Already tried this, but didn't work.
Thanks anyway
Hi,
Can you post your expression here.
Regards
ASHFAQ
Hi,
Thanks
Hi Jaime,
I tried all three alternatives and Qv does not recognize "value"
Please, can you help me more?
Thanks!
Hi,
What is "Set Analysis"?
It can help reduce things in your sets of values for the expression you use, to put it simply.
What is the expression you are using in your chart?
On the tab called Expressions?