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

mpenumal

Members
  • Posts

    5
  • 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 mpenumal

  1. Hi, Can we create analysis views(which are having drill-up&drill-down ,pivot features etc) using i-reports?Plz help me out.Thanks a lot in advance Reg, Madhu
  2. Hi, How can we add the "widgets Pro" component in i-report and what properties need to set for that?Is there any limit of pages generated in the output for this component???Plz help me out.Thanks a lot in advance Reg, Madhu
  3. Hi, How can we locate the schema in Jasper Server while creating the analysis views?Plz help me out.Thanks a lot in advance Reg, Madhu
  4. Hi, I am new to this .How can we create Analytical reports using Jasper Suit?Plz help me out.Thanks In advance Reg, Madhu
  5. Hi, I am using i-report 3.7.0 version.Here i have created a parameter and using it in the query part.How can i pass multiple values into the query through that parameter??I am able to pass one value into that parameter.plz help me out.Thanks in advance Code:SELECT product.`product_name` AS product_product_name, sales_fact_1997.`store_sales` AS sales_fact_1997_store_sales, store.`store_name` AS store_store_nameFROM `sales_fact_1997` sales_fact_1997 INNER JOIN `product` product ON sales_fact_1997.`product_id` = product.`product_id` INNER JOIN `store` store ON sales_fact_1997.`store_id` = store.`store_id`where product.`product_name` in ($P{parameter2})Group By product.`product_name`,sales_fact_1997.`store_sales`,store.`store_name`order by store.`store_name`,product.`product_name`
×
×
  • Create New...