How to use Count Filter in erpnext in desk page

Hi community,
In ERPNext V13, I see this is new update and I don’t know how to use Count Filter in Desk Page.
Do anyone have document about this or fomular for it?

Found it :slightly_smiling_face:

{“name”:[“!=”,“”]
}

2 Likes

Great,
How to use child table fields to count filter

How can I add two filters? I tried putting in separate lines but that’s not working. What is the syntax?

{
    "status": ["IN" , ["Draft","Submitted"]]
}

Use this filter and change draft and submitted as you needs

1 Like

How can we check a field containing an user email is the session logged in user …

Can you help me to solve this?
https://discuss.frappe.io/t/need-to-filter-based-on-logged-in-user-in-desk-shorcut-filter/97754