[TYPO3-english] realurl and alias_field with fallback if column is empty

Domi djgarms at gmail.com
Thu Aug 8 03:30:26 CEST 2013


On 06/08/13 15:34, François Suter wrote:
> IF (path_segment != "", path_segment, title)
Thank you both for your answers,

@Francois I simply copied the wrong brackets :|
@Jigal
Here is my working example for multiple fallbacks:

'alias_field' => 'coalesce(NULLIF(path_segment, ""), title)'

With this solutions I could assign multiple fallbacks.

Cheers,
Dominic


More information about the TYPO3-english mailing list