Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: krysna
  • Content: Threads
  • Order by date
  1. krysna

    crystal renders wrong fonts on iseries

    We have an application that runs on both Windows and on iSeries. We are using Crystal Reports to render our reports, and we always export them to PDF to display. When we render them on Windows, they look as expected. When we render them on iSeries, however, the fonts are arbitrarily...
  2. krysna

    aligning amounts on decimal points

    I have a report where I am displaying an amount. It is formatted to 2 decimal places. However, the customer wants the negative amounts to show the minus sign on the right "sticking out" to the right of the number so that the decimal points are aligned. I have another report where they want...
  3. krysna

    report renders with multiple copies of record

    We have several reports in our web application, all of which go through the same java class to render the reports as PDF's in a web browser. One report is giving me trouble, however. It renders fine when I render it in crystal's preview mode. However, when I run the report in our app, I get 5...
  4. krysna

    summing a formula in header

    I have a somewhat complicated report where I need to sum sums, and CR does not seem to want to let me. Here is how it is set up: Group 1 = AARow Group 2 = Fund Details are not shown, as I only want to see totals for the fund. Depending on the value of the AARow and another field that is part of...
  5. krysna

    passing multivalue parameters through ExportOptions

    I am trying to pass params to my report via a java servlet. It is exporting the report to a PDF. Everything works fine for "single" params, but when I try to pass params with multiple values, I am only getting the first one. Here is my code: Fields fields =...
  6. krysna

    ReportExportControl not setting parameter fields

    I am trying to pass parameters to a report and export it to PDF. I am setting the parameters in the Fields object and then calling reportExportControl.setParameterFields(fields). The size of fields is 2. However, after setting, the size of reportExportControl.getParameterFields() is 0. The...
  7. krysna

    format number on chart axis

    I have a chart in my report that shows data on change of month number. The field is a number. In the preview mode, it shows the way I want it to (i.e. 1 2 3, etc). However, when I view it on the web, served up with the ReportRenderer in java, the months display as 1.00 2.00 3.00, etc. I...
  8. krysna

    Some parameters are missing values

    I have several reports that I have "linked" via hyperlinks to internet locations. I start with report 1. Depending on what was clicked, I pass that parameter to an action class (we are using Struts), which sends it to the ReportRenderer and serves up the next report. Report 2 comes up just...
  9. krysna

    pass parameter from one report/chart to another report

    Has anyone passed a parameter from one report to another - using a hyperlink off of a chart? It looks like it is possible, but BOBJ did not provide an example with their user guide. If so could you please post example syntax? I would like to pass the fund number from report A and open report B...
  10. krysna

    sort report in order of formula results

    I have a report that is grouped by a field, Fund, and displays a budget vs. historical variance for each fund, colored red, yellow, or green. i.e. if the percentage of the budget that has been spent so far is more than x% different from the percent that has been spent so far in previous years...

Part and Inventory Search

Back
Top