I've got Graphviz installed (it shows up under Installed modules), but when I go to Report Map, choose any report, select output of "Show Picture", I end up with a broken picture icon. If I switch to PDF output, it produces an invalid PDF. If I choose dot file, here's the output I get:
strict digraph "myDBR reports" {
rankdir=LR;
PROCEDURE [ label="sp_DBR_Report1|PROCEDURE",shape=record,fontsize=10,style=filled,fillcolor="#CCCCFF" ];
PROCEDURE -> sp_DBR_userusage [ color=red ];
PROCEDURE -> sp_DBR_StatisticsReport [ color=red ];
PROCEDURE -> sp_DBR_Report2 [ color=red ];
PROCEDURE -> sp_DBR_Report3 [ color=red ];
PROCEDURE -> sp_DBR_Report4 [ color=red ];
}
I've tried a bunch of different combinations of reports, directions and output in Report Map, but haven't been able to produce a report. Not sure where I'm going wrong...
Thanks!