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 gkittelson 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: *

  1. GaryYay

    Sum statement subquery error within X-tab report

    Whoops, I think I posted this in the wrong place! Cheers anyway
  2. GaryYay

    Sum statement subquery error within X-tab report

    I have included the following lines in a Cross Tab report, which basically returns number of sales which pass quality assurance first time, and those which take more than one attempt (i.e. have to be requalified). case when q.finishcode = 'sale' and count(q.i3_rowid) = 1 then 1 else 0 end as...
  3. GaryYay

    Sum statement subquery error within X-tab report

    I have included the following lines in a Cross Tab report, which basically returns number of sales which pass quality assurance first time, and those which take more than one attempt (i.e. have to be requalified). case when q.finishcode = 'sale' and count(q.i3_rowid) = 1 then 1 else 0 end as...

Part and Inventory Search

Back
Top