From: Honza M. <hon...@ec...> - 2006-03-03 16:05:07
|
Norbert Brazda p=ED=B9e v P=E1 03. 03. 2006 v 14:08 +0100: > Honza Malik wrote: > > Not sure, if I understand. But if you have multiple item ids in say > > relation........ field, then you can use: > >=20 > > {item:{@relation........:-}:_HEADLINE:, } > >=20 > > Of course you can use any field/alias/aa_expression instead of > > _#HEADLINE, so you can display also multivalues by this alias in targ= et > > item. >=20 > Several (the same) headlines of current item (instead of headlines of=20 > related items) are shown if I use {headline........} instead of _#HEADL= INE. >=20 > Bug or feature? This is quite logical behavior. If you use: {item:{@relation........:-}:{headline........}:, } then AA evaluating from innermost curly brackets (as always). If your current item has headline "Hi Norbert", then the first evaluation step would be: {item:63553633737383784664737-7363563553453532424:Hi Norbert:, } which means, that for both items AA will print "Hi Norbert" - comma separated.=20 Honza |