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 SkipVought 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: jdmas
  • Order by date
  1. jdmas

    Finding duplicate values in report studio

    Hey everyone, This is my dilemma, I am trying to find duplicate purchasing ID's and have them labeled as Multi in the next column. This is what I have so far: if(count (distinct [PURCHASE_ID] ) >1 ) THEN ('MULTI') ELSE (''). This code does not return an error message, but every row in the...

Part and Inventory Search

Back
Top