I want to execute a query using typoscript . My query is SELECT * FROM TABLE where sld like '{GP:SID}' . I want to warp the SID variable inside a single/double quotes. Tried the below script, but didnt worked for me . [code]
lib.products = CONTENT
lib.products { table = TABLE select { pidInList = 26506
     orderBy = name
     where = sid like '{GP:SID}'
} renderObj = COA renderObj { 10 = COA 10 { 10= TEXT 10.dataWrap ={field:name}[\n] } } }
[code]
Can any help me with this ?
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to