→ The Lansweeper Customer Excellence Awards 2024 - Submit Your Project Now! Learn More & Enter Here

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Nixfaenger
Engaged Sweeper
Hello,

is there a possibility or a tool to migrate reports from v4 to v5?

or
how the following report should be in v5?


Select Top 1000000 upgrade_tblcomputers.Computername,
upgrade_tblcomputers.ComputerUnique,
upgrade_tblcomputers.Domain,
TsysChassisTypes.ChassisName As ComputerType
From upgrade_tblcomputers
Inner Join upgrade_tblsystemenclosure On upgrade_tblcomputers.Computername =
upgrade_tblsystemenclosure.Computername
Inner Join TsysChassisTypes On upgrade_tblsystemenclosure.ChassisTypes =
TsysChassisTypes.Chassistype
Where
upgrade_tblcomputers.Computername In (Select
upgrade_tblntlogevent.Computername From upgrade_tblntlogevent
Where upgrade_tblntlogevent.Sourcename = 'Disk' And
upgrade_tblntlogevent.TimeGenerated > GetDate() - 7)
Order By upgrade_tblcomputers.Computername


Greetings, Stephan
4 REPLIES 4
Nixfaenger
Engaged Sweeper
Thanks, that was what I missed.
Hemoco
Lansweeper Alumni
Very few tables have been renamed. Please refer to this forum thread for an overview.
Nixfaenger
Engaged Sweeper
Yes, I know.
But if I want to create custom reports and want to copy from my old, then that will be difficult because all the tables are now called differently.
Is there no comparative table with the old table - new table?
Hemoco
Lansweeper Alumni
The report you posted is already a 5.0 report. 4.2 reports are automatically upgraded when you upgrade to 5.0.