I am trying to use cm_attribute_exists to make a custom graph, when I look at the function in psql it looks like it is suppose to take text inputs to define the data source and make a graph. Using the CMDBuild 2.5.0 Demo Database I put in;
Name: testchart
Description: Test Chart
Data Source: cm_attribute_exists
schemeaname (Text): Public
Tablename (Text): RequestForChange
attributename (Text): FinalResult
Chart Type: Pie
After that none of the drop downs to define the rest of the chart hold any information. Is there something I did wrong in the setup or does the cm_attribute_exists feature not work yet?