Searching the library
You can search for basic names of files and data in the Files and data flyout. However, you can also search for particular types of library items, find the files that were last updated, or find all files updated by a certain person.
in the upper right corner.
Searching for a text string will by default look for matching text in the title and keywords of the items in the library. You can use wildcards and boolean operators to search for parts and combinations of words.
Library specific search
|
Keyword |
Example |
Function |
|---|---|---|
title:<word in title>
|
title:sales
|
Locates library items with the specified word (or part of word) somewhere in the title. |
|
|
created_by:admin
|
Locates library items created by a certain user.
In the first example, all items modified by any users beginning with admin will be found. In the second example, only items modified by the user 'admin' will be found. |
|
|
modified_by:admin
|
Locates library items modified by a certain user. |
item_type:<type>
or
|
|
Locates items of a specific type. The
available types are:
|
item_id::<GUID>
or
|
item_id::dac3cd8c-47ec-454a-a8f2-691c60ece052
|
Locates a specific library item based on its unique identifier. |
connector: <connector
name>
|
connector:sql
|
Locates all data connections or connection
data sources from a certain connector.
Use the adapter name or the full data connector name within quotes. |
depends_on (<expression> )
|
depends_on(item_id::538bcde4-7212-475f-a348-5bb41ba39c41)
|
Locates all items that depend on a specific element.
If the GUID in the example to the left belongs to a data connection, the search will find all analyses that use that data connection. |
required_by (<expression> )
|
required_by(item_id::6f6dc7e0-57bd-11d7-5ac0-0010ac110132)
|
Locates all items that are required by another item. |
modified
|
modified:"2 days ago"
|
It is possible to search for items that have been
modified during a specified time span, relative to today. There are two
different ways of describing relative dates and times:
1) State the number of time parts ago in a string surrounded
by quotes. The available time parts are seconds, minutes, hours, days, weeks,
months and years. For example, search for
2) State the time period to look back at using either of the
keywords;
Modified, created and accessed can also be used in
comparisons with each other. The example
Modified can also be used together with a timestamp of ISO
8601 format ( |
created
|
created:>"this week"
|
It is possible to search for items that have been created
during a specified time span, relative to today. See details regarding the
allowed time spans under "modified" above.
Modified, created and accessed can be used in comparisons with each other. Created can also be used together with a timestamp of ISO
8601 format ( |
accessed
|
accessed:>"this month"
|
It is possible to search for items that have been
accessed during a specified time span, relative to today. See details regarding
the allowed time spans under "modified" above.
Modified, created and accessed can be used in comparisons with each other. Accessed can also be used together with a timestamp of ISO
8601 format ( The example
The last example finds all items that have been accessed after the first of February 2015. |
::>
|
modified::>created
|
Used to finds items strictly greater than the expression
following the operator.
For example, finds all items that have been modified after their creation. |
::<
|
accessed::<modified
|
Used to finds items strictly less than the expression
following the operator.
For example, finds all items that have been modified after they were last accessed. |
parent_id:: <folder GUID>
|
parent_id::538bcde4-7212-475f-a348-5bb41ba39c41
|
Locates all items located in the specified folder. |
format_version: <string or null>
|
format_version:null
|
Locates all items of a specified format version. For example, all items which have no format version specified can be found. |
Analysis files
When searching for analysis files, there are a number of search
parameters that may help you locating a specific group of analyses. If you want
to locate analysis files only, add
type:dxp to the search expression.
|
Keyword |
Example |
Function |
|---|---|---|
description
|
description:sales
|
Locates all items containing the specified word in their
description.
Locates all analysis files containing the specified word in their description. Locates all items that are missing a description. |
keywords
|
keywords:sales
|
Locates all items containing the specified keyword.
Locates all analysis files containing the specified keyword. |
AllowWebPlayerResume: <true or false>
|
AllowWebPlayerResume:true
|
If true, locates all analysis files that allow personalized views for all web client users. |
EmbedAllSourceData: <true or false>
|
EmbedAllSourceData:true
|
If true, locates all analysis files that embed source data. (Override and embed all data check box selected.) |
AllTablesEmbedded: <true or false>
|
AllTablesEmbedded:true
|
If true, locates all analysis files that only have embedded data tables. |
Combinations of keywords
You can combine many of the keywords described above to create more advanced search expressions. For example:
(not (required_by(type:dxp))) and type:query -
searches for information links that are not used by any analysis file in the
library.
type:dxp depends_on(type:dataconnection
title:Salesforce) - searches for analyses that uses a data connection
in the library with "Salesforce" in its title.
To search for items in the Files and data flyout:
- On the
authoring bar, click
Files and data
.
- Click in the search field at the top of the flyout, and start typing the name of the content that you want to search for.
- As you type, all the
files, folders, and other content that match your search string will be listed.
Tip: To reset the flyout to the normal view, click the X button in the search field.