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

zsoelod

Members
  • Posts

    8
  • Joined

  • Last visited

zsoelod's Achievements

Rookie

Rookie (2/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi, we'we tried to use D3.com but we did not found details related table customizations . We've tried to use jquery directly with custom visualization component and velocity template but with no success. Do these work through REST v2 as well? Do you have a table-sort like example or similar?
  2. thanks for your reply,I will check the sample you sent. Still why the interactive parameter in the REST calls if interactivity is not possible? At least I can imagine the javascript functions that are downloaded as response to be able to add this interactivity without sending requests in addition to the jasper server(so still stateless).
  3. Thanks for your reply I will try it out. Does your answer also mean that just using simply the interactive=true on /reportExecutions service does not provide the interactivity on Table component I was looking for , right?
  4. Hi According to the rest v2 docs: "In a commercial editions of the server where HighCharts are used in the report, this property determines whether the JavaScript necessary for interaction is generated when exporting to HTML " So interactive HighCharts are not available in te community edition of rest v2. How about tables, can those be interactive in rest v2? (the interactive atribut of the /reportExecutions service is left to true) (by interactive table here I refer to sorting/filtering/formatting columns possibility) I tried this out witht the /reports service but I did not get interactive table . Is it possible in the more complex reportExecutions service? Thanks.
  5. Hi did you get an answer on this ? I'm particularly interested in: is it possible to have interactive tables through REST API? I know it is not possible to have interactive HighCharts in community edition, but interactive tables? Thanks.
  6. Hi I had excatly the same problem under weblogic92, any news on this?
  7. Hi this worked for me in version 0.5.1 I used till now, do you have set print when expression for each field in the row?
  8. Hi I'm working on java web application that uses jasper for reporting, data is gathered in stored procedures, jrdatasource built in code . I would need to know if it's possible to show only the fields specified by the user in the UserInterface without to create xml s for each possible case(which is not really acceptable) and without to put each possibility in xml(with iReport) in a different line for each section(header detail total..) and adding print when conditions depending on some parameters(which is also not really doable since th xmls get very complicated and hard to change) thanks Elod
×
×
  • Create New...