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 Wanet Telecoms Ltd 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: ptd1
  • Content: Threads
  • Order by date
  1. ptd1

    display row even if categories case count = 0

    I am running this sql quer to get case counts by category per month. This displays a row if case count > 0 for any category for that month. What do I do for it to display a row even if case count = 0 for any category. SELECT CASE AA.DOS.SpecimenType.SpecimenTypeName WHEN 'Bone Marrow' THEN...
  2. ptd1

    select all check box uncheck

    I created this javascript to do two things: 1. check all child checkboxes if select all checkbox is selected. 2. show alert popup if all cases are not complete and user clicks select all checkbox., Both these functionalities are working. When I user clicks the select all checkbox, all the...

Part and Inventory Search

Back
Top