[SOLVED]Help with interactive report

Hi all,
I am busy creating an entity screen that allows you to search a ticket via an interactive report. You are supposed to then select a ticket and select display ticket to open it, but my display ticket automation is not working,

Display Ticket Settings:

Automation Command:

Report:

[#Ticket Payments:0.01,1,3,3,3,1,1 ]
@{REPORT TICKET DETAILS:T.Id.desc:(TS.Status=Reservation):,}
>|TID|Tnr|Date Time|Customer Phone|Customer Name

|{REPORT TICKET DETAILS:T.Id:T.Id==$1}|{REPORT TICKET DETAILS:T.TicketNumber:T.Id==$1}|{REPORT TICKET DETAILS:T.Date,T.Time:T.Id==$1:{0} {1}}|{REPORT TICKET DETAILS:EN.Customers:T.Id==$1}|{REPORT TICKET DETAILS:EC.Customers.Name:T.Id==$1}|{REPORT TICKET DETAILS:TS.Status:T.Id==$1}

>> | | | |

Report Viewer Settings:

Report Viewer Properties:

Any help would be appreciated

The problem is here:

AStid=Test.2

You need to use the Report Header, not the Report Name:

AStid=Ticket Payments.2

Thank you very much @QMcKay, I looked right past it there.