Skip to content

Commit 5098c6e

Browse files
committed
[FIX] Cube Build Errors
1 parent a66da6f commit 5098c6e

5 files changed

+0
-57
lines changed

src/cls/BI/Comment.cls

-20
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ XData Cube [ XMLNamespace = "http://www.intersystems.com/deepsee" ]
3535
<property name="Name" disabled="false" sourceProperty="Author.Name" hidden="false" isName="true" isDescription="false" isReference="false" useDisplayValue="false">
3636
<additionalDescription>undefined</additionalDescription>
3737
</property>
38-
<property name="Email" disabled="false" sourceProperty="Author.Email" hidden="false" isName="false" isDescription="false" isReference="false" useDisplayValue="false">
39-
</property>
40-
</level>
41-
</hierarchy>
42-
</dimension>
43-
<dimension name="ISCMember" disabled="false" hasAll="false" allCaption="All ISCMember" allDisplayName="ISCMember" type="data" hidden="false" showHierarchies="default">
44-
<hierarchy name="H1" disabled="false" hidden="false">
45-
<level name="ISCMember" disabled="false" sourceProperty="Author.ISCMember" list="false" nullReplacement="No" rangeExpression="1:&quot;InterSystems&quot;;0:&quot;Customers&quot;;" useDisplayValue="true" useAsFilter="true" hidden="false">
4638
</level>
4739
</hierarchy>
4840
</dimension>
@@ -59,18 +51,6 @@ XData Cube [ XMLNamespace = "http://www.intersystems.com/deepsee" ]
5951
</level>
6052
</hierarchy>
6153
</dimension>
62-
<dimension name="Department" disabled="false" hasAll="false" allCaption="All Department" allDisplayName="Department" type="data" hidden="false" showHierarchies="default">
63-
<hierarchy name="H1" disabled="false" hidden="false">
64-
<level name="Department" disabled="false" sourceProperty="Author.Department" list="false" useDisplayValue="true" useAsFilter="true" hidden="false">
65-
</level>
66-
</hierarchy>
67-
</dimension>
68-
<dimension name="OfficeLocation" disabled="false" hasAll="false" allCaption="All OfficeLocation" allDisplayName="OfficeLocation" type="data" hidden="false" showHierarchies="default">
69-
<hierarchy name="H1" disabled="false" hidden="false">
70-
<level name="OfficeLocation" disabled="false" sourceProperty="Author.OfficeLocation" list="false" useDisplayValue="true" useAsFilter="true" hidden="false">
71-
</level>
72-
</hierarchy>
73-
</dimension>
7454
<dimension name="PostType" disabled="false" hasAll="false" allCaption="All PostType" allDisplayName="PostType" type="data" hidden="false" showHierarchies="default">
7555
<hierarchy name="H1" disabled="false" hidden="false">
7656
<level name="PostType" disabled="false" sourceProperty="Post.PostType" list="false" useDisplayValue="true" useAsFilter="true" hidden="false">

src/cls/BI/CommentCopy.cls

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ XData Cube [ XMLNamespace = "http://www.intersystems.com/deepsee" ]
88
<cube xmlns="http://www.intersystems.com/deepsee" name="CommentCopy" displayName="CommentCopy" disabled="false" abstract="false" sourceClass="Community.Comment" countMeasureName="COMCOUNT" bucketSize="8" bitmapChunkInMemory="false" precompute="0" disableListingGroups="false">
99
<dimension name="AuthorName" disabled="false" sharesFrom="Post" hasAll="false" allCaption="All AuthorName" allDisplayName="AuthorName" type="data" hidden="false" showHierarchies="default">
1010
</dimension>
11-
<dimension name="ISCMember" disabled="false" sharesFrom="Post" hasAll="false" allCaption="All ISCMember" allDisplayName="ISCMember" type="data" hidden="false" showHierarchies="default">
12-
</dimension>
1311
<dimension name="DateDimension" disabled="false" sharesFrom="Post" hasAll="false" allCaption="All DateDimension" allDisplayName="DateDimension" type="data" hidden="false" showHierarchies="default">
1412
</dimension>
1513
<measure name="Comments" disabled="false" sourceProperty="Id" aggregate="COUNT" type="number" scale="0" hidden="false" searchable="false">

src/dfi/Mobile/DCLeaderboardPublic.dashboard.dfi

-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<dashboard xmlns="http://www.intersystems.com/deepsee/library" name="DCLeaderboardPublic" folderName="Mobile" title="DC Leaderboard" description="" keywords="" owner="" shared="true" public="true" locked="false" resource="" timeCreated="2016-05-15T23:17:15.235Z" createdBy="mobile" category="" bookCover="" scheme="" worklistCount="2" snapTo="true" snapGrid="true" gridRows="10" gridCols="10" canResize="true" canModify="true" showTitleBar="true" titleBarOpacity="" titleBarColor="" selectedTitleBarOpacity="" selectedTitleBarColor="" titleBarTextColor="" selectedTitleBarTextColor="" titleBarFont="" companyName="" companyLogo="" companyStyle="" backgroundColor="white" backgroundImage="none" backgroundRepeat="no-repeat" backgroundSize="100% 100%" backgroundOpacity="1" widgetBorders="1px solid #F0F0F0" widgetBordersSwitch="edit" widgetBordersColor="#F0F0F0" widgetBordersStyle="solid" widgetBordersWidth="1" widgetBordersToggle="true">
3-
<widget name="W1" type="pivot" subtype="pivot" subtypeClass="lineChart" title="Leaderboard" dataSource="Mobile/Leaderboard/DCLeaderboard.pivot" dataLink="" drillDownDataSource="" width="200" height="200" sidebarContent="" showSidebar="false" sidebarWidth="" maximized="false" homeRowL="0" homeColL="0" colSpanL="4" rowSpanL="4" showToolbar="true" showToolbarBottomBorder="true" showToolbarOnlyWhenMaximized="false" colorToolbar="#F0F0F0" opacityToolbar="1" backgroundColor="#F0F0F0" opacity="1" theme="" dataColorList="">
4-
<control name="" action="applyFilter" target="W1" targetProperty="[DateDimension].[H1].[MonthYear]" location="widget" type="auto" controlClass="" label="Month" title="" value="&amp;[NOW]" text="" readOnly="false" valueList="" displayList="" activeWhen="">
5-
<valueRequired>false</valueRequired>
6-
</control>
7-
<control name="" action="applyFilter" target="*" targetProperty="[ISCMember].[H1].[ISCMember]" location="widget" type="auto" controlClass="" label="InterSystems" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
8-
<valueRequired>false</valueRequired>
9-
</control>
10-
<control name="" action="applyFilter" target="W1,W2,W3,W4" targetProperty="[Group].[H1].[GroupName]" location="widget" type="auto" controlClass="" label="Group" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
11-
<valueRequired>false</valueRequired>
12-
</control>
13-
</widget>
143
<widget name="W2" type="pivot" subtype="pivot" subtypeClass="lineChart" title="Posts" dataSource="Mobile/Leaderboard/AuthorsByPosts.pivot" dataLink="" drillDownDataSource="" width="200" height="200" sidebarContent="" showSidebar="false" sidebarWidth="" maximized="false" homeRowL="0" homeColL="4" colSpanL="4" rowSpanL="4" showToolbar="true" showToolbarBottomBorder="true" showToolbarOnlyWhenMaximized="false" colorToolbar="#F0F0F0" opacityToolbar="1" backgroundColor="#F0F0F0" opacity="1" theme="" dataColorList="">
154
<control name="" action="applyFilter" target="Виджет1" targetProperty="[AuthorName].[H1].[AuthorName]" location="click" type="auto" controlClass="" label="AuthorName" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
165
<valueRequired>false</valueRequired>
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<dashboard xmlns="http://www.intersystems.com/deepsee/library" name="Contributors2016" folderName="Public/Authors" title="DC MVP 2016" description="" keywords="" owner="" shared="true" public="true" locked="false" resource="" timeCreated="2017-02-06T18:38:46.088Z" createdBy="mobile" category="" bookCover="" scheme="" worklistCount="0" snapTo="true" snapGrid="true" gridRows="10" gridCols="10" canResize="true" canModify="true" showTitleBar="true" titleBarOpacity="" titleBarColor="" selectedTitleBarOpacity="" selectedTitleBarColor="" titleBarTextColor="" selectedTitleBarTextColor="" titleBarFont="" companyName="" companyLogo="" companyStyle="" backgroundColor="white" backgroundImage="none" backgroundRepeat="no-repeat" backgroundSize="100% 100%" backgroundOpacity="1" widgetBorders="1px solid #F0F0F0" widgetBordersSwitch="edit" widgetBordersColor="#F0F0F0" widgetBordersStyle="solid" widgetBordersWidth="1" widgetBordersToggle="true">
3-
<widget name="Widget1" type="pivot" subtype="pivot" subtypeClass="lineChart" title="" dataSource="Public/MVP/Rating.pivot" dataLink="" drillDownDataSource="" width="200" height="200" sidebarContent="" showSidebar="false" sidebarWidth="" maximized="false" homeRowL="0" homeColL="0" colSpanL="3" rowSpanL="8" showToolbar="true" showToolbarBottomBorder="true" showToolbarOnlyWhenMaximized="false" colorToolbar="#F0F0F0" opacityToolbar="1" backgroundColor="#F0F0F0" opacity="1" theme="" dataColorList="">
4-
<control name="" action="applyFilter" target="*" targetProperty="[DateDimension].[H1].[Year]" location="widget" type="auto" controlClass="" label="Year" title="" value="&amp;[2016]" text="" readOnly="false" valueList="" displayList="" activeWhen="">
5-
<valueRequired>false</valueRequired>
6-
</control>
7-
<control name="" action="applyFilter" target="W2,W3" targetProperty="" location="click" type="auto" controlClass="" label="" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
8-
<valueRequired>false</valueRequired>
9-
</control>
10-
</widget>
113
<widget name="W2" type="pivot" subtype="pivot" subtypeClass="lineChart" title="Posts" dataSource="Public/MVP/Posts.pivot" dataLink="" drillDownDataSource="" width="200" height="200" sidebarContent="" showSidebar="false" sidebarWidth="" maximized="false" homeRowL="0" homeColL="3" colSpanL="4" rowSpanL="5" showToolbar="true" showToolbarBottomBorder="true" showToolbarOnlyWhenMaximized="false" colorToolbar="#F0F0F0" opacityToolbar="1" backgroundColor="#F0F0F0" opacity="1" theme="" dataColorList="">
124
<control name="" action="applyFilter" target="W2,W3" targetProperty="[AuthorName].[H1].[AuthorName]" location="widget" type="auto" controlClass="" label="AuthorName" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
135
<valueRequired>false</valueRequired>
@@ -18,10 +10,4 @@
1810
</widget>
1911
<widget name="W3" type="pivot" subtype="pivot" subtypeClass="lineChart" title="Comments" dataSource="Public/MVP/Comments.pivot" dataLink="" drillDownDataSource="" width="200" height="200" sidebarContent="" showSidebar="false" sidebarWidth="" maximized="false" homeRowL="5" homeColL="3" colSpanL="4" rowSpanL="3" showToolbar="true" showToolbarBottomBorder="true" showToolbarOnlyWhenMaximized="false" colorToolbar="#F0F0F0" opacityToolbar="1" backgroundColor="#F0F0F0" opacity="1" theme="" dataColorList="">
2012
</widget>
21-
<widget name="W4" type="pivot" subtype="pivot" subtypeClass="lineChart" title="" dataSource="Public/MVP/AllRated.pivot" dataLink="" drillDownDataSource="" width="200" height="200" sidebarContent="" showSidebar="false" sidebarWidth="" maximized="false" homeRowL="0" homeColL="7" colSpanL="3" rowSpanL="8" showToolbar="true" showToolbarBottomBorder="true" showToolbarOnlyWhenMaximized="false" colorToolbar="#F0F0F0" opacityToolbar="1" backgroundColor="#F0F0F0" opacity="1" theme="" dataColorList="">
22-
<control name="" action="newWindow" target="" targetProperty="analytics.community.intersystems.com/csp/community/_DeepSee.UserPortal.DashboardViewer.zen?DASHBOARD=Public/Authors/AuthorsPostings.dashboard&amp;SETTINGS=TARGET:W1;FILTER:[Author].%26[$$$VALUELIST];SETTINGS=TARGET:W2;FILTER:[Author].%26[$$$VALUELIST]" location="widget" type="auto" controlClass="" label="Vew Author&apos;s Postings" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
23-
<valueRequired>false</valueRequired>
24-
</control>
25-
<property name="initialExecute">0</property>
26-
</widget>
2713
</dashboard>

src/dfi/Public/DC Leaderboard.dashboard.dfi

-10
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,4 @@
1717
<valueRequired>false</valueRequired>
1818
</control>
1919
</widget>
20-
<widget name="W2" type="pivot" subtype="pivot" subtypeClass="lineChart" title="Comments" dataSource="CommunityChanpionship/ByComments.pivot" dataLink="" drillDownDataSource="" width="200" height="200" sidebarContent="" showSidebar="false" sidebarWidth="" maximized="false" homeRowL="0" homeColL="7" colSpanL="3" rowSpanL="9" showToolbar="true" showToolbarBottomBorder="true" showToolbarOnlyWhenMaximized="false" colorToolbar="#F0F0F0" opacityToolbar="1" backgroundColor="#F0F0F0" opacity="1" theme="" dataColorList="">
21-
<control name="" action="applyFilter" target="W1" targetProperty="[AuthorName].[H1].[AuthorName]" location="click" type="auto" controlClass="" label="AuthorName" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
22-
<valueRequired>false</valueRequired>
23-
</control>
24-
</widget>
25-
<widget name="W3" type="pivot" subtype="pivot" subtypeClass="lineChart" title="Posts and comments in author&apos;s posts" dataSource="CommunityChanpionship/ByPostsAndPostsComments.pivot" dataLink="" drillDownDataSource="" width="200" height="200" sidebarContent="" showSidebar="false" sidebarWidth="" maximized="false" homeRowL="0" homeColL="3" colSpanL="4" rowSpanL="9" showToolbar="true" showToolbarBottomBorder="true" showToolbarOnlyWhenMaximized="false" colorToolbar="#F0F0F0" opacityToolbar="1" backgroundColor="#F0F0F0" opacity="1" theme="" dataColorList="">
26-
<control name="" action="applyFilter" target="W1" targetProperty="[AuthorName].[H1].[AuthorName]" location="click" type="auto" controlClass="" label="AuthorName" title="" value="" text="" readOnly="false" valueList="" displayList="" activeWhen="">
27-
<valueRequired>false</valueRequired>
28-
</control>
29-
</widget>
3020
</dashboard>

0 commit comments

Comments
 (0)