Hello,
We have a scenario where we want to create a View which gives us all Leads that has a value in a specific range amount of value. Any idea how this can be solved?

Hello,
We have a scenario where we want to create a View which gives us all Leads that has a value in a specific range amount of value. Any idea how this can be solved?
Hi CEklx,
When creating a Lead view, just set the filter to 10 000 och 100 000.
1. If you would create a system view, which will be accessed by all users.
Go to Settings > Customizations > Custom the System, expand Entities > Lead > Views, new a view.
Then click Edit Filter Criteria, set the field is great than or equal to 10000, and the field is less than or equals to 100000.
Save the view. Finally publish all customizations.
2. If you would create a personal view, which can accessed by only you.
Go to Sales Hub and open the Lead view, click Create View button.
Set the filter as the same as #1.
Save the view.