Questions and Answers:
Q: How can the series list be customized to display something other then what is pulled from the Theatre Manager database?
A: To make the events in the subscription display as "First Sun in Run @8:00pm" the following would be used:
<field>pick(mid(PB_SERIES_CODE,1,1),'','First','Second','Third','Fourth','Fifth')</field>
The following example displays the series code on the screen in the popup box:
<field>mid(PB_SERIES_CODE,3,3)</field> in run @ <field>pick(pos(mid(PB_SERIES_CODE,7,1),'ME'),'8:00','2:00','8:00')</field>pm
____________________________________________________________
Description:
Location:
htdocs/1/WebPagesEN/TMtemplates/
Able to Call Page(s):
Called By Page(s):
Page(s) Referenced: