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

    Using a command in CR 10 and want to use One Report Input Parameter

    Hi I am using CR 10 and I am working on a Balance sheet, This report is a one page report and It has 20 Columns, For each column I have written a Command (seperate query). Now my issue is I want when I will run this report It should as a Parameter "As of Date" default would be current date, And...
  2. shadabrauf

    How to write follwoing query ?

    I need to write following query in a report. How to write This report has only one column and I need to show data based on following query. select sum(balanceYtd) from temp where temp.accountno >='1000' and temp.accountNo <='2000'; Can some one let me know How do i write this query in crystal...
  3. shadabrauf

    How to write a query for each row

    I am trying to write a Balance Sheet, My issue is I am trying to write seperate query for each row of this report. I have 10 rows in the report like ASSETS ============= CASH & CASH EQUIVALENT <seperate sql query for this row> NOTES RECEIVABLE <seperate sql query for this row> TRADE...

Part and Inventory Search

Back
Top