Home Page link  

GPM in Report

 

Point-Of-Sale Software - - MS Point Of Sale software discussed here

 Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
GPM in Report Wesley Sanders 07-07-2008
Posted by Wesley Sanders on July 7, 2008, 10:56 pm
Please log in for more thread options
If anyone was ever wanting to put the gross profit margin in an Item
Price List report, I created this Column list that you can use; just
thought it might be helpful to someone. It uses an SQL query in the
formula and it produces a GPM of 0 when the price is 0, even though
that's not really accurate. You may want to change it to just produce
a null value. Just copy your report file from Item price list and add
this wherever you want it under the Columns header, then name it
Custom - (Your Report Name).qrp

Begin Column
FieldName = "Item.GPM"
DrillDownFieldName = ""
DrillDownReportName = ""
Title = "GPM"
VBDataType = vbString
Formula = "CASE WHEN Item.Price > 0 THEN (Item.Price-Item.Cost)/
(Item.Price)*100 ELSE 0 END"
ColHidden = False
ColNotDisplayable = False
FilterDisabled = False
ColWidth = 765
GroupMethod = groupmethodAverage
ColFormat = ""
End Column

Similar ThreadsPosted
Parent / Child Receiving Report or Gross Margin report May 16, 2007, 9:11 am
Report on the item movement report should show qty on hand as we September 1, 2005, 10:37 am
Sales Report vs. Tender Report - large difference March 5, 2007, 7:47 am
Detailed Sales Report Tax-Inclusive is an inaccurate report February 28, 2008, 4:15 pm
BUG REPORT: Detailed Sales Report Calculations November 11, 2005, 5:07 pm
detailed sele report / item Report July 9, 2007, 4:20 am
Z Report Does Not Print but the X Report prints fine August 18, 2007, 12:20 pm
Register Analysis report & Z report?? HELP!! May 3, 2006, 3:16 pm
Custom report with Z/ZZ report info? February 6, 2008, 5:53 pm
Sales Report filtered by time, Z Report filtered by date March 1, 2008, 3:26 pm

Contact Us | Privacy Policy
This site is not affiliated with Intuit - makers of Quickbooks and Quicken software
This site is not affiliated with Sage Software - makers of Peachtree accounting software
XML SitemapXML Sitemap