Hi
Check if there is space before {/d/results/TOT_CNT} in
<ComparisonData title="Completed" value="<space here>{/d/results/TOT_CNT}"/>
<ComparisonData title="In Progress" value="572"/>
<ComparisonData title="Not Started" value="633"/>
delete the space.
if still the problem
use parsefloat as below
<ComparisonData title="Completed" value="=parseFloat(${/d/results/0/TOT_CNT})}"/>
Regards,
Sarbjeet Singh