-
How many expressions and dimensions can be usedin the bar chart?
Sunil Chauhan Jan 17, 2012 4:49 AM (in response to At titude )only two dimensions
and more than 1 expression
-
How many expressions and dimensions can be usedin the bar chart?
At titude Jan 17, 2012 5:51 AM (in response to Sunil Chauhan)Hi Sunil
I have heard that we can use 3 dimensions and only one expression.
Can someone please verify the answer given?
Thanks,
Attitude
-
How many expressions and dimensions can be usedin the bar chart?
Henric Cronström Jan 17, 2012 8:14 AM (in response to At titude )It is the same thing. A bar chart can have dimensionality=3, which you can achieve by either 2 dimensions and an array of expressions (any number of expressions), or 3 dimensions and single expression./HIC
-
How many expressions and dimensions can be usedin the bar chart?
At titude Jan 18, 2012 2:22 AM (in response to Henric Cronström )Hi Henric
So do you mean to say that maximum of 3 dimensionality can be used in bar chart?
Thanks,
Attitude
-
How many expressions and dimensions can be usedin the bar chart?
Sunil Chauhan Jan 18, 2012 2:30 AM (in response to At titude )if we use third dimension then it will not appear in chart
-
How many expressions and dimensions can be usedin the bar chart?
At titude Jan 18, 2012 2:35 AM (in response to Sunil Chauhan)Hi Sunil
Yes you are correct I also think the same. But I heard someone saying that we can use 3 dimension in the bar chart. So I want some justification from those people.
Thanks,
Attitude
-
Re: How many expressions and dimensions can be usedin the bar chart?
Henric Cronström Jan 18, 2012 3:31 AM (in response to At titude )Yes, you can use three dimensions and one expression. See attachment. But you can argue that the bar chart gets cluttered and that you should not do it..
-
3Dim test.qvw 186.2 K
-
Re: How many expressions and dimensions can be usedin the bar chart?
Yojas Samarth Sep 10, 2012 10:10 PM (in response to Henric Cronström )Hi All,
As the discussion is on Bar chart's dimension and expression limit, I am using two dimensions and more than two expressions, then my bar chart is automatically converted into stacked style which i dont want, I want to show my expressions in Bar only, can any one tell me how to do that?
Regards,
Yojas
-
Re: How many expressions and dimensions can be usedin the bar chart?
whiteline _ Sep 11, 2012 1:25 AM (in response to Yojas Samarth)Add a synthetic dimension (the last one):
=ValueLoop(1,2)
Then you can replace your 2 expressions with one:
=pick(ValueLoop(1,2), expression1, expression2)
-
Re: How many expressions and dimensions can be usedin the bar chart?
Yojas Samarth Sep 11, 2012 1:31 AM (in response to whiteline _)Hi Whiteline,
Thanks for the Reply.
This is the different method I found aftter so many Reply. Do you have any example where you have used such type of expression? That wil be helpful for me.
Regards,
Yojas
-
Re: How many expressions and dimensions can be usedin the bar chart?
whiteline _ Sep 11, 2012 1:43 AM (in response to Yojas Samarth)No, unfortunately.
It's rather simple, use what was mentioned above.
Just replace expressionN with your expressions.
-
-
-
-
-
-
-
-
-
-