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

sweety.shah

Members
  • Posts

    9
  • Joined

  • Last visited

sweety.shah's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. We have various sub data sets with table component with amout fields. Now, main report needs total from each tables to be accessed out side table to show summary. However, subreport should not be used as per client requirement. Cany anybody suggest a way to reference table fields outside table. Thanks in advance
  2. We have created master report with sub reports. However, when report is integrated into java application, sub report font size is changed to 10. Is there any specific property/jar file should be changed so sub report font remain whatever set at design level? Please advice. Thanks
  3. Hi We have created crosstab report with jasperstudio professional and deployed on jasperserver professional. When this report is exported to excel from jasperstudio it looks exactly it is designed. However, when it is exported from jasper server, it has some cell merge/no merge issue. Even when we apply some properties related to export to excel. For example, we are setting this propertly to cell net.sf.jasperreports.export.xls.collapse.row.span = true/false. But it has no impact when deploy to jasper server. Can you please advice. Thanks
  4. Hi Our client is using jasperserver professional 6.0. And with one of crosstab report, there is issue related to horizenal scrolling. Scrolling is not working properly. Can you please advice to solve it? Thanks in advance.
  5. Google annonation chart can be integrated in Jasper? Please let me know is it possible to integrate google charts with jasper. Thanks in advance
  6. Hi Can you please tell me steps/instructuion to create cross tab report with xml datasource. I am struggling with it as no example i found on it. Can you please help?
  7. Hi I am working with XML file to create report. It is with header-detail tag. However client need some of xml records into columns instead of rows. {<header> <dept> <id>1</id> <name>Sales</name><product> <id>1</id> <Quantity>0</Quantity> <price>10</price></product><product> <id>2</id> <Quantity>1</minQuantity> <price>13</price></product></dept></header> Quantity Price Sales 0 10} So, question is how to convert rows into columns with xml data source in between header-detail section. If crosstab or subreport, can you please provide any example or reference links for it. Quick help is appriciated. Thanks
  8. Actually my client have seperate applicatin with set of users. They do not want to implement any password security functions. So, we just want to refesh users and passwords of current applicaiton into jasper DB. So, i am trying to create user directly into jiuser table. However, it seems it is storing password in encrypted form it is not allwoing to login with my new user created in DB. So, i have two questions: 1) To implement this, do i need to install jasper server manually? 2) In which way i can add new users directly into DB and will it allow to login into jasper server? Thanks in advance
  9. How to store password in encrypted form? Which functionality it uses to encrypt password. Thanks
×
×
  • Create New...