FAQ
What does CDE mean?
CDE stands for Community Dashboard Editor.
I'd like to add a SQL query. Which datasource should I select?
SQL query or SQL over sqlJdbc/Jndi?
You should definitely choose the options inside the SQL Queries category, based on CDA. The Legacy Datasources are there just for compatibility reasons.
I want to configure a datasource but I don't understand the properties. Is there a documentation somewhere?
The CDE datasources (not the Legacy ones!) rely on CDA. For understanding the different properties just take a look at the CDA documentation.
Is CDE free?
CDE is released under the MPLv2 license.
How do I add a bubble chart in CDE?
There is no Bubble components in CDE, but you can add a Protovis component with your customized code. In the same way, you can add any kind of Protovis chart not implemented by CCC.
How do I edit an old dashboard with CDE?
You can not. You have to edit the xcdf files directly.
How do I format the legends in my charts?
The legend properties (color, font, etc.) as well as many other chart features can be changed or setting by defining CCC extension points. You can find this property in the Advanced Properties tab. For more on extension points read the CCC documentation.
I want to add a kind of component not implemented by CDE. Should I contract Webdetails for developing it?
Sure you can! But there is an alternative: CDE is open in the sense that it allows you to develop your own custom components.