Printing cue lists

Hi there!

We'd like a couple of extra options when printing a show onto a pdf from the EOS.

Firstly, we'd like to be able to print only certain information in cue lists, eg. only cue numbers, time and intensities.

Secondly, we'd like to have line breaks between cues.

Is this possible and does everyone else agree this is useful??

Parents Reply
  • I'm not sure if this helps, but It is possible to export the show as a CSV, open it in your favourite spreadsheet program then peruse intensities by filtering on:

    TARGET_TYPE_AS_TEXT = "Cue"

    and

    PARAMETER_TYPE_AS_TEXT="Intensity"

    It is also possible to do more sophisticated formatting on the CSV data using various data lookup functions built into your spreadsheet program, or packages like Crystal Reports, Word MailMerge, or custom scripts.

Children
Related