Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Experts,
I need some help on custom expressions.
As we know we can apply the custom expression to that bar chart.
Here the scenario is suppose i have a bar chart which compares the value( Actual vs Previous).
Bar chart with two bars..I want to have two custom expressions.
When i give the expressions it only considers one custom expression.
What if i want two ?
I have attached a sample test file. Please have a look..
Thanks in advance.
No it doesn't. The bar would always be based on your second argument passed - (Sum(F4) in my sample). You see all bars are showing 555, but the bar lengths are different, isn't it?
Like this you want ??
![]()
As per my attachment you can see there are only two bars. with some expression.
On the value display i want some other expression(custom) to be displayed.
For example if you are showing the sum of some value. i want to show it percentage with its sum to be displayed.
But the bar expression is calculated on the basis of its sum.
Hope you got my point.
what's the custom expression your taking about ...I could see your using 2 expression and enable bar for it ...for the other 2 you have not enabled any bar or text pop-up and what your expecting it to show ...I confused
May be using Dual() like:
You can replace 555 with your custom expression.
But if i use dual. according the value the bar also changes.
I want to show my bar with sum(Value). And value on popup(In place of 555 i want to show sum and its percentage).
No it doesn't. The bar would always be based on your second argument passed - (Sum(F4) in my sample). You see all bars are showing 555, but the bar lengths are different, isn't it?
To Be more clear . See the screenshot below.
There is one bar chart with some data . The second chart expression is different (%).
I want to display them on the 1st chart.
Not sure if understood right. This?
Yes. This Works. Thanks for the Time:)