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

    Group/Sort on Formulas

    I have a report that I have grouped it by name first and insert a sum(hours A), another sum(hours B), created a formula field = Sum(Hours A) + Sum(Hours B), so now I would like to have the report in the descending order based on the formula field, but I can't find the formula field in the group...
  2. xmj0908

    Distinctcount/Sum(DistinctCount) Calculation in Each Group

    My scenario is like this, I grouped by person and then by date, but there are a lot of records in one day, and now I only care about distinct count of days under each person, i used shared numbervar sumofd:=sumofd + DistinctCount ({date}, {people}) and then display local numbervar...
  3. xmj0908

    Use Sum(distinct count) in

    My scenario is like this, I grouped by person and then by date, but there are a lot of records in one day, and now I only care about distinct count of days under each person, i used shared numbervar sumofd:=sumofd + DistinctCount ({date}, {people}) and then display local numbervar...

Part and Inventory Search

Back
Top