sqllike

beasscript-logo-small

sqllike=<fieldname>

 

The entered value gets added as a LIKE-command to the WHERE-condition of the SQL query.

 

Example:

sqllike=kndname

 

customer name is queried. The SQL command is added with:

 

where kndname like 'entered value>%'

 

For more information see sqlsetfilter.