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

    QUREY PERFORMANCE, PLEASE HELP . Its in ASE 12.x.x

    Hi, I have written a query which is you can see below. The query qpproximately takes 50- 60 SEC to run, which I believe is way too high. The total rows returned is 10,000 . Any idead/lead what to do to improve the query timings ? The number of rows in each table are as follows : ACCOUNTS ...
  2. FEROZKHAN

    PLACING CROSS TAB SIDE BY SIDE

    Hi, Can any one please tell me how to place two cross tabes side by side ( horizontallY) , so that they wont overlap each other , that means the gap betwenn the two cross tabls will be always maintained , wheter the frist cross tab shrinks or expands in size. Thanks -Feroz
  3. FEROZKHAN

    SUPER IMPOSING CRYSTAL DATA INTO PDF

    Hi, Does any one know how to superimpose the data from crystal report into a pdf form ? Let me clarify my requirements. There is a PDF file. Its basically a form .To fill out the form , you generally print the form and fill it out with pen or pencil. Instead of doing that , is there a way , I...
  4. FEROZKHAN

    CRYSTAL REPORT 10 CRASHES WHILE EXCEL EXPORT

    Hi, I have a report . I have written this code in one of the field's display string code editor ( which is done by Format Field -> Common Tab - Display String ) ToText((CurrentFieldValue * 100),0,"###,###") + "%" what it does basicall is multiplies 100 with the current field value and...
  5. FEROZKHAN

    SUPPRESSING ROWS IN CROSS TAB

    Hi, Can any one tell me how to conditionally suppress cross tab rows ? here is what I want . Suppose in a cross tab, the data displayes is Income, Expense and Liabilities for 30 months. I dont want to diplay the Liabilites on the corss tab. But I want the amount to be summed up . How can I do ...
  6. FEROZKHAN

    multiple details for a single parent group

    Hi, I want to create a report which will have two details section in a master section . And I dont want to use subreport. The out put should look like this MASTER ID - 1001 DETAIL - 1 A - 300 B - 200 C - 400 DETAIL - 2 X- 900 Y- 400 Z- 230 . I want the all the records of "DETAIL 1" to...
  7. FEROZKHAN

    GROUP SORTING

    Hi, I am new to crystal reports. I am using verson 10 . My requirement is I have got three groups. 1. Continet, 2.Region, 3. Country. The Sorting should be the Continents, and then within the continents, the regions and within Regions the Countries. The regions are named as R01,R02,R03..., R45...

Part and Inventory Search

Back
Top