Changes

Jump to: navigation, search

Using Wildcard Criteria in Reports

158 bytes added, 16:12, 30 August 2013
no edit summary
7. You can also try using the following syntax in the Criteria box in the report builder.
<pre>LIKE concat('%',???,'%')</pre>
 
[[Image:Reps27.png]]
:{| border="1" cellpadding="5"
|+
|Last Name||Like '%son'||Last names ending in the string "son"
|+
|Last Name||Not Like '%son'||All last names, '''except''' those ending in the string "son"
|+
|Title||Like 'VP%'||Titles beginning with the string "VP"
|+
|Title||='President'||Titles exactly matching the word "President"
|+
|City||Like 'N_w%'||Will return "New York", but not "Norwalk"
|}
{{PrevNextStart}} [[Setting Text Criteria – Logical Operators in a Report]]
{{PrevNextMid}} [[Using Sounds Like Criteria in Reports]]{{PrevNextEnd}}
[[Category:Reports]][[Category:Criteria]]
8,849
edits

Navigation menu