> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Filtering Data in a Card Details View

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

Visualization and Sumo Cards provide options for performing in-depth data analysis by applying Card Filters to your data. For both Card types, you do this in the Details view, using the Filters tool.

For information about applying Filters to Cards in a page, see [Drilling into Data](/s/article/360042923994 "Applying Page-Level Filters").

For a Visualization Card, you click the <InlineImage src="/images/kb/ka05w00000123q0-00N5w00000Ri7BU-0EM5w000005vPJN.png" /> icon. This allows you to apply Card Filters to the chart data. Filters you apply in a Details view are applied only to your own personal Domo instance—others who view this Details page do not see your Card Filters. Also, these filters are temporary. When you leave the Details view, they are removed. If you want to apply permanent Filters to the chart, you may do so in the Analyzer. For more information about applying both temporary and permanent Filters, see [Adding Filters to Your Chart](/s/article/360042924074 "Adding Filters to Your Chart").

<Note>
  **Note:** Currently, only 500 unique values will show in the Filter menu.
</Note>

***

<Note>
  **Note:** If you get an error stating that your filters contain no values, this indicates that the data has already been filtered out by previously set Analyzer or page-level filters and no rows are returned.
</Note>

***

<Note>
  **Note:** It is possible to filter on NULL values, but to do so you must use Beast Mode to convert the NULL values into values that can be filtered. For example:

  ``CASE WHEN `column` IS NULL then 'Filter' ELSE 'Do not Filter' END``

  For more information about Beast Mode, see [Transforming Data Using Beast Mode](/s/topic/0TO5w000000ZanAGAS "https://knowledge.domo.com?cid=beastmode").
</Note>

For a Sumo Card, in either view you can analyze your table data by applying dozens of different options, such as Filters, number formatting, conditional formatting, date grains, sorts, and the like. As with analyzing data in a Visualization Card, Sumo Card Filters are applied only to you and are temporary, unless you make permanent changes in the **Edit** view. For more information about the available options for analyzing Sumo data, see [Adding a Sumo Card](/s/article/360042925674 "Sumo Editor Layout").

**Video - Filtering Cards**

<iframe allowfullscreen="" frameborder="0" height="315" src="//www.youtube-nocookie.com/embed/bvGoHsj6IEQ" width="560" />

**Video - Sharing a Filtered Card**

<iframe allowfullscreen="" frameborder="0" height="315" src="//www.youtube-nocookie.com/embed/eO6HIK9sOmU" width="560" />
