Skip to content

Commit 4913420

Browse files
PivotGrid OLAP Demos: New 2026 Initial Catalog / Dates (#33818)
1 parent b0470be commit 4913420

26 files changed

Lines changed: 25 additions & 25 deletions

apps/demos/Demos/PivotGrid/Filtering/Angular/app/app.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ export class AppComponent {
4646
{
4747
dataField: '[Ship Date].[Calendar Year]',
4848
area: 'filter',
49-
filterValues: ['[Ship Date].[Calendar Year].&[2004]'],
49+
filterValues: ['[Ship Date].[Calendar Year].&[2024]'],
5050
},
5151
],
5252
store: {
5353
type: 'xmla',
5454
url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll',
55-
catalog: 'Adventure Works DW Standard Edition',
55+
catalog: 'Adventure Works DW Standard Edition 2026',
5656
cube: 'Adventure Works',
5757
},
5858
});

apps/demos/Demos/PivotGrid/Filtering/React/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ const dataSource = new PivotGridDataSource({
2424
{
2525
dataField: '[Ship Date].[Calendar Year]',
2626
area: 'filter',
27-
filterValues: ['[Ship Date].[Calendar Year].&[2004]'],
27+
filterValues: ['[Ship Date].[Calendar Year].&[2024]'],
2828
},
2929
],
3030
store: new XmlaStore({
3131
url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll',
32-
catalog: 'Adventure Works DW Standard Edition',
32+
catalog: 'Adventure Works DW Standard Edition 2026',
3333
cube: 'Adventure Works',
3434
}),
3535
});

apps/demos/Demos/PivotGrid/Filtering/ReactJs/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ const dataSource = new PivotGridDataSource({
2424
{
2525
dataField: '[Ship Date].[Calendar Year]',
2626
area: 'filter',
27-
filterValues: ['[Ship Date].[Calendar Year].&[2004]'],
27+
filterValues: ['[Ship Date].[Calendar Year].&[2024]'],
2828
},
2929
],
3030
store: new XmlaStore({
3131
url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll',
32-
catalog: 'Adventure Works DW Standard Edition',
32+
catalog: 'Adventure Works DW Standard Edition 2026',
3333
cube: 'Adventure Works',
3434
}),
3535
});

apps/demos/Demos/PivotGrid/Filtering/Vue/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ const dataSource = new PivotGridDataSource({
6767
{
6868
dataField: '[Ship Date].[Calendar Year]',
6969
area: 'filter',
70-
filterValues: ['[Ship Date].[Calendar Year].&[2004]'],
70+
filterValues: ['[Ship Date].[Calendar Year].&[2024]'],
7171
},
7272
],
7373
store: new XmlaStore({
7474
url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll',
75-
catalog: 'Adventure Works DW Standard Edition',
75+
catalog: 'Adventure Works DW Standard Edition 2026',
7676
cube: 'Adventure Works',
7777
}),
7878
});

apps/demos/Demos/PivotGrid/Filtering/jQuery/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ $(() => {
3333
{
3434
dataField: '[Ship Date].[Calendar Year]',
3535
area: 'filter',
36-
filterValues: ['[Ship Date].[Calendar Year].&[2004]'],
36+
filterValues: ['[Ship Date].[Calendar Year].&[2024]'],
3737
},
3838
],
3939
store: {
4040
type: 'xmla',
4141
url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll',
42-
catalog: 'Adventure Works DW Standard Edition',
42+
catalog: 'Adventure Works DW Standard Edition 2026',
4343
cube: 'Adventure Works',
4444
},
4545
},

apps/demos/Demos/PivotGrid/IntegratedFieldChooser/Angular/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class AppComponent {
4343
store: {
4444
type: 'xmla',
4545
url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll',
46-
catalog: 'Adventure Works DW Standard Edition',
46+
catalog: 'Adventure Works DW Standard Edition 2026',
4747
cube: 'Adventure Works',
4848
},
4949
};

apps/demos/Demos/PivotGrid/IntegratedFieldChooser/React/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const dataSource = new PivotGridDataSource({
6464
store: {
6565
type: 'xmla',
6666
url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll',
67-
catalog: 'Adventure Works DW Standard Edition',
67+
catalog: 'Adventure Works DW Standard Edition 2026',
6868
cube: 'Adventure Works',
6969
},
7070
});

apps/demos/Demos/PivotGrid/IntegratedFieldChooser/ReactJs/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const dataSource = new PivotGridDataSource({
5757
store: {
5858
type: 'xmla',
5959
url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll',
60-
catalog: 'Adventure Works DW Standard Edition',
60+
catalog: 'Adventure Works DW Standard Edition 2026',
6161
cube: 'Adventure Works',
6262
},
6363
});

apps/demos/Demos/PivotGrid/IntegratedFieldChooser/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const dataSource: Record<string, any> = {
5959
store: {
6060
type: 'xmla',
6161
url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll',
62-
catalog: 'Adventure Works DW Standard Edition',
62+
catalog: 'Adventure Works DW Standard Edition 2026',
6363
cube: 'Adventure Works',
6464
},
6565
};

apps/demos/Demos/PivotGrid/IntegratedFieldChooser/jQuery/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $(() => {
2929
store: {
3030
type: 'xmla',
3131
url: 'https://demos.devexpress.com/Services/OLAP/msmdpump.dll',
32-
catalog: 'Adventure Works DW Standard Edition',
32+
catalog: 'Adventure Works DW Standard Edition 2026',
3333
cube: 'Adventure Works',
3434
},
3535
},

0 commit comments

Comments
 (0)