<p>Hello ,</p>
<p>I am using the following script to get the Ajax data at client side by placing the code as HTML in text element</p>
<p> </p>
<div> </div>
<div> </div>
<div><script><br>
var jdata = null;<br>
head.js("<a data-ipb='nomediaparse' href='
https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js'>https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"</a>,calljson); </div>
<div> </div>
<div>function calljson() {head.ready(function(){<br>
</div>
<div> </div>
<div>$.ajax({<br>
url: '<a data-ipb='nomediaparse' href='
https://xxxxxxxx/ClaimxxskWeb/services/v1/reportSearch/InjuryByDivisionReport/633''>https://xxxxxxxx/ClaimxxskWeb/services/v1/reportSearch/InjuryByDivisionReport/633'</a><br>
headers: {<br>
'token': '83c25e9704d64f0a97a96c48ffb8378c',<br>
'userid': '10',<br>
'locationId': '2'<br>
},<br>
method: 'get',<br>
dataType: 'json',<br>
success: function(data) {<br>
<br>
<br>
alert(JSON.stringify(data));</div>
<div> </div>
<div> // jdata = JSON.stringify(data); <br>
<br>
<br>
}<br>
});</div>
<div> </div>
<div>});</div>
<div> </div>
<div>}<br>
</script></div>
<p> </p>
<p>I want to get the jdata object to my report so that I can use it as data for my charts. How can I do that?</p>
<p>Thank you</p>
<p>Raj</p>
<p> </p>