Hi Bo,
unfortunatly, the solution you mention in my other post ("multiple pie chart on same report") does not work with the HC Pie model, as this model cannot be edited.
And if I do not use the HC Pie Model, I cannot decide which colors need to be used 

The report I try to create is to see betwween 2 separates pie the evolution of the risk priorisation from a year to another, and I need also to have a specific color for each level of priorisation.
The sql statement send back the following datas
- Code: Select all
- RIS_NAME     PRIORISATION YEAR N-1     PRIORISATION YEAR N
 R1                  1                            1
 R2                  2                            1
 R3                  1                            2
 R4                  3                            1
 R5                  3                            3
 R6                  3                            3
 R7                  2                            1
 
 
 
 1st pie : Priorisation 1 : 2 risks
 Priorisation 2 : 2 risks
 Priorisation 3 : 3 risks
 
 2nd pie : Priorisation 1 : 4 risks
 Priorisation 2 : 1 risks
 Priorisation 3 : 2 risks
 
 
For the moment, If I do understand correctly, if i do not use HC Pie, I can have those 2 pies on the same report, but without the specific color.
if I use HC Pie, I have the specific color, but I cannot have 2 pies on the same report, and if i use a dashbord the specific colors are not used.
Is there any other solution I can try (by the way, I work with the 6.4.31 version)?
Thanks,
Regards,
Jérôme