[TYPO3-english] TS combining 2 conditions: if val1=1 and ifEmpty val2
Bert Hiddink [BENDOO e-work solutions]
hiddink at bendoo.nl
Sun May 13 09:52:08 CEST 2012
Hello Loek,
Thanks, you're right!
Tested and worked!
Thanks a lot,
Bert
On 5/12/12 12:56 PM, Loek Hilgersom wrote:
> Hi Bert,
>
> Glad it worked.
> Just a note: if you don't explicitly need the isInList but using it
> instead of equals, then you could do the multiple value part more
> elegantly with
> 10 = CASE
> 10 {
> key.field = nav_title
> default ....
> 1. (etc)
>
> Loek
>
> On 05/12/2012 09:12 AM, Bert Hiddink [BENDOO e-work solutions] wrote:
>> ....
>> 10 = TEXT
>> 10 {
>> insertData=1
>> value = AAA
>> override.cObject = COA
>> override.cObject {
>>
>> 10 = TEXT
>> 10.value = BBB
>> 10.if.value = 123
>> 10.if.isInList.field = nav_title
>>
>> 20 <.10
>> 20.value = CCC
>> 20.if.value = 456
>>
>> 30 <.10
>> 30.value = DDD
>> 30.if.value = 789
>> }
>> if.equals = 1
>> if.value.data = cObj:parentRecordNumber
>> }
>> ....
>>
More information about the TYPO3-english
mailing list