Dashboard with "parameter" charts

Hi!

I am having problems with a dashboard I created. I will explain all config etc.

  • A grid with several data. I have a new image field to show the dashboard. I save the data from one field in a variable [customer].
  • I created a chart with a variable in the SQL ([customer]) in order to show this customers data evolution
  • I created another chart with the same variable and other data.
  • I created a dashboard with both charts and open it clicking on the image field created on step 1. I also atached to the dashboard a small grid, with the same variable.

The very first time, its behaviour its correct, but once I close it and open another row clicking in its image, the charts data are not updated (it shows the previous one) but the dashboards grid data it is updated… I have no idea what is going on.

In order to see if the variable is correctly updated, I show it by an “echo [customer]” on the onapplicationinit, and it is correctly updated…

Can anyone help me?

Thanks in advance.