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

    Convert.bat

    I want to convert an Htm file to Html. I want to view the html file in Mobile device and I have 30 htm files which have to be converted to html every day. The Mobile device is not accepting the *.htm but accepting *.html. I tried using the following codes but none of them helped .... Ren...
  2. Preetham16

    Union Query Result Sum

    Hello Gurus, Following Code is part of UNION QUERY ... after the UNION i would like to have the SUM of Value of the Columns ABSMG (quantity) VVBUM (Gross Sales) VVNUM (Net Sales) I am getting an error when I directly use a SUM FUNCTION at the following line of CODE as shown below...
  3. Preetham16

    Creating Totals for Union Query?

    Hi gurus, How do I create totals for specific columns in a Union Query? Some code would be of Great appreciated
  4. Preetham16

    Nested Query in ACCESS

    Hi gurus I have an Existing Query which joins couple of table and generates a Table VIEW. I need to write another query which should generate the SUMMARY 2 colums of that table (Quantities and Revenue)of that in the next row of the TABLE... Any inputs are highly appreciated. Cheers Pr
  5. Preetham16

    Where is the MISTAKE in my CODE?

    Hi Guru's SELECT convert(numeric(10),a.partner(isnull(a.partner,'0'))) as Partnernr from smokna1 as a I am getting the following Error message - Invalid Object name a.partner PR
  6. Preetham16

    Converting Datatype

    I would like to convert Varchar to Numeric and the following code am using in SQL but still am getting problems... cast(Cast(a.partner as char)as numeric(10)) as Partnernr regards.. PR
  7. Preetham16

    ERROR CODE 3001 :- Invalid Argument

    I have an interface in which I write SQL (Select statements) and generates an access table... The data is being filled properly in the table but after writing around 550 records then I get an Alert ": ERROR CODE 3001 INVALID ARGUMENT. " By going on clicking the alert box the DATA is getting...
  8. Preetham16

    Identifying Report Foot

    Dear Gurus I have a subreport which retrieves the Summary of the main report. The heading of the MAINREPORT is repeated in the SUMMARY section if the Summary is more than 1 page I see the heading of the MAINREPORT how do I omit the HEADING in the SUMMARY REPORT. Thanq BVK
  9. Preetham16

    Page in Subreport *Heading missing in Page 2*

    Hello Guru's I have subreport which generates Summary of the Main report. I have defined the Heading for the Summary in the SUBREPORT which is generated. When the Summary is more than 1 page the Heading is not shown in the Second page. Moving the heading from Report to PAGE Area was possibile...
  10. Preetham16

    Omiting Header in the Last Page

    Hello Gurus I am using CR9 and in the report displaying every page which has its Heading.. like Name Place Contact Type john FFM 01254 Doc but I would not like to see this Heading in the last page because I get the SUMMARY (which is a SUBREPORT) and this...
  11. Preetham16

    Last 5 entries..

    Hello Guru's ... Could anyone please help me with the formula where I can retrieve only the last 5 five Entries which is based on DATE.. For example a customer has 50 entries in 6 months but when I enter his Customer ID .. I want only the last 5 entries which he made may be in the last month...
  12. Preetham16

    Multiple Groups..

    Hello Guru's Is their a possibility to have Multiple Groups in a REPORT. I have seen it is possible but I see that it forms as a SUBGROUP to the Existing Group but I would like to have TWO PARALLEL Groups (NOT A HIERARCHY kind) If their is any possibility please let me know::: cheers bvk ...
  13. Preetham16

    Distinct option..

    Hello Guru's When I execute a report its retrieving around 3000+ Pages but for my other report their is an option of choosing Distinct which I checked in the Query analyzer while executing the report. Can anyone of you please tell me where can I select this option of Distinct in Crystal...
  14. Preetham16

    Summing up 3 Columns into new Column

    Hello Gurus! I need to add the values of the column DOC PHAR AND CLINIC and put the value in TOTAL ... Can anyone give a formula for this please? Date Doc phar Clinic Total ------------------------------------ ------- 13.02.2006 2 0 1 3...
  15. Preetham16

    Values from MAIN REPORT to SUB REPORT

    Hello Guru's I have some values in my MAIN REPORT and I would like to pass these values from the main report to a subreport could anyone please tell me the STEPS am using CR9. Thanking in advance.. Cheers BVK
  16. Preetham16

    FORMULA FOR COLUMNS

    Hello Experts ! I am very new to CRYSTAL REPORTS and I currently have a main report which looks as follows and need a Summary report for the same as a Subreport. Date of Activity : 13.02.2006 -------------------------------- S.No Name Type ------ ------ ------ 1...

Part and Inventory Search

Back
Top