Forum Discussion

Andy1's avatar
Andy1
New Contributor II
10 months ago

Charts

Does anyone have any experience creating a bar graph with 2 dimensions on the x axis?  We have created a bar chart comparing Recurring and non recurring revenue by entity.  Currently, I have both...
  • JackLacava's avatar
    10 months ago

    Unless there is a particular reason to use Advanced Charts, I would suggest to use Bi Viewer instead, in combination with a Data Adapter of type Cube View MD. For most types of charts, is usually much easier and more intuitive to work with that setup, than trying to get Advanced Charts to behave.

  • db_pdx's avatar
    db_pdx
    10 months ago

    Two options:

    1) In the Data Adapter Settings > Miscellaneous > Add Start End Calendar Time: set to True. This will give you fields of StartDate and EndDate which are real date values that will sort properly

    2) Convert the OneStream [Time] field to a DateTime in a Calculated Field. For example: ToDateTime([Time]), this requires that the Data Adapter > Header Text > Time: is set to Description.

    Once you have a real date to work with you can format in your BI Viewer component to your preferred format, such as, Month-Year.