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 Mike Lewis 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: sureshibm
  • Order by date
  1. sureshibm

    Complex SQL query in BO

    you can create a user defined object in that class with the requred selection text. you can put your sql query in the select part of that object and select it in report it will work. (select max(seq_num) as max_seq, case_id from action_hist group by case_id) Cheers... SureshLella --sureshhh

Part and Inventory Search

Back
Top