
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2012 07:15 PM
I want to make a custom report to include it on Dashboard.
The problem that I've it's that I want a field like "http://..." to be able to open it from lansweeper's web interface.
Is it possible?
Thanks in advence.
Ramon.
The problem that I've it's that I want a field like "http://..." to be able to open it from lansweeper's web interface.
Is it possible?
Thanks in advence.
Ramon.
Labels:
- Labels:
-
Archive
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2012 12:31 PM
rvgfox wrote:
to be able to open it from lansweeper's web interface
Could you clarify what you mean by this. You can view any report's results by clicking on the name of the report on your web console landing page or under "All available reports", also in the web console.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2012 12:42 PM
No, the question it's:
I can see the report and all the fields, but I want that a field be like a http:// link, and when I click on it, open the link...

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2012 12:43 PM
rvgfox wrote:
I can see the report and all the fields, but I want that a field be like a http:// link, and when I click on it, open the link...
Could you clarify which field you are referring to and what you would like to link it to.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2012 01:00 PM
I've create a new table in a DB
I've the report like:
select field1, field2 from table
And the result in the Dasboard like:
field1 field2
------ ----------------
1 http://www.google.es
2 http://www.abc.es
Is It possible to make click and open the link?
I've the report like:
select field1, field2 from table
And the result in the Dasboard like:
field1 field2
------ ----------------
1 http://www.google.es
2 http://www.abc.es
Is It possible to make click and open the link?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2012 01:03 PM
rvgfox wrote:
I've create a new table in a DB
I've the report like:
select field1, field2 from table
And the result in the Dasboard like:
field1 field2
------ ----------------
1 http://www.google.es
2 http://www.abc.es
Is It possible to make click and open the link?
No, this is not currently possible. We will add this feature to our customer wish list. Please note as well that we do not currently support making custom database changes. Such changes may cause problems during upgrades.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2012 01:14 PM
No problem if my sql it's like
select * from <database>.<owner>.<table>
select * from <database>.<owner>.<table>
