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

    Importing Excel into Crystal (mulitple tabs)

    I use this function a lot but have always wondered if it's possible to import an excel file with 2 different tabs to make them into 1. I have some data (.xls) that has two tabs. It's continuous data so I would like to bring in the 2nd tab and merge it w/ the 1st tab (like you can do in sql) but...
  2. aj3221

    Subreport Field Into Main Report

    Hi there! I have googled this and am trying to follow the instructions but I can't get it to work. My main report is a pricing file, my subreport is the cost file. I need to pull cost from the subreport into the main report so I can calculate the margin. Can this be done?
  3. aj3221

    DAO Error Code: 0xcca

    Hi there! I'm not sure if anyone else has come across this but it's driving me bonkers. I am constantly imported excel (.xls) files into Crystal so I can manipulate them, run formulas, etc. I did this on 10/30/17. When I went to do the same thing on 11/6, I got this error (and am still getting...
  4. aj3221

    Showing Today & Yesterday

    I have a report that is pulling on when an order was picked. It's running daily at 6am. I want it to pull anything picked today and yesterday. For some reason I cannot think of how to do this. I did a quick formula but it's taking the report a big longer to run which I think is because I don't...
  5. aj3221

    Split Text Field When Spaces Vary

    I have a field where the spacing in the middle could change. Example 1: 332 31 Example 2: 332 9 Example 3: 041 12 I need to split this field into 2 parts. The space in the middle is what I was trying to split on but my example # 2 is returning a space then the 9. I need it to just return the...
  6. aj3221

    Current Year and Last Year

    I have a report that has a year field that I am pulling from our system. I want to pull the current year and one year ago (17 and 16). Every year I have to go in and add the current year and get rid of of date 2 years ago. For example, at the beginning of 2017, I had to go in and remove 15 (for...
  7. aj3221

    Linking Two Fields in One Table to Another Table and One Field

    I'm not sure if this can be done or if it would end up being a formula & a subreport but I thought I would ask before I start. I have two tables that have a few common fields to link on - Item # for one. However, one table has two different unit of measure fields. One is the stocking unit of...
  8. aj3221

    Removing the Last Character in a Field

    Good morning! I have a string field where the data can vary in length & I need to remove the last character of the field. Example: table.field value is currently 12548798 I need to return in my formula: 1254879 Thank you in advance for any assistance!
  9. aj3221

    Exporting to CSV - Suppressed Line Showing

    I'm not sure if anyone has had this issue. I've searching all over online and tried all these different things (aligning the boxes, making sure the headings line up w/ the data, etc). This report exports perfectly if I do it xls. If I export to CSV, it prints the suppressed lines. My CSV...
  10. aj3221

    Date Formula -to print the range of the month I'm running

    I don't know if this can be done. I have a report header that I would like to show the current months date range in. I would like it to say 10/1/2013 - 10/31/2013. Then next month it would say 11/1/2013 - 11/30/2013. I want it to use the date I am refreshing the report and put in the date...
  11. aj3221

    Formula to Populate 2 Date Fields

    Good morning! I have a report that needs to have a "Claim Start Date" and a "Claim End Date". This report currently runs the first day of the month for the LastFullMonth. Right now I have it emailing to me so I can make the Claim Start Date 20130801 and the Claim End Date 20130831. Is there...
  12. aj3221

    Crystal Formual & Excel = Different Results

    I have a formula in crystal and it’s not matching the result I’m getting in excel. Excel Results: Cost: $6.29 Sell: $8.89 Margin: 29.25% Excel: I'm figuring this by sell-cost = diff then the diff/sell Crystal Results: Cost: $6.29 Sell: $8.89 Margin: 29.23% Crystal – if {db.Cost} = 0 then 0...
  13. aj3221

    Splitting a String Into Diff Fields

    I have a field that I would like to split. Right now it looks like: cono=1 orderno=1255193 ordersuf=00 lineno=5 I would like to split those into 4 separate fields. I just need to see the data: 1 1255193 00 5 The words and = are always the same: cono=, orderno=, ordersuf= & lineno= Can you...
  14. aj3221

    Specific criteria - but need to display entire associated record(s)

    I am pulling an order file and looking for a specific item number. If I find that item number, I want to display all of the lines on that order. I can't think of how to do this. If I narrow it down by the specific item number, then I only get that line, not all of the lines on the order. Can you...
  15. aj3221

    Split String Field Based on Character (tilda)

    I have reviewed some of other posts and tried a few different formulas, but I still can't get this to work. I have a string field that looks like this: Janitorial Restroom ~ 1011-4 ~ Jan/San I need it to be split into three separate fields using the tilda as a split. CategoryName...
  16. aj3221

    Formulas for different ranges

    I don't know if this can be done. I am looking at transactional data for a specific date range by customer. I wanted to create something like this: Cust# Name 01/01/12-01/31/12 02/01/12-02/29/12 0123 ABC Co $15,523.12 $20,123.78 Right now I'm running a...
  17. aj3221

    Group Summaries - Can you subtract them?

    My goal is to create a lost business report. The data I am using is by customer, by year, by month, by product ($'s and Qty). My groups are: customer, then product then year. My file has shipto level data so it gives me a line per item per shipto. I've added a summary that adds up each item by...
  18. aj3221

    Removing Slashes & Dashes from a Phone/Fax Field

    I have a phone / fax field and need to pull out the "/" and "-" in the field. The field currently displays: 518/555-0010 I need to display: 5155550010 Any help is appreciated! Thanks
  19. aj3221

    Array Split ToNumber

    Good morning! I have an array field that has sales information in it. For example: 0;0;1;2;25;3;0;0;12;20;30;0 Each split represents a month (Jan-Dec respectively)...so in November they purchased 30. I did the split of each section so I have each month broken out. I want to get a ytd total...
  20. aj3221

    Pulling only certain characters from a field

    I have a field (customer PO#) that has a 4 digit # which means nothing to us, then a “-“ dash, then a 2 character alpha-numeric code. I want to capture the 2 characters after the dash, not the entire #. PO# 5200-C3 5200-H6 I want the report to show: PO# C3 H6

Part and Inventory Search

Back
Top