Skip to main content

Command Palette

Search for a command to run...

Linktarget Value Truncation

Bug or Feature?

Updated
1 min read
Linktarget Value Truncation
T

Databaseguy, Oracle Apex Lover

If i gave fixed value to Detail Page but all is truncated after the last ":"

here:

if i end with : it works well..

This is a problem if you will transfare an item with multipleselected IDs concatenated with ":" to another page.

Put as Patrick said "\" in

Bug or Feature?
It is not a Bug:
Escape Special Characters Patrick said, Thx for that!

Escape Special Characters behavior and availability - Oracle Forums

P

Have you tried out using the escape character?

\TOM:TOM:TOM\

3
T

Than it works correctly

2