Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
I have histogram chart using the class function as the dimension and i want to disply all the classes not only those with actual value.
In the chart properties the show all value is selected.
thnx.
Try unchecking the option Suppress Zero-Values on the Presentation tab of the properties window too. And probably enable the Suppress When Value Is Null for the dimension. See attached qvw.
Still not working, any other ideas?
Hi,
Kindly please upload the qvw file.
Regards,
Kaushik Solanki
Hi,
I can't upload my file cuz confidential reasons, but im upload picture from Gysbert Wassenaar file above with one change,
insted using the class function in the script im using it as calculate dimenson (=class(sales)) and because of
that i can't display the classes with no data(the missing class is 4000 <= x <= 5000).
I have to use the class function in the calculate dimension and no in the script cause the cluster size changing
dynamic according user input.
thnx.
Have you deselect the "Suppress Zero Values" as suggested by Gysbert Wassenaar?
You will find it under presentation tab.
Regards,
Kaushik Solanki
Yes, already done it, still dont work.
p.s
how can i attach file here the only optin i see is pucture video or link?
thnx.
You can see the option "Use Advanced Editor" when you reply to the post.
Regards,
Kaushik Solanki
Ok thnx, im attach the file.
Please see if you can help.
thnx.
HI,
The problem resides in your expression.
your expression is
count({<Sales={'<4000>5000'}>}Sales)
Here you are saying that give the sales where sales is not between 4000 and 5000
Regards,
Kaushik Solanki