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

bodhankar.bvinay

Members
  • Posts

    9
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by bodhankar.bvinay

  1. HI all,

     When I fill in a barchart via a SQL query (it returns 13 records as a tuple) I get the chart rendered with the correct information, but I also get 13 pages of the same chart.

    i need to restrict this 13 pages to 1page.

  2. Hi All,

    i have below data in table now based on hour i need to develope bar chart to show

    TARGETED_COUNT,RESPONSE_COUNT for Target Group and TARGETED_COUNT,RESPONSE_COUNT for Control Group on hour basis.

    But in table i have two records for same hour one is for  Target Group and one more is for Control Group

    Please let me know how to give series expression and value expression in this scenario and plz find the expecetd chart in below. Thanks in advance..

    SELECT DATE_KEY, HOUR, CAMPAIGN_ID, TARGET_CONTROL_GROUP,
    TARGETED_COUNT,RESPONSE_COUNT
    FROM LCMS_CAMPAIGN_ANALYSIS_NRT

     table(1).bmp

    excpected chart is

     

     chart.bmp

  3. in table i have traget_count and reponse count for two catogries like Target Group,Control Group for each hour.

    like 2hour for Control Group the target_count is 10000 response_count is 2000 and for Target Group the target_count is 30000 response_count is 5000.

     

    now i need to create bar chart  nd need to show evrey hour what is the the target_count & response_count  for both Control Group & Target Group.

     

    am using jasper soft studio Please help somebody..

     

     

×
×
  • Create New...