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

r0375557

Members
  • Posts

    4
  • 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 r0375557

  1. Hey. Is it possible to display 2 labels of 2 different fields on the x-axis of a bar chart like in Excel? Example: http://excel.tips.net/T003203_Two-Level_Axis_Labels.html Thanks.
  2. Hey I didn't change anything about memory. Where can I change that?
  3. Hey I was using the trial of the Enterprise edition, to view my reports created in iReport Designer. However my trial expired a few days ago. I reinstalled the Community edtion and ever since open reports has been very slow. Complex queries take forever to load now. (I'm using MDX querys in iReport, it loaded in just seconds in EE) My configuration is the same with the EE and the database isn't the bottleneck. The log files of Jaspersoft are not showing anything... Does anyone else have the same issue?
  4. I'm creating a report for JasperServer in iReport. I am creating a report with the top 10 companies with most product downloads of the selected products. Users can select in JasperReports which products with a list (parameter {$P{ProductFormat}}). My dimension for products has the following structure: [Product].[ProductFactory].[ProductType], so input for the parameter for example can be: [Product].[ProductCategory1].[Product1], [Product].[ProductCategory2].[Product2], ... I also want those products available as rows so I can use them as fields in iReport. (product in where is not an option) SELECT NON EMPTY { [Measures].[Orders] } ON COLUMNS, NON EMPTY Crossjoin({TopCount({[uSER_COMPANY].[Company].Members}, 10, [Measures].[Orders])}, {$P{ProductFormat}}) ON ROWS FROM [Products] WHERE $P{DateFilter}[/code] This query return the top 10 companies of all products with the data filtered per products. I want a top 10 companies of the selected products, but I can't get it to work with topcount and as a row. Thanks.
×
×
  • Create New...