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!

Search results for query: *

  • Users: python138
  • Content: Threads
  • Order by date
  1. python138

    Can Crystal v11 report off of a table that changes when run?

    Hello, Environment: Windows XP Pro, 3 Gigs Ram, 2 Intel Xeon 3.4 Processors, MSFT SQL Server 2005, Crystal Reports v11 Professional. Is it possible to make a crystal report, report off of a table that will change each time the report is run? For example today my table has these columns...
  2. python138

    Crystal 11 Command Object and Query Running Slow

    Hello, I am running a report using SQL Server 2000 and and inquiry has been created which is running from Crystall Reports 11. To be honest I am not so good at this. Is there anyway to improve the query below? The purpose is to get the cumulative cash flows of a deal from the very beginning to...
  3. python138

    Batch Type Formula Request in Crystal 9

    Environment: Windows 2000 Server with Crystal 9 installed. The situation is that I have a client which have requested for approximately 150 reports by entity and they currently have 200 plus entities in the system. The reports usually need to be distributed to the subsidiary on entity or...
  4. python138

    Remove "," and ".00" from Number Field

    Hello, I have the following formula in Crystal v8.5: if {glsaprpt.base_amt}< 0 then 0 else ToNumber(right(ToText({glsaprpt.base_amt},0,""),len(ToText({glsaprpt.base_amt}))-1)) The field {glsaprpt.base_amt} has the following value $23,837,877,855.00 I am trying to remove the "," & ".00"...
  5. python138

    How do I remove a $ from a text value?

    I have the following formula in Crystal v8.5: " Face Value : "+ ToText ({acrlrpt.face_value})+" " + " Interest Rate : " + ToText ({acrlrpt.rate},6)+"%" The problem is I have multiple currencies and the first character of the acrlrpt.face_value is always "$". I would like to remove the...

Part and Inventory Search

Back
Top