Skip to content

Commit 960b44d

Browse files
authored
Update Report List.rdl
1 parent ec9e167 commit 960b44d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ServerReports/Report List.rdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ AS
100100
, rpt.[Type]
101101
, rpt.[Name]
102102
, rpt.[Description]
103-
, rpt.Parameter
103+
, rpt.[Parameter]
104104
, [CreationDate] = CONVERT(DATETIME, CONVERT(VARCHAR(11), rpt.[CreationDate], 13))
105105
, [ModifiedDate] = CONVERT(DATETIME, CONVERT(VARCHAR(11), rpt.[ModifiedDate], 13))
106106
, [ReportFolder] = SUBSTRING(rpt.[Path], 2, Len(rpt.[Path])-Len(rpt.[Name])-2)
@@ -115,7 +115,7 @@ AS
115115
AND rpt.[Type] = 2
116116
)
117117
SELECT
118-
rpt.ItemID
118+
rpt.[ItemID]
119119
, rpt.[Name]
120120
, rpt.[Description]
121121
, rpt.[Parameter]

0 commit comments

Comments
 (0)