what is a macro
macros are re-usable blocks of SPL language that you can insert into other searches,
when do you use macros?
when you want o insert the same search logic on different parts or values in a data set dynamically
where do you create a macro?
Settings > Advanced Search > Search Macros
what key strokes can you use to check your macro string?
Control- Shift-E
what must the macro be surrounded by?
macro backtick NOT single quotes ‘WRONG’
when creating a macro where do you specify the number of arguments?
after the name in parentheses
monthly_sales(3) has 3 arguments