Jump to content
We've recently updated our Privacy Statement, available here ×

nazaf

Members
  • Posts

    13
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by nazaf

  1. Any update on this? I can't seem to find the objects referring to the report which i am trying to delete. If only i could change the ResourceID, that would have been solved the issue i am stuck at.
  2. As much as i know, server side doesn't require any specific changes for Google Maps. report empty i think is because the data is not getting passed properly. Please check the data source.
  3. In _report parameter I can feed the report url but what if i want to give rest v2 url of that report for example, http://:/jasperserver[-pro]/rest_v2/reports/ path/to/report.? Other paramters we pass can act as arguments but how do i give the url? Any solution? Thanks.
  4. I have been trying to fetch data from two objects. I have json data where there are 5 objects, out of which 1 has values as an array. I am successfully able to fetch data from the object which has value has an array and use the fields in my report. But,i was trying to get a field from the 1st object as well which on using comes as null. I am posting the image. These 3 fields i am using in my report. i want the field 'name' from 1st object to be used with the report but i am not being able to do so. Can someone please help me out here? Regards, Nazaf
  5. Ok, I found a solution using this http://community.jaspersoft.com/wiki/how-add-marker-tooltips-and-hyperlinks-google-map-component I used infowindow to display the data i needed to. <mp:itemProperty name="infowindow.content"> [/code] <valueExpression>[/code] <![CDATA["<pstyle=text-align:left;'><a href="+$F{url}+"target=_blank><b>"+$F{markername}+"</b></a><br/>latitude:<b>"+$F{latitude}+"</b><br/>longitude:<b>"+$F{longitude}+"</b></p&gt]]>[/code] </valueExpression>[/code]</mp: itemProperty>[/code]
  6. I have a Map element report in which i am displaying lables on markers. I looked over all the forums but couldn't find any. I wanted to have tool-tip so that if i hover over the markers, some data would be displayed accordignly. The same way it works in Google Map. How do i incorporate that?
  7. I have a fully fucntioning HTML5 bar chart with different categories. I want to change the color of a specific bar For example, This bar misses the month name and i want to change the color of this specific bar to any different color without changing the color of my other bars and series. Here, Month is a category whose value is null in this particular case and that is why i am printing it as "NA". I am stuck with this problem for days. Please, Help me out here. Let me know if i am supposed to provide more details. Thanks. .
  8. I have a cascaded paramter report with 2 multi-select query input control which works fine. When i select a value in first dropdown, the second dropdown's values change accordingly and the first value comes as selected. I wanted to have a functionality such as if i select a value in first dropdown, the second dropdown's whole output will come out as selected and further we can deselect/select as per our use. How do i achieve that? Do i have to do something in control and resources? Please, Help me out here. Thanks.
  9. Hello, I have my cascaded parameter report working. But i wanted a functionality as if i select a value from first input control(?) , the results which will come out after filtering in dropdown should be all selected and not just the first one. How do i do that? Thanks.
×
×
  • Create New...