'allo.
So: I'm really liking the conditional masking feature on Ticket Design. But here's my question and I wonder if you clever people can help:
Is it possible to create conditional masking based on the results on a different element ID (i.e., not the one you're writing in).
If so, how does this work in the syntax? I'd really like to suppress the row and seat number if the section description is "Standing" - ya get me?
C.//X.
Something like this?
Data Element: Section_Print_Desc.
Masking: Case(trim(val) When 'No.' Then ' ' Else val)
Data Element: Section_Description
Masking: case(trim(val) When 'Gallery', 'Arena (Standing)' Then 'Number' else 'Seat')
Caryl
From: Chris Campbell <bounce-chriscampbell8862@tessituranetwork.com>Sent: 7/5/2010 10:40:15 AM