Ticket Design

Hi All,

 

I am having a problem with a new ticket design I am creating for an upcoming event.

 

I have put the text that I want on my ticket in production elements>performance>ticket text

and in template properties what is the data element i need to use in order for this information to be pulled and printed on the ticket.

 

Thank so much

 

Barbara

Parents Reply
  • Hi Barbara-Lynn,

    Good day.

    there are three tables link to a ticket.

    select * from t_design ---this table has the design number for a ticket.

    select * from t_design_element --- this table has the elements.

    select * from tx_design_element --- this table have the details of a ticket.

     

    So, if you have a ticket does not work, you can compare it with a similar ticket does work.

    what you should?

    select * from  tx_design_element where deisgn_no= @ workTicket or design_no= @ notWorkTicket order by design_no

     have fun

    Ben

     

Children
No Data