Hi All,
I'm trying to use the classification rule builder and regular expression to remove our report suite prefix from our page names. See example below:
Current: uofctest:full-time:programs
Would like it to be: full-time:programs
Any thoughts on how to accomplish this? Thanks for the help!
Solved! Go to Solution.
Views
Replies
Total Likes
\:(.+?)(\/|$) is the regex and I set the output to $1
Views
Replies
Total Likes
If s.prop or evar are capturing the pagename this way I think you are stuck. Its like in a saint classification. A key variable cannot be renamed/modified.
You need to adjust your s.code or perhaps create a new prop/evar where you use a processing rule to remove the prefix from the first referenced prop/evar.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
\:(.+?)(\/|$) is the regex and I set the output to $1
Views
Replies
Total Likes