US and Worldwide: +1 (866) 660-7555
+ Reply to Thread
Results 1 to 3 of 3

Thread: Stacked Barchart

  1. #1
    Join Date
    Feb 2009
    Posts
    18

    Unhappy Stacked Barchart

    [EDITED]
    Hello,
    Im trying to create a stacked barchart.

    I have a query:

    select date, region, sum(sales) as sumsales from company_sales group by date, region

    I need to create a serie in stacked bar for each region. But it is only creating one serie (sumsales).

    Atached is a image with a example of the chart that i need...

    i'm sending my xaction too, please guys, could you see whats wrong?? Any sugestion is welcome!

    really thanks!
    Attached Images
    Attached Files
    Last edited by Leandro; 05-22-2009 at 04:52 PM. Reason: better explanation

  2. #2
    Join Date
    Feb 2009
    Posts
    18

    Unhappy

    I found a issue in jira about my problem. But no solutions at all...

    http://jira.pentaho.org:8080/browse/...s:all-tabpanel


    Any Idea??/ Pleaseee
    Last edited by Leandro; 05-25-2009 at 03:01 PM.

  3. #3
    Join Date
    Feb 2009
    Posts
    18

    Red face solved

    Hey Guys,
    the solution for that problem is to use the crosstab component:

    http://wiki.pentaho.com/display/Serv...ltset+Crosstab

    Thanks kappa!!

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts