How to add a field in report?

English! place to talk about development, programming and coding
Post Reply
marianna
Znuny newbie
Posts: 3
Joined: 28 Mar 2013, 09:44
Znuny Version: 3.2.3
Real Name: Marianna
Location: Russia, Yakutsk

How to add a field in report?

Post by marianna »

Hi!
I'm trying to add field with a customer user firstname into my report. I found solution, but it didn't work for me.

1. I modified SQL statement in sub TicketGet by adding st.first_name
2. $Ticket{UserFirstname}=$Row[26]

and so on like in that topic.

I suppose something wrong with SQL statement. Maybe user name is in another table, not ticket?
Any suggestions?

P.S. Sorry my English :(
marianna
Znuny newbie
Posts: 3
Joined: 28 Mar 2013, 09:44
Znuny Version: 3.2.3
Real Name: Marianna
Location: Russia, Yakutsk

Re: How to add a field in report?

Post by marianna »

I also tried cu.{something} and this, but it didn't work too :(
Post Reply