Solved

HTML custom screen

  • 15 December 2021
  • 2 replies
  • 149 views

Userlevel 2
Badge +3

I need to create to a header for my aplication in the Universal, and I want to use the custom screen functionality as described here.

For some reason i continue to receive an [unkown error] message in the aplication as soon as I set the HTML field to an expression. 

What am I doing wrong?

 

in the expression field I´ve tried full html, starting with div tags, and plain text, but it all leads to the same error.

 

Here are my settings:

 

 

icon

Best answer by Erwin Ekkel 16 December 2021, 09:22

View original

2 replies

Userlevel 6
Badge +16

To use an expression column with HTML you have to add quote’s since expression columns are SQL based. So your text becomes:

'<div> ... </div>'

Userlevel 2
Badge +3

thanks a lot Erwin. that fixed it

Reply