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 derfloh 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: ARRao
  • Order by date
  1. ARRao

    List the group and their group total in the report footer

    I have a report that has Client Names as a group with a group total on their purchase values. I want to list all the Clients and their respective purchase totals in the Report footer. Is this possible? thanks.
  2. ARRao

    Sorting of a currency field incorrect when values are negative

    That worked beautifully. Thank you!!!! [thumbsup2]
  3. ARRao

    Sorting of a currency field incorrect when values are negative

    Thank you, but I still get the error. I do display the {sp_spname;1.FieldName} in the report and they show up as currencies. The negatives show up as ($180.33) etc. When i strip the function and place val(toText({sp_spname;1.FieldName})) in another formula, i get the same error.
  4. ARRao

    Sorting of a currency field incorrect when values are negative

    Tried the last code posted. Still get the Division By Zero error.
  5. ARRao

    Sorting of a currency field incorrect when values are negative

    I am currently not handling nulls but they show up as 0.00 in the report. You think that could be the problem? If so, I can convert all the nulls to 0 within my stored proc.
  6. ARRao

    Sorting of a currency field incorrect when values are negative

    Thanks for the suggestion but the abs function requires a number. {sp_spname;1.FieldName} is of Currency Data type.
  7. ARRao

    Sorting of a currency field incorrect when values are negative

    I have a parameter @SortField that allows users to pick the field they want to sort on. The fields could be of a string, number,date or currency data type. The sort works perfectly fine for all datatypes except for currency. I have gone through the post by vshapiro but that did not help...

Part and Inventory Search

Back
Top