Dr. Thomas Chadzelek

Results 58 comments of Dr. Thomas Chadzelek

Hello @dfenerski ! `text="{= ${i18n>resultLabel} + ' ' + ${model>/obj}.result}"` is possible `text="{= 'Length: ' + ${model>/items}.length}" `is possible `text="{= ${model>/userName} + ': ' + ${model>/obj}.result}"` is possible. Generally speaking,...

How would that affect copy & paste? What does it mean for accesibility to force users into the value help dialog, which is optimized for mouse, instead of just typing?...

Hello @taosha121 ! You might want to use a fragment instead of a nested view, see [XML Fragments](https://ui5.sap.com/#/topic/65da02badf704e03a4fd6bd4c5aba8f4). In that case, XML Templating recursively descends into the fragment as well....

Hello sdd64! Inside a complex binding expression, you need to take care of escaping as follows: - Backslash and curly brace needs to be escaped (see BindingParser.complexParser.escape): `^[a-zA-Z]\{2\}-\\d\{5\}-[a-zA-Z]\{1\}$` - Inside...

Not sure if you escaped too much. I just now see that my recommendation has been spoilt, guess I need to use proper formatting here or backslashes are lost. Let...

Good point. Any suggestion where you would have looked for it? Which parts of the documentation did you already consult when you researched this issue? [Declarative Support: Data Binding](https://openui5.hana.ondemand.com/#docs/guide/020990b1210e47c89a58a4f4e790c476.html) looks...

The mentioned example says `search: '^(?=[\\w\\d]{5,}$)'` It just doubles the backslashes and does not escape the curly braces inside the string literal. Probably, I was too cautious and this is...

Something like [v4.ODataListBinding#changeParameters](https://ui5.sap.com/#/api/sap.ui.model.odata.v4.ODataListBinding/methods/changeParameters)?

Hello! What is it you are trying to achieve in the end, on UI? Maybe a custom control could do the job. Best regards, Thomas

Hello @ArSidd480 ! I'm a bit confused now as [3039](https://github.com/https://github.com/SAP/openui5/issues/3039) has been closed successfully?! "one column for customers name" I still do not see why you need a formatter for...