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 strongm 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: kg2report
  • Content: Threads
  • Order by date
  1. kg2report

    Record Counter- please help

    I have a crystal report and would like for it to do the following: 1. For each record, it counts incrementally (ex: first record displays "1", second record displays "2" and this will go up to record 17. 2. The counter resets after 17 so each page should have 1 thru 17 and starts over again...
  2. kg2report

    CountIF in Crystal

    I have the following excel formula that I would like to run in Crystal- can someone help, please? Thanks in advance. =IF(COUNTIF(range,criteria),"YES","NO") kg
  3. kg2report

    Counting records per page- counter skipping numbers

    Hi. I have the following field, which counts the number of records (staff) displayed on each page. However, on some pages it skips a record, and I'm wondering what is wrong with the formula I have and how I can fix it. Please help. Thanks. WhilePrintingRecords; Global NumberVar x; x:=x+1; x...
  4. kg2report

    DATE/TIME format formula- need help

    Hi. I have field that is formatted as mm/dd/yyyy HH:MM:SS pm/am. I need to delete the seconds but still be able to show the "am/pm". Please help. Thanks. kg
  5. kg2report

    Crystal Reports- Counter field

    Hi, I have a label and want a field that would turn (in increment of 1) as I print how ever many labels I want. NOTE: No records attached to the label or the label doesn't link up to any db. Can someone help me with this please? Thanks. kg
  6. kg2report

    Create Fixed Number of Rows and Pages in Crystal Reports

    Hi. If anyone can help me with this... Scenario. I have a Crystal Report page that needs to have a fixed number of 10 rows per page (the rows are not tied to any records). The pages; however, are tied to records based on zip codes. I also need to have a fixed number of 10 pages per zip code...
  7. kg2report

    Is there a formula to stop formula when the page turns?

    Hi. I was wondering if there is a way I can force the formula to not function for the next page or previous page. Any help would be greatly appreciated. IF PageNumber > 0 then Left ({table1_by_row.name_last}, 1) Thanks. kg
  8. kg2report

    Help W/ Creating Dynamic Page Tabs

    HI. I was wondering if anyone can help me with a project I have for work. I have a Crystal Report that has users with their first names, last names, zip codes, and other demographic fields. I'd like to create a page tab at the bottom of each page of the report. The tab would display the last...

Part and Inventory Search

Back
Top