Expression length limit?

is the length of the expression limited ?
I try to use it to compute a group of alarm tag for each equipement with 9 defects:
({[.]Defauts/Affichage.AlertCurrentSeverity}=4)||
({[.]Defauts/AnnonceSonore.AlertCurrentSeverity}=4)||
({[.]Defauts/Batterie.AlertCurrentSeverity}=4)||
({[.]Defauts/Communication.AlertCurrentSeverity}=4))||
({[.]Defauts/Horloge.AlertCurrentSeverity}=4)||
({[.]Defauts/RetroEclairage.AlertCurrentSeverity}=4)||
({[.]Defauts/SauvegardeMemoire.AlertCurrentSeverity}=4)||
({[.]Defauts/Temperature.AlertCurrentSeverity}=4)||
({[.]Defauts/Transmission.AlertCurrentSeverity}=4)
Another solution ?

What type of SQLTags realtime provider are you using? Internal or external (database driving provider)? If it is in the database you need to expand the length of the string column stringval in the sqlt_meta table.

Travis, Can you give an example?

What flavor of SQL database are you using?