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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jdmas

  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