Tomek Kott wrote:
>
> Is there a way to get the current username into the report
> dynamically? Or, can I use TH1 within the query code?
>

The following might work:

        SELECT
        title                 AS 'Summary'
        FROM ticket
        WHERE status = 'Open' AND assignee = $login

It should be noted that there are no quotes around the $login
parameter used in the above query.

--
Joe Mistachkin

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to