Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2806

Re: Setting generic tile with json data

$
0
0

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


Viewing all articles
Browse latest Browse all 2806

Trending Articles