q2.applyWhere("variant = ", jTextFieldVariant.getText());
}
if (((JDBMHNDecisions) comboBoxDecisions.getSelectedItem()).getDecision().equals("") == false)
{
q2.applyWhere("decision = ", ((JDBMHNDecisions) comboBoxDecisions.getSelectedItem()).getDecision());
}
q2.applyWhere("uom=", ((JDBUom) jComboBoxUOM.getSelectedItem()).getInternalUom());
q2.applyWhere("status=", ((String) jComboBoxPalletStatus.getSelectedItem()).toString());