Stream selection rules

Matrix Version:

Hi,

Can someone provide me with an example of how I would set a stream selection rule as follow: Show stream only on Fridays.

What I have on the interface is this:

With keywords definition here: Global Keywords - Keyword Replacements - Manuals | Squiz Matrix 5 Documentation

Thanks for your help.

Hey Serge,
Try using %globals_date_l% (lower case L) as the keyword, and for the pattern simply use: Friday

Thanks Bart, will give that a try.

As for patterns, I’m assuming they are regexp, don’t they need to be surrounded by a marker (conventionally a slash /)?

I think you only need that if you are doing a regex match on them, if the slashes aren’t there, I think Matrix will just do a simple string comparison (contains).