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!

Recent content by mathew001

  1. mathew001

    Parameter as Month Range

    hneal98, I know how to create parameters. But in this case, are we giving the options 1 - 12 for the users ??? dgillz, we do not need Crystal to prompt for a start date and select previous 12 months. It should be month driven - The parametrs should ne like Dec 03,Jan 04, Feb 04 etc and the...
  2. mathew001

    Parameter as Month Range

    I need to create parameters in a report in such a way it is a month range... The user select month values from say JAN 2004 to June 2004. The maximum range of months that can be selected is 12 months. How can this be acheived ? I do not have a 'month' field in the database, but I have a date...
  3. mathew001

    Suppress if the first character starts with an alphabet

    Thanks synapsevampire, That is what I wanted. Today is the last day of my work and my brain has stopped working ! Thanks a lot !
  4. mathew001

    Suppress if the first character starts with an alphabet

    How will I suppress a field if the first character starts with an alphabet ???
  5. mathew001

    Report Documentation

    What is a good tool to document the reports ?
  6. mathew001

    SQL or Linking Tables ???

    I shall try. This table is very big > 2 million rows ! Thanks Ken and synapsevampire !
  7. mathew001

    SQL or Linking Tables ???

    OK. I was wondering if there would be any perfomance difference sql query over directly reading from table.
  8. mathew001

    SQL or Linking Tables ???

    Hi Ken - How are you ! Should I use a query or read directly from table ?
  9. mathew001

    SQL or Linking Tables ???

    If I have a table with 2 million rows and I just need values from 2 of columns, (of course based on some criteria) is there advantage of using a SQL query instead of Visual Linking Expert ?
  10. mathew001

    Crystal and Mainframe DB2

    Is it possible to connect to DB2 in Mainframe environment from Crystal ? Do I use ODBC for that !!!
  11. mathew001

    Reports from DB2 - Mainframe

    Thanks ! Is there any documents where I can find more about it ?
  12. mathew001

    Dates

    When you create the parameter you have to select the option 'DateTime' for 'Value Type'. It should work for you. Now when you pass the parameter you may aslo try this DateTime (YYYY, MM, DD, HH, MM, SS) as parameter.
  13. mathew001

    Dates

    Try this ( I am not sure though) table_name."field_name" = {ts '1997-05-15 00:00:01.00'}

Part and Inventory Search

Back
Top