Hi Hao,
Thank you for your response!
Here is the complete xml file. As I noted, I am not clear why after importing this file it's not able to render the chart. It keeps saying the process funnel chart could not be rendered for the lead to opportunity sales process record type on the dashboard. As you can see in the xml file blow, the only line I have added is "<order alias="groupby_column" ascending="true" />". The import is successful but the chart cannot be rendered. Once I removed this line and re-import, it's back to normal.
<visualization>
<visualizationid>{C704E86F-9ED6-E611-80D6-00155D0878CA}</visualizationid>
<name>Process Funnel</name>
<description>Shows the number of active processes.</description>
<primaryentitytypecode>leadtoopportunitysalesprocess</primaryentitytypecode>
<datadescription>
<datadefinition>
<fetchcollection>
<fetch mapping="logical" aggregate="true">
<entity name="leadtoopportunitysalesprocess">
<attribute groupby="true" alias="groupby_column" name="activestageid" />
<attribute alias="aggregate_column" name="name" aggregate="countcolumn" />
<order alias="groupby_column" ascending="true" />
</entity>
</fetch>
</fetchcollection>
<categorycollection>
<category alias="groupby_column">
<measurecollection>
<measure alias="aggregate_column" />
</measurecollection>
</category>
</categorycollection>
</datadefinition>
</datadescription>
<presentationdescription>
<Chart Palette="None" PaletteCustomColors="91,151,213; 237,125,49; 160,116,166; 255,192,0; 68,114,196; 112,173,71; 37,94,145; 158,72,14; 117,55,125; 153,115,0; 38,68,120; 67,104,43; 124,175,221; 241,151,90; 186,144,192; 255,205,51; 105,142,208; 140,193,104; 50,125,194; 210,96,18; 150,83,159; 204,154,0; 51,90,161; 90,138,57;">
<Series>
<Series ShadowOffset="0" IsValueShownAsLabel="True" Font="{0}, 9.5px" LabelForeColor="59, 59, 59" ChartType="Funnel" CustomProperties="FunnelLabelStyle=Outside, FunnelNeckHeight=0, FunnelPointGap=1, FunnelNeckWidth=5 ">
<SmartLabelStyle Enabled="True" />
</Series>
</Series>
<ChartAreas>
<ChartArea>
<Area3DStyle Enable3D="false" />
</ChartArea>
</ChartAreas>
<Legends>
<Legend Alignment="Center" LegendStyle="Table" Docking="right" IsEquallySpacedItems="True" Font="{0}, 11px" ShadowColor="0, 0, 0, 0" ForeColor="59, 59, 59" />
</Legends>
<Titles>
<Title Alignment="TopLeft" DockingOffset="-3" Font="{0}, 13px" ForeColor="0, 0, 0" />
</Titles>
</Chart>
</presentationdescription>
<isdefault>false</isdefault>
</visualization>
Thank you!