Jump to content

not sure how to do this...


AV1611

Recommended Posts

I'll try to briefly descripe my current plan, and hopefully someone will tell me an easier way.

We have a table that logs ever board we build by date, serialno, and pass/fail info on a functional test. I have to extract from the table "first pass yield" which means the pass/fail ratio on each serial, but only the first test. We repair boards, and retest them, but that would be second pass, and don't want to include those numbers. When the project is done, I need to have a graph that displays the past 90 days yield % (fail %)
the first step pulls and write to a new table. the live date is visual fox pro, I want to work out of mysql...

what I have come up with is this:

1. pull from the table and write to a new table min(test_date) for each serial number grouped by serial number, for the past 90 days. I believe that should give me the first test for each board

2. pull from that table and write to a new table count(test) where test="pass" group by date.

3. pull from that table and update the new table count(test) where test="fail" group by date where date=date.

4. Now I should have a table with three columns: date, pass, fail.

5. now I create the 90 graph points and plot them. (not looking forward to this part)

That's my idea, anyways...

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.