mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed ml_statistics table
1. Grouping of lang + counter 2. Hiding duplicates for language
This commit is contained in:
+1
-1
@@ -255,6 +255,7 @@ select rtrim(counter_name) as counter_name, cntr_value as counter_value
|
||||
</TablixMember>
|
||||
<TablixMember>
|
||||
<Group Name="counter_name1">
|
||||
<Group Name="counter_name_stats">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!counter_name.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
@@ -575,7 +576,6 @@ select rtrim(counter_name) as counter_name, cntr_value as counter_value
|
||||
<rd:WatermarkTextbox>Title</rd:WatermarkTextbox>
|
||||
<rd:DefaultName>ReportTitle</rd:DefaultName>
|
||||
<Height>0.4in</Height>
|
||||
<Width>8in</Width>
|
||||
<ZIndex>2</ZIndex>
|
||||
<Style>
|
||||
<Border>
|
||||
|
||||
Reference in New Issue
Block a user