Tuesday, April 10, 2012

CDE / CDF releases 12.04.09

CDE


Main features:
* Added auditing support for cde render and edit methods


Full Changelog:

* Implemented [REDMINE 514] - Added auditing support for cde render and edit methods * Small change to allow MOLA plugin to work * Changed dependency to 3.10.0-stable * fix path construction in saiku olap wizard


CDF

Main features:
* Added support  for auto-including query results in dashboard context
* Added audit support for renderXcdf operation.


Full changelog: 

* Added support for auto-including query results in dashboard context
* Implemented [REDMINE 513] - Added audit support for CDF renderXcdf
* Solved [REDMINE CDE-528] -  Show values doesn't work on bar charts
* Solved [REDMINE 539] - Dashboards.getQueryParameter is using unescape(), should use decodeURIComponent()
* Changed dashboardContext includes to be compatible with both dbBased and fileBased rep
* Added resources as a plugin path - Added warning for when content generator is used to serve static resources
* Updated cdf dependencies to 3.10-stable
* Removed an extraneous rule from dashboardContext
* Change the timestamp format in the timing loggers
* Changed blockUI to simple .gif + slightly opaque white overlay.

9 comments:

  1. Dear Pedro Alves,

    We are using Custom Parameter, with the following JS code to show Current Year on load of Dashboard.

    new Date().getFullYear();

    With CDE-bundle-1.0-RC3, it worked properly, But after updating to CDE-12.04.09, its not working as used to work earlier.

    My BI-Server's version is 3.9.0-RC1 (CE). Is this the reason or Do I need to change anything else?

    Thanks in Advance,
    Chandra

    ReplyDelete
  2. Are you sure that's the origin of the error? I wouldn't expect it...

    ReplyDelete
    Replies
    1. Yes, it is.

      I tried again with CDE-RC3, the same code working fine, but not in CDE-12.04.09.

      Delete
  3. Pedro, can u give me CDE tutorial for making dial chart? I found nothing :'( I have successed making barchart, piechart and line chart, but i can't make dial chart.

    ReplyDelete
  4. Tengo el mismo problema, no puedo hacer funcionar el Dial Chart Component y el CGG Dial Component no tiene como asociarle una consulta sql por ejemplo.
    Gracias

    ReplyDelete
    Replies
    1. Saludos, al igual que ustedes tambien necesite el Dial, lo trate de hacer funcionar por cualquiera de las opciones que hay (Dial Chart Component y el CGG Dial Component) pero tampoco me fue posible.
      La unica solucion que encontre en cuanto al Dial fue la que hay en este post http://todobi.blogspot.com/2011/07/como-hacer-cuadros-de-mando-con.html obveamente con la propia colaboración de Pedro Alves quien muy amablemente la publico.
      La verdad no se si fue una solucion a los inconvenientes de éstos o trato de explorar otros metodos, el echo es que funciona, asi que si quieres referencia en tu puesta en marcha, con mucho gusto

      Delete
  5. Hi,

    Is there any way on how to make a multivalue paramater work in Pentaho CDE using MDX? I've seen some examples using the report designer but I can't make it work in CDE.

    Thanks,
    Jee

    ReplyDelete
  6. Hi Pedro,
    I just don't know how cde doesn't work for me.
    I use pentaho 4.8 on an Ubuntu machine.
    When install the cde with ctools, and I launch one of the sample I get an error:
    HTTP Status 500
    exception
    javax.servlet.ServletException: Servlet execution threw an exception
    ...

    root cause
    java.lang.NoClassDefFoundError: Could not initialize class com.orientechnologies.orient.core.version.OVersionFactory

    tnx for your work!

    ReplyDelete