cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rvgfox
Engaged Sweeper
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.
6 REPLIES 6
Hemoco
Lansweeper Alumni
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.
rvgfox
Engaged Sweeper

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...

Hemoco
Lansweeper Alumni
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.
rvgfox
Engaged Sweeper
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?

Hemoco
Lansweeper Alumni
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.
rvgfox
Engaged Sweeper
No problem if my sql it's like

select * from <database>.<owner>.<table>