Hi @hogi,
It is possible but require some work on the datatable:
- Recode Pass to value "0" and Fail to value "1"
- Change column "Result" data type to Numeric and Modeling type to "Nominal"
- Add a column property "Value Labels" to identify what the 0s and 1s mean (and display it in the datatable directly).
- Finally, use "Group by" Lot and "Group by" Result, and create a new formula column based on "Result" column : New Formula Column>Aggregate>Sum. This will lead to this formula in the new column:
Col Number( :Result, :Lot, :Result )
@ConfidenceOwl94 please find attached the datatable with the newly created column for the count of Pass/Fail. You can then use this column to calculate %Yield or directly transform the formula in this column to the following formula to get your Yield directly calculated :
(Col Number( :Result, :Lot, :Result ) / Col Number( :Result, :Lot )) * 100
Hope this solution may help you,
Victor GUILLER
"It is not unusual for a well-designed experiment to analyze itself" (Box, Hunter and Hunter)