Hi, DTS Engineer,
That works, thank you, but it still needs improvement.
This Text can only be one line in my View, and it's currently showing "21 weeks, 5 da...". I need it to say "21w 5d".
AFAICS the string is computed in the Text then displayed. Is there a way of intercepting this string and formatting it as I need?
Without a simple way of formatting the output this will probably involve a lot of stupid string replacements to replace " week" and " weeks" with "w", and then I have to handle it for other languages, too. And I have to remove that comma.
As I mentioned above, we really need to be able to format this sort of string. There doesn't seem to be any reason why we are forced to use this one particular format.