ā2018-11-06 02:46 PM
ā2018-11-06 06:29 PM
ā2019-01-30 02:34 AM
ā2021-01-15 07:05 AM
ā2021-01-19 12:55 AM
ā2022-02-09 02:47 AM
Just came across this problem (again, ugh) but finally came up with a possible (albeit dirty) workaround.
Just add a bunch of spaces... š
It's not pretty, but I write most things I need to schedule to dedicated properties that only get displayed on a schedule. So in the properties expression if you just add a bunch of spaces it will stop adding them when it forces the text to the next line in the cell.
You could also have the expression recognise a certain character as a line break (and just add the spaces).
Just trialling it now, let me know if it works for you.
ā2022-03-22 10:04 PM
How do you get a return/line break in an expression? Trying to do this inisde a CONCAT function, but did not succeed.
ā2022-04-20 02:30 AM
I played around with this idea after my last post and I think I found it didn't work in some instances, but I can't remember what those instances were.
Anyway if you schedule a property with something like this...
CONCAT ( "Text1", " ", "Text2" )
Then all the spaces push the text2 down onto the next line. Text wrap must be enabled in the schedule and the number of spaces needed must exceed the column width (extra spaces don't get added to the next line so go nuts š ).
Like I said, real dirty workaround.
ā2022-06-18 07:47 PM
Is line break enabled in the schedule?
Don't do it with a lot of space
ā2022-07-21 12:02 PM
Hi, I found the solution, if still anyone looking for it.
Just tick Wrap text, in Text style.