TYPO3-Browser: GroupBy - problem
| Autor | Nachricht |
|---|---|
|
Verfasst am: 09. 02. 2012 [18:43]
|
|
|
Janusz
Janusz L.
Dabei seit: 09.02.2012
Beiträge: 2
|
I have a list of events based on tt_news and Browser. Some records have an additional list of dates (theater spectale, movies). I create a list in which everything is displayed grouped by date. Here is my TS: TYPOSCRIPT groupBy = tt_news.dzionek groupBy { dontConsolidate = 1 } tt_news { dzionek = COA dzionek.10 = TEXT dzionek.10 { if.isTrue = ###TT_NEWS.J_DATA_START### value = ###TT_NEWS.J_DATA_START### } dzionek.10.strftime=%d %b dzionek.10.wrap = | dzionek.11 = TEXT dzionek.11 { if.isFalse = ###TT_NEWS.J_DATA_START### value = ###TX_SPEKTAKLE.DZIEN### } dzionek.11.strftime=%d %b dzionek.11.wrap = | Unfortunately, list are displayed separately from ###TX_SPEKTAKLE.DZIEN### and records ###TT_NEWS.J_DATA_START###, in addition, those with ###TX_SPEKTAKLE.DZIEN### not respond to dontConsolidate = 1. For ex.: 14.02 Spectacle1 (14.02) Spectacle2 (15.02) Spectacle1 (16.02) ------------ 10.02 Event1 ------------ 16.02 Event2 ------------ When I display separately the list gruped only by ###TX_SPEKTAKLE.DZIEN### or by ###TT_NEWS.J_DATA_START### - grouping works well. Please help me! PS. Sorry for English, but I do not know German. |
Powered by TYPO3 und mm_forum Extension


