Search code examples
pentahopentaho-cde

In pentaho , Map component popup do not display the value after a refresh


I used map markers with parameter, First the marker and popup works fine. And when I change the parameter, markers refreshed ok but, popup with data shows nothing. I tried to solve, but nothing works. Kindly asking help


Solution

  • Marker Click function test JS:

    function f(){

    alert(this.dashboard.getParameterValue("status") +" you have clicked on");

    //Dashboards.fireChange('status', e.vars.category.value);

    }

    Then you have to change the param values, check the alert box.