How do I set a custom filter to search for records where a certain field is not empty. For example, "Field does not contain [blank]"
If the field is of type "Text", you can set the Filter condition in the Free flow scripting of the View as given below and Save the script. Specify the required 'FilterName" and the "Fieldname".
"FilterName" : (Fieldname not equal to "")
If the field is of type "Number", you can set the Filter in the Free flow Scripting of the View as given below and Save the script. Specify the required 'FilterName" and the "Fieldname".
"FilterName" : (FieldName is not null)
Related Articles
Search Records
The search option helps locating specific information or specific records without having to go through the entire list of records, thus saving time in finding records. The different search options available in Zoho CRM are: Search by Alphabets Search ...
Search Records
The search option helps locating specific information or specific records without having to go through the entire list of records, thus saving time in finding records. The different search options available in Zoho CRM are: Search by Alphabets Search ...
Search Records
The search option helps to locate specific information or specific records without having to go through the entire list of records, thus saving time in finding records. The different search options available in Zoho Workerly are: Search by Alphabets ...
Blank journey template
Define a trigger type, configure the process elements, and the end-of-journey actions the way you want. Create a blank journey From the Navigation toolbar, select Journeys and choose All journeys . Click Create journey in the top-right corner. ...
Import Records
Import records When you have a huge list of records in a spreadsheet and you would like to add them as contacts/accounts/deals in your Bigin account, you can import the file and they will be added accordingly. Importing records involves the ...