Need help with filters in Easy Insight? Here's the documentation to guide you through the process.
In the report editor, click on the Filters tab. Click on the New Filter button. For the most common types of filters, simple choose the field on which you wish to filter and click "Create the Filter." You'll then be prompted based on the type of the field to choose the specific type of filter.
If you choose a Grouping such as Deal Name, Customer or Project Name for your filter, you will have the following basic options:
A Single Value filter is a simple dropdown box enabling you to restrict the report to one value of the Grouping--for example, one Deal, one Status, one Customer, and so on.
A Multi Value filter is a swap box enabling you to restrict the report to either one or more values *or* to exclude one or more values.
If you click on "Show Me More Types of Filters", you will see the following options as well:
A pattern match filter enables you to restrict to either a wildcard or regular expression pattern of the chosen value.
An auto completion filter is similar to Single Value, but instead of a dropdown box, it'll present you with an auto completion text input. This filter can be useful for larger data sets where a dropdown box would be unwieldly because of the sheer number of options.
If you choose a Date such as Creation Date for your filter, you will have the following basic options:
An Absolute filter provides you with two date pickers and a slider. You can use this to choose an arbitrary two fixed dates. The report will show everything between those two fixed dates.
A Rolling filter is a dropdown box with a variety of options such as Last Week, Last Full Quarter, and many others. You can also choose to create a Custom rolling filter from the dropdown box which displays arbitrary rolling intervals such as "Last 5 Years" or "Next 3 Months."
If you click on "Show Me More Types of Filters", you will see the following options as well:
A Newest Date filter will show only the newest record for the chosen field.
An Oldest Date filter will show only the oldest record for the chosen field.
A No Date filter will show only records where the date value is empty for the chosen field.
A Single Value Date filter will restrict data to a fixed year, as presented through a dropdown box.
A Multiple Flat Value filter will restrict data to one or more months of the year.
If you choose a Measure such as Revenue for your filter, it will automatically create a filter with a minimum and a maximum value. You can use this to only show records where Revenue is greater than X or less than Y.
If you click on Show Advanced Options on the New Filter window, you also have the following advanced options:
An Or filter allows you to add in additional filters of the other various filter types. If any one of the added filters is true, the whole expression will evaluate to true.
A Field Choice filter helps you to create interactive reports. For example, if you have a column chart with an Orders measure, you could create a Field Choice filter on the Orders measure and add in Quantity, Revenue, and Margin measures. The result of this filter is a dropdown box on the report view, enabling report users to easily adjust the displayed report data without having to actually go into the report editor.
Documentation coming...
If you're adding filters to a dashboard and want to add a filter for any Trend type reports you may have within the dashboard, a filter created through this option will propagate through the dashboard and adjust the trend range on any of those reports.
When you create a filter on the Filters tab of the report editor, it applies to the whole report. For example, if you filter your Status field to Pending, the report as a whole will only show records where Status is equal to Pending. On the other hand, if you create that filter inside the field editor's Filter section, it will only apply to that particular field.
For example, you might want to display two columns in a list report, Pending Deal Value and Won Deal Value. You're operating off of the same Deal Value field, but using a filter on the column level to restrict results. To achieve this goal, you'd create your Status filter on the field editor of each respective column, adjusting one column to Pending and one column to Won.