Skip to content

Commit c142d80

Browse files
authored
Merge pull request #1 from intersystems-community/master
Syncing with master repo
2 parents ce1e360 + b858c68 commit c142d80

16 files changed

+259725
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Project made with InterSystems IRIS BI (DeepSee), Power BI and Logi Report Desig
77

88
### See Live DC analytics
99

10-
[PowerBI Interactive Dashboard with connection to the Adaptive Analytics Instance](https://app.powerbi.com/view?r=eyJrIjoiMjU0NjgyNjgtYjA0NS00M2Q3LTg3NzUtN2EwNjVjMGQ0Yzk5IiwidCI6IjRlMzI1ZjgzLWE4YWYtNGY2Yy05ODY3LTBkYTA4YmU1MGZjMCIsImMiOjEwfQ%3D%3D&pageName=ReportSection&language=en-us)
10+
[PowerBI Interactive Dashboard with connection to the Adaptive Analytics Instance](https://app.powerbi.com/view?r=eyJrIjoiZDNhZDAxMTAtZDUyNy00YTRlLTkxZmQtODBlMzZmZGU3ZTkxIiwidCI6IjRlMzI1ZjgzLWE4YWYtNGY2Yy05ODY3LTBkYTA4YmU1MGZjMCIsImMiOjEwfQ%3D%3D&pageName=ReportSection&language=en-us)
1111

1212
[Instance of Adaptive Analytics powered by AtScale](http://atscale-public.demo.community.intersystems.com:10500/login)
1313

Binary file not shown.
Binary file not shown.
Binary file not shown.

atscale-server/src/cubes/EnCommunityAnalytics2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@
858858
<physical>
859859
<connection id="iris"></connection>
860860
<query>
861-
<sql>select &#xA;&#x9;cm.*,&#xA; CAST(TO_CHAR( cm.Created, &#39;YYYYMM&#39;) as INT) as MonthYearNum,&#xA; UPPER(TO_CHAR( cm.Created, &#39;MON-YYYY&#39;)) as MonthYear,&#xA; TO_DATE(cm.Created, &#39;YYYY-MM-DD&#39;) as FullDate,&#xA; Year( cm.Created ) as &#34;Year&#34;,&#xA; DATEPART(week, cm.Created) as WeekYear&#xA;from Community.Member cm</sql>
861+
<sql>select &#xA;&#x9;cm.*,&#xA; CAST(TO_CHAR( cm.Created, &#39;YYYYMM&#39;) as INT) as MonthYearNum,&#xA; UPPER(TO_CHAR( cm.Created, &#39;MON-YYYY&#39;)) as MonthYear,&#xA; TO_DATE(cm.Created, &#39;YYYY-MM-DD&#39;) as FullDate,&#xA; Year( cm.Created ) as &#34;Year&#34;,&#xA; DATEPART(week, cm.Created) as WeekYear&#xA;from Community.Member cm&#xA;where cm.deleted = 0</sql>
862862
</query>
863863
<immutable>false</immutable>
864864
<column>

0 commit comments

Comments
 (0)