Quick Tip for Filtering List Views and Multiple Values

ChadSmithList Views

Let’s say you want to view a list of all of your accounts in the midwest. You might be tempted to create a set of ‘or’ filters for State = WI or State = IL, etc. However, you can simply separate the values with commas to get results much quicker.