0

my report contain a PieChar and a Histogram , at first i'm need that just The PieChart is shown and the Histogram is hidden, what i'm need is when I click on the pieChart the Histogram must be shown.

I change Behavior-> "Pop-up" but it's still shown

I try to apply this demo Demo but the histogram still shown, i don't know why??

Any one can help me on that ???. THX,B.Marwen

Baini.Marouane
  • 579
  • 2
  • 8
  • 18

1 Answers1

0

Behavior -> "Pop-up" won't be applied in Editing mode. It works only in reporting mode.

You have to tie them to each other with event (e.g. set "onCellClick" event value in Pie Chart and filter by this value in histogram).

Artem Lopatiy
  • 948
  • 5
  • 15
  • Yes of Course , there is a event between the Pie Chart and the histogram, reely i found a problem in this point because in the demo it run correctly and i apply it but without a result, i need help to resolve this – Baini.Marouane May 13 '16 at 14:16
  • By apply the demo, it's the same result, at the first loading the histogram is shown and the behavior is "Pop Up" and there is an event between it and the PieChart, it's really weird. – Baini.Marouane May 18 '16 at 10:20