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!

Recent content by jnujella

  1. jnujella

    Print all dates in a year

    How can I make a report to print all dates in a year from today's date??? I want to use this in my cross tab report. Thanks for any help.
  2. jnujella

    Sum with exclusion condition

    you can use a running total ...where you can give the where conditon in formula..
  3. jnujella

    Chart Problem

    HI I am using crystal XI release 2 I have to create a report like months and dates on the columns side. | Jan Feb Mar.........Dec | 1,2,3,4,5 8,9,10,11....123.. --------------------------------------------------------- Trailer1 | 1 1 2 0 0 ..... Trailer2...
  4. jnujella

    Dynamic parameter in report selection formula

    so easy ha.... thanks for your help .... can you explain what was the difference between these two just throw some light if you can even other wise I am fine as my report worked.. Thank you so much for your help
  5. jnujella

    Dynamic parameter in report selection formula

    HI all, I am working with crystal reports version XI release 2 I have a report where I am using the dynamic parameters. And it has got multiple value selection. The dynamic parameter is country. It is displaying all the countries like country 1 to country n User can select any number of...
  6. jnujella

    Uisng parameter in Sql Expression

    Hi I am using Crystal reports Version 9.0 I have to decide whether to supress a section based on some query and this query has got to use the parameter. I have thought of using an sql expression however I quickly learned that we can not use the parameter in sql expression. I am here asking...
  7. jnujella

    Currency FOrmat

    Hi all, I am using crystal reports version XI. I want to format a number field so that it will be displayed as follows 789.99 - *****$789.99* 1234.90 - ****$1234.90* I also want to spell the amount like 789.99 as "seven hundred eighty nine& 99/100" 1234.90 as "one thousand two hundred...
  8. jnujella

    create an index

    HI all, I firstly thank for your help. Here goes the answers for the questions. Can we automate it in Word? The version we are using is crystal 9.0. I want to display the page numbers as well. I have seen the business object article earlier however i want it in report header. I want to...
  9. jnujella

    create an index

    HI I have a crystal report which would be exported to word document.I am wondering is there any facility in crystal so that I can create an index for teh word document and update the pagenumbers. The prototype may be like this RH Index chapter 1 ............... pagenumber chapter 2...
  10. jnujella

    Formula confusion

    HI all, I had a situation where I have use the manual running total so i create 3 formulas like 1) to initiliaze the variable whileprintingrecords; numbervar cnt; cnt := 0; 2) To increment the variable whileprintingrecords; numbervar cnt := cnt + 1; 3) To show the variable...
  11. jnujella

    Exporting to PDF

    Hi Thanks for the reply. suppose I have 30 fields per row. now if i divide them in to different details section then it will be like 10 rows per detail section and now what we are showing as a single row will be divided in to 3 rows. Our client is not accepting this he wants the same way as...
  12. jnujella

    Exporting to PDF

    HI all, I have a situation to export the report to PDF. Since my report has many fields in details section i hve to minimizxe the length they occupy in cr. If i export it to pdf i see only the compressed part of the field.however i wnat to see the whole filed. Thanks in advance
  13. jnujella

    calculating next business day

    THanks for the reply I need a formulat which will ccalculate the next 10 th business date for a given date( suppose orders.orderdate). By business day I mean any week day except saturday and sunday. Thanks in advance
  14. jnujella

    calculating next business day

    Hi all, I have a situation to clacuate the next Nth business date for the given date.(It has just exclude the sunday and saturday) I have to acheive it in crystal report 9.0 If any one have idea please let me know Thanks in advance

Part and Inventory Search

Back
Top