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 wOOdy-Soft 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 infotech2

  1. infotech2

    Chart Images

    Are there any chart packages out there that allow you to upgrade or change the default chart images with something a bit cleaner looking?
  2. infotech2

    Get distinct count of items based on another field

    VesselName SRID Service Total Manf. Equip. Vessel - Group 1 Furuno - Group 2 (manf) $6,317.60 VDR - Group3 $6,317.60 Vessel 5862 $2105.86 Furuno VDR Vessel 5862 $2105.86 Furuno VDR Vessel 6051 $2105.86 Furuno VDR The above example shoudl...
  3. infotech2

    Get distinct count of items based on another field

    Thanks for the suggestion LBass. I tried that, but the same thing happens when I do a distinct count. In my pie chart setup I add SRIDManf (the concatenated fields) to the "On Change Of" and to the Show Values. I set the summary options for a distinct count and it show 1 for item. If I do a...
  4. infotech2

    Get distinct count of items based on another field

    I have a report that shows the cost of service manufacturers used, equipment type serviced, and the service request id. I would like to get a count of manufacturers in the report. The ServiceTable is joined to the ServiceCostTable and they are setup by a one to many relationship therefore there...
  5. infotech2

    Remove zeros from a number

    lbass - Thanks for the suggestion. I also wanted a way to show the numbers without the zeros so they are more readable.
  6. infotech2

    Remove zeros from a number

    Holy crap I'm a moron. Ian - That worked great. I just need another cup of coffee.
  7. infotech2

    Remove zeros from a number

    Thank you both for the quick response. Brian - I tried yours and it removed the decimal completely. Ian - I get "The remaining text does not appear to be part of the formula" for Replace to the last ). Thanks Again!
  8. infotech2

    Remove zeros from a number

    I have a database that stores some order numbers like this: 2301.000, 2301.001, 2301.002, etc. The .001 means the original service needed follow up. The only way I can find to display this number in Crystal is by formatting the number in this format: 0000.0000 so it shows up like this...
  9. infotech2

    Return Zero Counts for Items

    I did run into that problem with trying to use NULL as a filter. That's what led me to adding criteria to the FROM clause. Thanks for the replies. "Command" looks like a great feature I haven't even begun to explore. Much appreciated!
  10. infotech2

    Return Zero Counts for Items

    Ian, Thank you for the prompt response! I'll try the isnull filter. Along with the date parameters it might work. I am reporting off of my view, but eventually I want to hand this off to users and allow them to enter the dates they want. What is a command? I see it under the connections...
  11. infotech2

    Return Zero Counts for Items

    I have a SQL view that I created to return a list of services performed on contract vessels for a specific time frame. I wanted to return all contract vessels even if no services were performed and have a zero for those results. In order to do this I had to set the "where" conditions at the...
  12. infotech2

    Linking Source Journal Entry to Account Code

    I found the correct tables and am going to list them here just in case anyone ever needs this type of report. GL_SourceJournalHistory GL_DetailPosting GL_Account
  13. infotech2

    Linking Source Journal Entry to Account Code

    See the table and links below. Color coded for your viewing pleasure ;) AR_InvoiceHistoryHeader InvoiceNo HeaderSeqNo CustomerNo AR_InvoiceHistoryHeader InvoiceNo HeaderSeqNo SalesAcctKey AR_Customer CustomerNo GL_Account SalesAcctKey
  14. infotech2

    Linking Source Journal Entry to Account Code

    I'm building custom revenue reports based on the Accounts Receivable module using Crystal Reports. Unfortunately, when an accountant does a Journal Entry, it throws my numbers off. I need a way to get those Journal Entries linked to an accountkey. I haven't been able to find anything in the...
  15. infotech2

    Q,

    The error was popping because quotes are needed around each number. Thanks for the solution, it works great!

Part and Inventory Search

Back
Top