I have a simple query that returns a table. One of the columns gives a long string of characters with some repeatable text string which I want to remove prior rendering the table result content. There will be a clear indication which characters shall be cut off from the left side of the text string.
Shall I use expression within a graphic table or modify my query? What kind of statement shall be used for that purpose?
Thank you