cjbrown815
IS-IT--Management
Hello,
I have a manual XTAB that is grouped by Product type and Quality Code. It also has background formatting for out of spec result alerts.
//H2O ~Mozz
if {@Product Type} like "*MozzPS*" and
val({#Moisture}) in 1.50 to 5.50 then crWhite else
if {@Product Type} like "*MozzWM*" and
val({#Moisture}) in 2.50 to 6.50 then crWhite else
When a sample is out of spec, we want to see what percentage of samples submitted for the year are OOS.
So I have to count the total number of sample_id's submitted with that Product type and divide it by the number of failed OOS. How can I do this? I'm lost on the lay-out![Frown :( :(](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
thanks
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931
I have a manual XTAB that is grouped by Product type and Quality Code. It also has background formatting for out of spec result alerts.
//H2O ~Mozz
if {@Product Type} like "*MozzPS*" and
val({#Moisture}) in 1.50 to 5.50 then crWhite else
if {@Product Type} like "*MozzWM*" and
val({#Moisture}) in 2.50 to 6.50 then crWhite else
When a sample is out of spec, we want to see what percentage of samples submitted for the year are OOS.
So I have to count the total number of sample_id's submitted with that Product type and divide it by the number of failed OOS. How can I do this? I'm lost on the lay-out
thanks
-CJ
SQL2005// CRXIr2// XP Pro
"Progress lies not in enhancing what is, but in advancing toward what will be"
-KHALIL GIBRAN 1883-1931