Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can we have a different pop up for different expressions in waterfall model ? Or is there any workaround to do the same ?
Hi Varsha, try this solution.
I have duplicated the expression, and I have changed all expressions with only 1 expression and 1 dimension,using pick for calculate each expression. Check all options please.
Regards!
Hi Varsha,
Can you explain your query a bit more ?
Normally in a waterfall chart each expression will have pop up corresponding to its expression and label name.
Regards
KC
Hi Jyothish,
We need a popup text with some more details w.r.t each expression.
eg:
I have 2 bars in my waterfall
I want to have a pop up for the first one as : 'Label name' has value '$(value)' due to increase in '$(factor)'
and may be a simple one for second: 'Label name' and its value
Just like a ppt, we prepare for business.
How is your waterfall looks? Dimension is Same?
Multiple expressions with no dimension
Something like this:
where a is sum(something)
b is sum(something else)
etc
Hi Varsha,
why dont you simple modify your label ?
Pfa sample.
Regards
KC
Considering the below as an example:
If I modify the label, I will reflect on my x-axis too, Right ?
For my first bar, the green color one,
I want its label to be 'a'
and a pop up as : 'The value of a is' & $(value)
Hi Varsha,
P F A.
Regards,
Krishna.
Hi Varsha,
Use dual expression for it.
Your Expression must be like this:
Dual(Text,Value), for example: Dual('Label name has value '&$(value) &' due to increase in '&$(factor),1.5)
Your value represented on chart will be 1.5, but you will see on pop-up the text.
Regards!!!