Conditional formatting with function call
Should it be possible to have function call like this, here copied from Application IDE:
conditional formatting
(
"New Formatting"
{
condition = (Formula == thisapp.Sjekk_sub(input.ID))
fields = [Navn]
format = "color:#ffffff;background-color:#e84c3d;"
}
)