-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #121 from LawrenceLoz/Dashboard-names
Update report and dashboard component names to reflect current scope
- Loading branch information
Showing
4 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
<expandOthers>false</expandOthers> | ||
<groupingSortProperties/> | ||
<header>Total Shared Records</header> | ||
<report>FormulaShareReports/FormulaShareDashboardReports/Dashboard_Total_Shares_by_Rule_Date_keZ</report> | ||
<report>FormulaShareDashboardReports/Dashboard_Total_Shares_by_Rule_Date_keZ</report> | ||
<showPercentage>false</showPercentage> | ||
<showPicturesOnCharts>false</showPicturesOnCharts> | ||
<showValues>false</showValues> | ||
|
@@ -45,13 +45,13 @@ | |
<decimalPrecision>-1</decimalPrecision> | ||
<displayUnits>Auto</displayUnits> | ||
<groupingSortProperties/> | ||
<header>All Rules</header> | ||
<header>Rules Applied</header> | ||
<indicatorBreakpoint1>1.0</indicatorBreakpoint1> | ||
<indicatorBreakpoint2>2.0</indicatorBreakpoint2> | ||
<indicatorHighColor>#00716B</indicatorHighColor> | ||
<indicatorLowColor>#C23934</indicatorLowColor> | ||
<indicatorMiddleColor>#FFB75D</indicatorMiddleColor> | ||
<report>FormulaShareReports/FormulaShareDashboardReports/Dashboard_All_Rules_NPn</report> | ||
<report>FormulaShareDashboardReports/Dashboard_Rules_Sharing_Records_6cQ</report> | ||
<showRange>false</showRange> | ||
</dashboardComponent> | ||
<rowIndex>0</rowIndex> | ||
|
@@ -69,13 +69,13 @@ | |
<decimalPrecision>-1</decimalPrecision> | ||
<displayUnits>Auto</displayUnits> | ||
<groupingSortProperties/> | ||
<header>Rules Sharing Records</header> | ||
<header>All Rules</header> | ||
<indicatorBreakpoint1>1.0</indicatorBreakpoint1> | ||
<indicatorBreakpoint2>2.0</indicatorBreakpoint2> | ||
<indicatorHighColor>#00716B</indicatorHighColor> | ||
<indicatorLowColor>#C23934</indicatorLowColor> | ||
<indicatorMiddleColor>#FFB75D</indicatorMiddleColor> | ||
<report>FormulaShareReports/FormulaShareDashboardReports/Dashboard_Rules_Sharing_Records_6cQ</report> | ||
<report>FormulaShareDashboardReports/Dashboard_All_Rules_NPn</report> | ||
<showRange>false</showRange> | ||
</dashboardComponent> | ||
<rowIndex>0</rowIndex> | ||
|
@@ -105,9 +105,9 @@ | |
<sortOrder>d</sortOrder> | ||
</groupingSorts> | ||
</groupingSortProperties> | ||
<header>Last Batch Run Time</header> | ||
<header>Last Full Batch Run</header> | ||
<legendPosition>Right</legendPosition> | ||
<report>FormulaShareReports/FormulaShareDashboardReports/Dashboard_Batch_Performance_av7</report> | ||
<report>FormulaShareDashboardReports/Dashboard_Batch_Performance_av7</report> | ||
<showPercentage>false</showPercentage> | ||
<showTotal>true</showTotal> | ||
<showValues>true</showValues> | ||
|
@@ -131,8 +131,8 @@ | |
<enableHover>false</enableHover> | ||
<expandOthers>false</expandOthers> | ||
<groupingSortProperties/> | ||
<header>Sharing Applied by Batch Job</header> | ||
<report>FormulaShareReports/FormulaShareDashboardReports/Dashboard_New_Sharing_by_Date_Batch_jEj</report> | ||
<header>Sharing Applied by Batch Jobs</header> | ||
<report>FormulaShareDashboardReports/Dashboard_New_Sharing_by_Date_Batch_jEj</report> | ||
<showPercentage>false</showPercentage> | ||
<showPicturesOnCharts>false</showPicturesOnCharts> | ||
<showValues>false</showValues> | ||
|
@@ -155,8 +155,8 @@ | |
<enableHover>false</enableHover> | ||
<expandOthers>false</expandOthers> | ||
<groupingSortProperties/> | ||
<header>Sharing Applied by Trigger Operations</header> | ||
<report>FormulaShareReports/FormulaShareDashboardReports/Dashboard_New_Shares_by_Date_Trigger_irT</report> | ||
<header>Sharing Applied by Triggers & Flow</header> | ||
<report>FormulaShareDashboardReports/Dashboard_New_Shares_by_Date_Trigger_irT</report> | ||
<showPercentage>false</showPercentage> | ||
<showPicturesOnCharts>false</showPicturesOnCharts> | ||
<showValues>false</showValues> | ||
|
@@ -199,7 +199,7 @@ | |
</groupingSorts> | ||
</groupingSortProperties> | ||
<header>Record Share Errors</header> | ||
<report>FormulaShareReports/FormulaShareDashboardReports/Dashboard_Record_Share_Errors_8tM</report> | ||
<report>FormulaShareDashboardReports/Dashboard_Record_Share_Errors_8tM</report> | ||
<title>Shows errors logged over the last 7 days</title> | ||
</dashboardComponent> | ||
<rowIndex>11</rowIndex> | ||
|
@@ -281,7 +281,7 @@ | |
</flexComponentProperties> | ||
<groupingSortProperties/> | ||
<header>Record Share Error Details</header> | ||
<report>FormulaShareReports/FormulaShareDashboardReports/Dashboard_Record_Share_Errors_8tM</report> | ||
<report>FormulaShareDashboardReports/Dashboard_Record_Share_Errors_8tM</report> | ||
</dashboardComponent> | ||
<rowIndex>18</rowIndex> | ||
<rowSpan>10</rowSpan> | ||
|
@@ -291,6 +291,8 @@ | |
</dashboardGridLayout> | ||
<dashboardType>SpecifiedUser</dashboardType> | ||
<isGridLayout>true</isGridLayout> | ||
<owner>[email protected]</owner> | ||
<runningUser>[email protected]</runningUser> | ||
<textColor>#000000</textColor> | ||
<title>FormulaShare Summary</title> | ||
<titleColor>#000000</titleColor> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters