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 Chriss Miller 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 idehen

  1. idehen

    Crystal report export to CSV

    Thanks for all your inputs. I went back to the company we are importing the file on their platform with the files rejected and they confirmed there was an issue with the template they provided and sent through a revised template with different column names. Import is now successful without use...
  2. idehen

    Crystal report export to CSV

    Neither "textname"&chr(13)&chr(10) nor "textname"&chr(10)&chr(13) has worked. IdoMillet - I don't think issue is with BOM. What I have tested so far is that, I run my report and export to CSV. So far so good. When I try to import into the client's platform it fails. When I take the CSV...
  3. idehen

    Crystal report export to CSV

    Just tried "textname"&chr(13) and that didn't work. trying "textname"&chr(13)&chr(10) and if this doesn't work, i'll change this over as "textname"&chr(10)&chr(13) to see if it works. Thanks for all your response. I will advise shortly or let me know if the formula should be written in a...
  4. idehen

    Crystal report export to CSV

    I understand what you mean. Problem is how do i diagnose this? Just reading through the document provided along side the template from the client about upload to the platform. It says must be CSV and column headers have Carriage return line feed (Crlf) as end of line delimiter. I am going to...
  5. idehen

    Crystal report export to CSV

    Good day, Hoping someone can help. I exported my report from crystal report to CSV format with the headers and all columns coming out right as expected. I have a client platform that says a file must be imported as CSV and the CSV format exported from crystal report seem to fail during import...
  6. idehen

    Highlight matching entries in a column

    Perfect! Works fine. Thanks again.
  7. idehen

    Highlight matching entries in a column

    I did remove the reset the formula. Should have mentioned that.
  8. idehen

    Highlight matching entries in a column

    Yes, i am using option 1. I moved the sub-report to the report header and nothing changed. 745 is not highlighted, but 240 only is.
  9. idehen

    Highlight matching entries in a column

    Lbass - just wondering if i had the following Stockname: Amazon Shares Order Ref | Amount 123 | 240 345 | 345 678 | 2,898 789 | 745 978 | 240 998 | 120 999 | 63 Stockname: Amazon Shares B Order Ref | Amount 222 | 745 456 | 888 How can i get the duplicate to look across the all sections for...
  10. idehen

    Highlight matching entries in a column

    Thanks for your help. I will test option 2 also, no harm having more alternative solutions to a problem. Really appreciate it
  11. idehen

    Highlight matching entries in a column

    Just added the reset formula and works perfect! Thanks very much lbass
  12. idehen

    Highlight matching entries in a column

    Saved a Sub-report version of the main report and created a formula by copying and pasting your {@dupe} to mine and Substituting sum totals with mine. >> insert the formula in the group header 2b which is {table.orderef}. Created a new formula in the main report using what you provided...
  13. idehen

    Highlight matching entries in a column

    Hello lbass. Thanks so much for taking the time to test and post this process. I used option 1 for the colour highlight and worked well, however it seems that the first row of every sub group is always highlighted irrespective if it has a duplicate or not. Where duplicate exist, this worked but...
  14. idehen

    Highlight matching entries in a column

    Thanks lbass, both duplicate sums should be highlighted e.g 240 both highlighted. And where another another sum duplicate is found, a different highlight e.g 745, if possible.

Part and Inventory Search

Back
Top