In a report rule, in order to format a link into the email message I would need to use a semicolon.
It seems this is not possible in the report rule? Any workarounds for this?
Report rule setup
The messages field needs to include a formatted url to the customer order so I tried this
I even tried to add in stead of ; this &SELECT CHR(59) AS result FROM dual] but that results in the same problem that the report rule engine is splitting up after the semicolon?
Would there be a workaround for this as this is quite a problem if you want to add links from IFS as all the urls in ifs contains semicolons… if you want to filter.
I also tried to use Form%3B%24filter= but that also did not work.
So is there a way to “escape” semicolons in the report rule?
I saw