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

Filip C.

Members
  • Posts

    20
  • 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

Posts posted by Filip C.

  1. What version of JasperSoft Studio are you using. When you save the report in JasperSoft Studio and it automatically publishes the report to JasperServer as well, it overwrites expressions for subreports, images, ... You have to make sure you do not overwrite those while publishing.



     



    How do you deploy from local DEV to PRD ? I would suggest you do it by using the export/import functionality in JasperServer ... It will automatically copy your DEV structure to the PRD server as well ... You only need to be aware if you also export and import the dependencies, on PRD your datasource connections will be overwritten.



     


  2. How do you connect to JasperServer ? What API are you using ?

    Normally you should be able to send Username and Password to JasperServer ... Unless you enabled anonymous access, you should be doing so already ... If not you cannot acces Jasperserver. SO it would be a question of implementing some extra code in your Oracle Forms

  3. Did you set your bookmark level on the 'Bookmark' fields ?

    Are your bookmark fields Level 1 grouped ?

    The TOC is generated based on the vertical flow of the report. For each occurence of a bookmark in the report, a TOC entry is generated. So you need to make sure your ToC entries for level 1 appear only once in the report.

  4. Make sure the result set is ordered on SI No. - Order By - Product - Colour

    Create 4  groups on SI No. - Order By - Product - Colour

    Put all your fields in the group header of Colour

    Uncheck 'Print repeated' values for fields SI No. - Order Num - Order date - Order By - Product

    Indicate 'Print when group changes'

    SI No. -> SI No.

    Order Num -> SI No.

    Order Date -> SI No.

    Order By -> Order By

    Product -> Product

    That should do the trick ...

     

  5. Hi,

     

    my apologies. I overlooked your remark. You can put these conditions in aconditional style. First create a regular style, then right click on that regular style entry and select 'add conditional style'.

    In the conditional style you'll then have the opportunity to add a conditional style expression and provide some extra style information like for instance a different color.

     

  6. In case the two rows with the same label have a different key value in your source, you can add your key as extra group level in your crosstab (and hide it if needed) so the crosstab will first group on the key and afterwards on the label, resulting in two rows (or columns) for the same label.

    Be aware the crosstab will sort on the key in this case, not on th elabel anymore, so you might be creative and cancatenate label '_' key or something like that to preserve sorting.

    Regards,

  7. All,

     

    I know this question has been asked a few years ago, but I couldn't find any answer for the question. So hopefully, since, the issue was solved, but no-one indicated in previous questions, solution is available now. But my problem is:

    I have a jrtx file which contains 2 entries: st_details_odd en st_details_even. In my report I added a reference to the stylesheet, I added a style st_details, with two conditions (I know I could do this with one condition, but was testing the functionality):

    $V{REPORT_COUNT} % 2 == 0 => style="st_details_even"

    $V{REPORT_COUNT} % 2 != 0 => style="st_details_odd"

    But it seems like the conditional styles are not processed at all, as when I deliberatly add a typo in one of the styles, the compiler does not complain at all. But in any case, the specifics for the conditional styles are not appliad at all in teh report.

    Anyone knows if this bug has been solved already ?

    Regards,

    Filip

     

  8. Ernesto,

     

    what in case we need via a domain create a JasperSoft Studio report for both fact tables. Say fact_table_1 contains budget data (granularity: month and product), and fact_table_2 contains actuals (granularity: date and product [and customer]). How should we based on these two fact tables with different granularities create a report, which compares the budget on month level with the actuals for that month. In SQL I would create 1 aggregated query for the budget and 1 aggregated query for the actuals and join those. But not sure if I can do the same in JasperSoft STudio (or in the ad-hoc viewer).

     

    How should we solve this ?

     

    Regard,

     

    Filip

×
×
  • Create New...