';
if (historyArray[i].getAndOr()) {
str += ' | ';
} else {
str += '
';
}
str += '' + Functions.getImage('b_sbrowse', Messages.strColumnName) + ' | ' + '' + $('').text(historyArray[i].getColumnName()).html() + ' | ';
if (historyArray[i].getType() === 'GroupBy' || historyArray[i].getType() === 'OrderBy') {
var detailDescGroupBy = $('').text(DesignerHistory.detail(i)).html();
str += ' | ' + Functions.getImage('s_info', DesignerHistory.detail(i)) + ' | ' + '' + historyArray[i].getType() + ' | ' + '' + Functions.getImage('b_drop', Messages.strDelete) + ' | ';
} else {
var detailDesc = $('').text(DesignerHistory.detail(i)).html();
str += '' + Functions.getImage('s_info', DesignerHistory.detail(i)) + ' | ' + '' + historyArray[i].getType() + ' | ' + '' + Functions.getImage('b_edit', Messages.strEdit) + ' | ' + '' + Functions.getImage('b_drop', Messages.strDelete) + ' | ';
}
str += '