When you mouse over and click to add a search term this (thesE. Boolean operator(s) is(arE. not implied.
(Select all that apply).
When using a field value variable with a Workflow Action, which punctuation mark will escape the data
A field alias is created where field1-fieid2 and the Overwrite Field Values checkbox is selected.
What happens if an event only contains values for fieid1?
Which syntax will find events where the values for the 1 field match the values for the Renewal-MonthYear field?
| where 10yearAnnerversary=Renewal-MonthYear
| where '10yearAnnerversary=Renewal-MonthYear
| where 10yearAnnerversary='Renewal-MonthYear'
| where '10yearAnnerversary'='Renewal-MonthYear'