Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I have a bar chart from a table like this:
call num | num of days | remarks |
---|---|---|
1 | 6 | bla bla |
2 | 7 | bla bla bla |
my dimension - call num
my expression - num of days
i want that if im standing on one of the bars it will show me the remarks of that call
how can i do that?
Add the remarks field as an expression :
Text(remarks)
and then select Text as Pop-up checkbox. When you hover over the bar, you will see the value of num of days, but also the remarks.
Check the box "Show popup"
Add the remarks field as an expression :
Text(remarks)
and then select Text as Pop-up checkbox. When you hover over the bar, you will see the value of num of days, but also the remarks.
Hi adi,
On expression tab see into text pop up so it will show remarks of that value
Please find the attached file