Link on Action/Pages

Hi,

I would like to add links on “Pages” of “Action” page.
When I see my statistic in the section “Action” and “Pages”, I can see the root “MyWebsite”.
When I click on, I can see 2 pages “Home”, “News”, “Events”.
When I click on the News link, I get 3 pages :

  • “index.php?id=1”
  • “index.php?id=2”
  • “index.php?id=3”

I would like to know what is the news with the id = 2…
So I want to add a link which allow me to click on the “news.php?id=2” and get the page of my website like :

<a href="http://www.mywebsite.com/news/index.php?id=2" target="_blank">
index.php?id=2
</a>

Is it possible ? How to do this ?

Thanks !

CC

it is not yet possible, I created a ticket: http://dev.piwik.org/trac/ticket/556