Oracle APEX 5.0.3
Hi,
I was wondering what would be the most efficient way to alter the way an Oracle APEX interactive report displays its sql return values. For example say a report returns a value of type VARCHAR that contains a list of values seperated by a colon displayed below
1 - Monday : 2 - Tuesday : 3 - Wednesday
I want it replace each colon with a newline character so it will look something like this:
1 - Monday <br />
2 - Tuesday <br />
3 - Wednesday
Please advise?