if i put these two filter in common then leads not show
but i apply it separately it works.
why this happen?
I need both filters in one
Do you have record whose value Created By AND Channel Partner is the user mentioned?
Please note that it’s an AND operator and not an OR operator
@rahib i have both values created by and assign to
i have add this client script but not work
frappe.listview_settings[‘Lead’] = {
onload: function(listview) {
// Set the route options for filtering assigned leads
frappe.route_options = {
_assign: [“like”, “%mghadge@assimilatetechnologies.com%”],
owner: [“like”, “%mghadge@assimilatetechnologies.com%”]
};
listview.refresh();
}
};
Reference:
@NCP i apply this two filter but only lead owner lead show not show assign to lead
but there is assign to “mghadge@assimilatetechnologies.com” leads
Already told you by @rahib in the above post, “AND operator and not an OR operator”



