Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #232 (report appears if all tables are there) #247 (fix working set trimming report) and #243 (add CCC rule) #252

Merged
merged 8 commits into from
Sep 13, 2023
3 changes: 2 additions & 1 deletion NexusReports/Loaded Modules_C.rdl
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,14 @@ END</CommandText>
<Color>LightGrey</Color>
<Style>Solid</Style>
</Border>
<BackgroundColor>=IIF(Fields!Company.Value="Microsoft Corporation", "No Color", "Yellow")</BackgroundColor>
<BackgroundColor>=IIF(Fields!Company.Value="Microsoft Corporation", "No Color",IIF(Fields!Company.Value="Microsoft Corp.","No Color", "Yellow"))</BackgroundColor>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
</Textbox>
<rd:Selected>true</rd:Selected>
</CellContents>
</TablixCell>
<TablixCell>
Expand Down
90 changes: 64 additions & 26 deletions NexusReports/SQL Perf Main.rdl

Large diffs are not rendered by default.

Loading