@gooddata/sdk-backend-tiger 11.15.0-alpha.9 → 11.16.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/backend/features/feature.d.ts.map +1 -1
- package/esm/backend/features/feature.js +2 -3
- package/esm/backend/features/feature.js.map +1 -1
- package/esm/backend/uiFeatures.d.ts +3 -6
- package/esm/backend/uiFeatures.d.ts.map +1 -1
- package/esm/backend/uiFeatures.js +4 -7
- package/esm/backend/uiFeatures.js.map +1 -1
- package/esm/backend/workspace/catalog/availableItemsFactory.d.ts +3 -1
- package/esm/backend/workspace/catalog/availableItemsFactory.d.ts.map +1 -1
- package/esm/backend/workspace/catalog/availableItemsFactory.js +49 -3
- package/esm/backend/workspace/catalog/availableItemsFactory.js.map +1 -1
- package/package.json +15 -15
- package/esm/fixtures/full.d.ts +0 -1912
- package/esm/fixtures/full.d.ts.map +0 -1
- package/esm/fixtures/full.js +0 -1916
- package/esm/fixtures/full.js.map +0 -1
- package/esm/fixtures/referenceObjects.d.ts +0 -10
- package/esm/fixtures/referenceObjects.d.ts.map +0 -1
- package/esm/fixtures/referenceObjects.js +0 -16
- package/esm/fixtures/referenceObjects.js.map +0 -1
package/esm/fixtures/full.js
DELETED
|
@@ -1,1916 +0,0 @@
|
|
|
1
|
-
// (C) 2024 GoodData Corporation
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/* THIS FILE WAS AUTO-GENERATED USING CATALOG EXPORTER; YOU SHOULD NOT EDIT THIS FILE; GENERATE TIME: 2024-10-18T09:13:34.478Z; */
|
|
4
|
-
// @ts-ignore ignore unused imports here if they happen (e.g. when there is no measure in the workspace)
|
|
5
|
-
import { newAttribute, newMeasure, idRef, } from "@gooddata/sdk-model";
|
|
6
|
-
/**
|
|
7
|
-
* Attribute Title: Account
|
|
8
|
-
* Attribute ID: attr.f_account.account
|
|
9
|
-
*/
|
|
10
|
-
export const Account = {
|
|
11
|
-
/**
|
|
12
|
-
* Display Form Title: Name
|
|
13
|
-
* Display Form ID: label.f_account.account.name
|
|
14
|
-
*/
|
|
15
|
-
Name: newAttribute("label.f_account.account.name"),
|
|
16
|
-
/**
|
|
17
|
-
* Display Form Title: Account
|
|
18
|
-
* Display Form ID: attr.f_account.account
|
|
19
|
-
*/ Default: newAttribute("attr.f_account.account"),
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* Attribute Title: Activity
|
|
23
|
-
* Attribute ID: attr.f_activity.activity
|
|
24
|
-
*/
|
|
25
|
-
export const Activity = {
|
|
26
|
-
/**
|
|
27
|
-
* Display Form Title: Subject
|
|
28
|
-
* Display Form ID: label.f_activity.subject
|
|
29
|
-
*/
|
|
30
|
-
Subject: newAttribute("label.f_activity.subject"),
|
|
31
|
-
/**
|
|
32
|
-
* Display Form Title: Activity
|
|
33
|
-
* Display Form ID: attr.f_activity.activity
|
|
34
|
-
*/ Default: newAttribute("attr.f_activity.activity"),
|
|
35
|
-
};
|
|
36
|
-
/**
|
|
37
|
-
* Attribute Title: Opportunity
|
|
38
|
-
* Attribute ID: attr.f_opportunity.opportunity
|
|
39
|
-
*/
|
|
40
|
-
export const Opportunity = {
|
|
41
|
-
/**
|
|
42
|
-
* Display Form Title: SFDC URL
|
|
43
|
-
* Display Form ID: label.f_opportunity.opportunity.sfdcurl
|
|
44
|
-
*/
|
|
45
|
-
SFDCURL: newAttribute("label.f_opportunity.opportunity.sfdcurl"),
|
|
46
|
-
/**
|
|
47
|
-
* Display Form Title: Opportunity
|
|
48
|
-
* Display Form ID: attr.f_opportunity.opportunity
|
|
49
|
-
*/ Default: newAttribute("attr.f_opportunity.opportunity"),
|
|
50
|
-
/**
|
|
51
|
-
* Display Form Title: Opportunity Name
|
|
52
|
-
* Display Form ID: label.f_opportunity.opportunity.name
|
|
53
|
-
*/ Name: newAttribute("label.f_opportunity.opportunity.name"),
|
|
54
|
-
};
|
|
55
|
-
/**
|
|
56
|
-
* Attribute Title: Opp. Snapshot
|
|
57
|
-
* Attribute ID: attr.f_opportunitysnapshot.oppsnapshot
|
|
58
|
-
*/
|
|
59
|
-
export const OppSnapshot = newAttribute("attr.f_opportunitysnapshot.oppsnapshot");
|
|
60
|
-
/**
|
|
61
|
-
* Attribute Title: Sales Rep
|
|
62
|
-
* Attribute ID: attr.f_owner.salesrep
|
|
63
|
-
*/
|
|
64
|
-
export const SalesRep = {
|
|
65
|
-
/**
|
|
66
|
-
* Display Form Title: Sales Rep
|
|
67
|
-
* Display Form ID: attr.f_owner.salesrep
|
|
68
|
-
*/
|
|
69
|
-
Default: newAttribute("attr.f_owner.salesrep"),
|
|
70
|
-
/**
|
|
71
|
-
* Display Form Title: Owner Name
|
|
72
|
-
* Display Form ID: label.f_owner.salesrep.ownername
|
|
73
|
-
*/ OwnerName: newAttribute("label.f_owner.salesrep.ownername"),
|
|
74
|
-
};
|
|
75
|
-
/**
|
|
76
|
-
* Attribute Title: Product
|
|
77
|
-
* Attribute ID: attr.f_product.product
|
|
78
|
-
*/
|
|
79
|
-
export const Product = {
|
|
80
|
-
/**
|
|
81
|
-
* Display Form Title: Product
|
|
82
|
-
* Display Form ID: attr.f_product.product
|
|
83
|
-
*/
|
|
84
|
-
Default: newAttribute("attr.f_product.product"),
|
|
85
|
-
/**
|
|
86
|
-
* Display Form Title: Product Name
|
|
87
|
-
* Display Form ID: label.f_product.product.name
|
|
88
|
-
*/ Name: newAttribute("label.f_product.product.name"),
|
|
89
|
-
/**
|
|
90
|
-
* Display Form Title: Product Image
|
|
91
|
-
* Display Form ID: label.f_product.product.image
|
|
92
|
-
*/ Image: newAttribute("label.f_product.product.image"),
|
|
93
|
-
/**
|
|
94
|
-
* Display Form Title: Product Link
|
|
95
|
-
* Display Form ID: label.f_product.product.link
|
|
96
|
-
*/ Link: newAttribute("label.f_product.product.link"),
|
|
97
|
-
};
|
|
98
|
-
/**
|
|
99
|
-
* Attribute Title: Stage History
|
|
100
|
-
* Attribute ID: attr.f_stagehistory.stagehistory
|
|
101
|
-
*/
|
|
102
|
-
export const StageHistory = newAttribute("attr.f_stagehistory.stagehistory");
|
|
103
|
-
/**
|
|
104
|
-
* Attribute Title: Stage Name
|
|
105
|
-
* Attribute ID: attr.f_stage.stagename
|
|
106
|
-
*/
|
|
107
|
-
export const StageName = {
|
|
108
|
-
/**
|
|
109
|
-
* Display Form Title: Stage Name
|
|
110
|
-
* Display Form ID: label.f_stage.stagename.stagename
|
|
111
|
-
*/
|
|
112
|
-
Default: newAttribute("label.f_stage.stagename.stagename"),
|
|
113
|
-
/**
|
|
114
|
-
* Display Form Title: Stage Name
|
|
115
|
-
* Display Form ID: attr.f_stage.stagename
|
|
116
|
-
*/ _1: newAttribute("attr.f_stage.stagename"),
|
|
117
|
-
/**
|
|
118
|
-
* Display Form Title: Order
|
|
119
|
-
* Display Form ID: label.f_stage.stagename.order
|
|
120
|
-
*/ Order: newAttribute("label.f_stage.stagename.order"),
|
|
121
|
-
};
|
|
122
|
-
/**
|
|
123
|
-
* Attribute Title: County name
|
|
124
|
-
* Attribute ID: county_name
|
|
125
|
-
*/
|
|
126
|
-
export const CountyName = newAttribute("county_name");
|
|
127
|
-
/**
|
|
128
|
-
* Attribute Title: Account Id
|
|
129
|
-
* Attribute ID: f_account.id
|
|
130
|
-
*/
|
|
131
|
-
export const AccountId = newAttribute("f_account.id");
|
|
132
|
-
/**
|
|
133
|
-
* Attribute Title: Activity Type
|
|
134
|
-
* Attribute ID: f_activity.activitytype_id
|
|
135
|
-
*/
|
|
136
|
-
export const ActivityType = newAttribute("f_activity.activitytype_id");
|
|
137
|
-
/**
|
|
138
|
-
* Attribute Title: Activity Id
|
|
139
|
-
* Attribute ID: f_activity.id
|
|
140
|
-
*/
|
|
141
|
-
export const ActivityId = newAttribute("f_activity.id");
|
|
142
|
-
/**
|
|
143
|
-
* Attribute Title: Is Closed?
|
|
144
|
-
* Attribute ID: f_activity.isclosed_id
|
|
145
|
-
*/
|
|
146
|
-
export const IsClosed = newAttribute("f_activity.isclosed_id");
|
|
147
|
-
/**
|
|
148
|
-
* Attribute Title: Is Task?
|
|
149
|
-
* Attribute ID: f_activity.istask_id
|
|
150
|
-
*/
|
|
151
|
-
export const IsTask = newAttribute("f_activity.istask_id");
|
|
152
|
-
/**
|
|
153
|
-
* Attribute Title: Priority
|
|
154
|
-
* Attribute ID: f_activity.priority_id
|
|
155
|
-
*/
|
|
156
|
-
export const Priority = newAttribute("f_activity.priority_id");
|
|
157
|
-
/**
|
|
158
|
-
* Attribute Title: Status
|
|
159
|
-
* Attribute ID: f_activity.status_id
|
|
160
|
-
*/
|
|
161
|
-
export const Status = newAttribute("f_activity.status_id");
|
|
162
|
-
/**
|
|
163
|
-
* Attribute Title: City
|
|
164
|
-
* Attribute ID: f_city.id
|
|
165
|
-
*/
|
|
166
|
-
export const City = {
|
|
167
|
-
/**
|
|
168
|
-
* Display Form Title: City
|
|
169
|
-
* Display Form ID: f_city.id
|
|
170
|
-
*/
|
|
171
|
-
Default: newAttribute("f_city.id"),
|
|
172
|
-
/**
|
|
173
|
-
* Display Form Title: City name
|
|
174
|
-
* Display Form ID: f_city.id.cityname
|
|
175
|
-
*/ Name: newAttribute("f_city.id.cityname"),
|
|
176
|
-
/**
|
|
177
|
-
* Display Form Title: Location
|
|
178
|
-
* Display Form ID: f_city.id.location
|
|
179
|
-
*/ Location: newAttribute("f_city.id.location"),
|
|
180
|
-
/**
|
|
181
|
-
* Display Form Title: City ascii name
|
|
182
|
-
* Display Form ID: f_city.id.cityasciiname
|
|
183
|
-
*/ AsciiName: newAttribute("f_city.id.cityasciiname"),
|
|
184
|
-
/**
|
|
185
|
-
* Display Form Title: Longitude
|
|
186
|
-
* Display Form ID: f_city.id.longitude
|
|
187
|
-
*/ Longitude: newAttribute("f_city.id.longitude"),
|
|
188
|
-
/**
|
|
189
|
-
* Display Form Title: City short name
|
|
190
|
-
* Display Form ID: f_city.id.cityshortname
|
|
191
|
-
*/ ShortName: newAttribute("f_city.id.cityshortname"),
|
|
192
|
-
/**
|
|
193
|
-
* Display Form Title: Latitude
|
|
194
|
-
* Display Form ID: f_city.id.latitude
|
|
195
|
-
*/ Latitude: newAttribute("f_city.id.latitude"),
|
|
196
|
-
};
|
|
197
|
-
/**
|
|
198
|
-
* Attribute Title: Opportunity Id
|
|
199
|
-
* Attribute ID: f_opportunity.id
|
|
200
|
-
*/
|
|
201
|
-
export const OpportunityId = newAttribute("f_opportunity.id");
|
|
202
|
-
/**
|
|
203
|
-
* Attribute Title: Forecast Category
|
|
204
|
-
* Attribute ID: f_opportunitysnapshot.forecastcategory_id
|
|
205
|
-
*/
|
|
206
|
-
export const ForecastCategory = newAttribute("f_opportunitysnapshot.forecastcategory_id");
|
|
207
|
-
/**
|
|
208
|
-
* Attribute Title: Opp. Snapshot Id
|
|
209
|
-
* Attribute ID: f_opportunitysnapshot.id
|
|
210
|
-
*/
|
|
211
|
-
export const OppSnapshotId = newAttribute("f_opportunitysnapshot.id");
|
|
212
|
-
/**
|
|
213
|
-
* Attribute Title: Department
|
|
214
|
-
* Attribute ID: f_owner.department_id
|
|
215
|
-
*/
|
|
216
|
-
export const Department = {
|
|
217
|
-
/**
|
|
218
|
-
* Display Form Title: Department
|
|
219
|
-
* Display Form ID: f_owner.department_id
|
|
220
|
-
*/
|
|
221
|
-
Default: newAttribute("f_owner.department_id"),
|
|
222
|
-
/**
|
|
223
|
-
* Display Form Title: Department hyperlink
|
|
224
|
-
* Display Form ID: f_owner.department_id.departmenthyperlink
|
|
225
|
-
*/ Hyperlink: newAttribute("f_owner.department_id.departmenthyperlink"),
|
|
226
|
-
};
|
|
227
|
-
/**
|
|
228
|
-
* Attribute Title: Owner Id
|
|
229
|
-
* Attribute ID: f_owner.id
|
|
230
|
-
*/
|
|
231
|
-
export const OwnerId = newAttribute("f_owner.id");
|
|
232
|
-
/**
|
|
233
|
-
* Attribute Title: Region
|
|
234
|
-
* Attribute ID: f_owner.region_id
|
|
235
|
-
*/
|
|
236
|
-
export const Region = {
|
|
237
|
-
/**
|
|
238
|
-
* Display Form Title: Region
|
|
239
|
-
* Display Form ID: f_owner.region_id
|
|
240
|
-
*/
|
|
241
|
-
Default: newAttribute("f_owner.region_id"),
|
|
242
|
-
/**
|
|
243
|
-
* Display Form Title: Region hyperlink
|
|
244
|
-
* Display Form ID: f_owner.region_id.regionhyperlink
|
|
245
|
-
*/ Hyperlink: newAttribute("f_owner.region_id.regionhyperlink"),
|
|
246
|
-
};
|
|
247
|
-
/**
|
|
248
|
-
* Attribute Title: Product Id
|
|
249
|
-
* Attribute ID: f_product.id
|
|
250
|
-
*/
|
|
251
|
-
export const ProductId = newAttribute("f_product.id");
|
|
252
|
-
/**
|
|
253
|
-
* Attribute Title: Stage History Id
|
|
254
|
-
* Attribute ID: f_stagehistory.id
|
|
255
|
-
*/
|
|
256
|
-
export const StageHistoryId = newAttribute("f_stagehistory.id");
|
|
257
|
-
/**
|
|
258
|
-
* Attribute Title: Stage Id
|
|
259
|
-
* Attribute ID: f_stage.id
|
|
260
|
-
*/
|
|
261
|
-
export const StageId = newAttribute("f_stage.id");
|
|
262
|
-
/**
|
|
263
|
-
* Attribute Title: Is Active?
|
|
264
|
-
* Attribute ID: f_stage.isactive_id
|
|
265
|
-
*/
|
|
266
|
-
export const IsActive = newAttribute("f_stage.isactive_id");
|
|
267
|
-
/**
|
|
268
|
-
* Attribute Title: Is Closed?
|
|
269
|
-
* Attribute ID: f_stage.isclosed_id
|
|
270
|
-
*/
|
|
271
|
-
export const IsClosed_1 = newAttribute("f_stage.isclosed_id");
|
|
272
|
-
/**
|
|
273
|
-
* Attribute Title: Is Won?
|
|
274
|
-
* Attribute ID: f_stage.iswon_id
|
|
275
|
-
*/
|
|
276
|
-
export const IsWon = newAttribute("f_stage.iswon_id");
|
|
277
|
-
/**
|
|
278
|
-
* Attribute Title: Status
|
|
279
|
-
* Attribute ID: f_stage.status_id
|
|
280
|
-
*/
|
|
281
|
-
export const Status_1 = newAttribute("f_stage.status_id");
|
|
282
|
-
/**
|
|
283
|
-
* Attribute Title: Timeline
|
|
284
|
-
* Attribute ID: f_timeline.id
|
|
285
|
-
*/
|
|
286
|
-
export const Timeline = newAttribute("f_timeline.id");
|
|
287
|
-
/**
|
|
288
|
-
* Attribute Title: State
|
|
289
|
-
* Attribute ID: state_id
|
|
290
|
-
*/
|
|
291
|
-
export const State = {
|
|
292
|
-
/**
|
|
293
|
-
* Display Form Title: State name
|
|
294
|
-
* Display Form ID: state_id.statename
|
|
295
|
-
*/
|
|
296
|
-
Name: newAttribute("state_id.statename"),
|
|
297
|
-
/**
|
|
298
|
-
* Display Form Title: State
|
|
299
|
-
* Display Form ID: state_id
|
|
300
|
-
*/ Default: newAttribute("state_id"),
|
|
301
|
-
};
|
|
302
|
-
/**
|
|
303
|
-
* Attribute Title: User Id
|
|
304
|
-
* Attribute ID: user_id
|
|
305
|
-
*/
|
|
306
|
-
export const UserId = {
|
|
307
|
-
/**
|
|
308
|
-
* Display Form Title: User Name
|
|
309
|
-
* Display Form ID: user_id.username
|
|
310
|
-
*/
|
|
311
|
-
UserName: newAttribute("user_id.username"),
|
|
312
|
-
/**
|
|
313
|
-
* Display Form Title: User Id
|
|
314
|
-
* Display Form ID: user_id
|
|
315
|
-
*/ Default: newAttribute("user_id"),
|
|
316
|
-
/**
|
|
317
|
-
* Display Form Title: User Email
|
|
318
|
-
* Display Form ID: user_id.useremail
|
|
319
|
-
*/ UserEmail: newAttribute("user_id.useremail"),
|
|
320
|
-
};
|
|
321
|
-
/**
|
|
322
|
-
* Attribute Title: Product that is renamed to test the long attribute name
|
|
323
|
-
* Attribute ID: productthatisrenamedtotestthelongattributename
|
|
324
|
-
*/
|
|
325
|
-
export const ProductThatIsRenamedToTestTheLongAttributeName = {
|
|
326
|
-
/**
|
|
327
|
-
* Display Form Title: Product that is renamed to test the long attribute name
|
|
328
|
-
* Display Form ID: productthatisrenamedtotestthelongattributename
|
|
329
|
-
*/
|
|
330
|
-
Default: newAttribute("productthatisrenamedtotestthelongattributename"),
|
|
331
|
-
/**
|
|
332
|
-
* Display Form Title: Product that is renamed to test the long attribute name hyperlink
|
|
333
|
-
* Display Form ID: productthatisrenamedtotestthelongattributename.productthatisrenamedtotestthelongattributenamehyperlink
|
|
334
|
-
*/ Hyperlink: newAttribute("productthatisrenamedtotestthelongattributename.productthatisrenamedtotestthelongattributenamehyperlink"),
|
|
335
|
-
};
|
|
336
|
-
/**
|
|
337
|
-
* Metric Title: _Timeline [EOP]
|
|
338
|
-
* Metric ID: 6b1411d5-e253-418e-8fd3-137a9f56ea92
|
|
339
|
-
* Metric Type: MAQL Metric
|
|
340
|
-
*/
|
|
341
|
-
export const TimelineEOP = newMeasure(idRef("6b1411d5-e253-418e-8fd3-137a9f56ea92", "measure"));
|
|
342
|
-
/**
|
|
343
|
-
* Metric Title: # Of Opportunities
|
|
344
|
-
* Metric ID: 768414e1-4bbe-4f01-b125-0cdc6305dc76
|
|
345
|
-
* Metric Type: MAQL Metric
|
|
346
|
-
*/
|
|
347
|
-
export const NrOfOpportunities = newMeasure(idRef("768414e1-4bbe-4f01-b125-0cdc6305dc76", "measure"));
|
|
348
|
-
/**
|
|
349
|
-
* Metric Title: Amount
|
|
350
|
-
* Metric ID: 87a053b0-3947-49f3-b0c5-de53fd01f050
|
|
351
|
-
* Metric Type: MAQL Metric
|
|
352
|
-
*/
|
|
353
|
-
export const Amount = newMeasure(idRef("87a053b0-3947-49f3-b0c5-de53fd01f050", "measure"));
|
|
354
|
-
/**
|
|
355
|
-
* Metric Title: # Of Opportunities Won
|
|
356
|
-
* Metric ID: 8d33a0b1-cfdf-4074-a26a-4c4357774967
|
|
357
|
-
* Metric Type: MAQL Metric
|
|
358
|
-
*/
|
|
359
|
-
export const NrOfOpportunitiesWon = newMeasure(idRef("8d33a0b1-cfdf-4074-a26a-4c4357774967", "measure"));
|
|
360
|
-
/**
|
|
361
|
-
* Metric Title: Win Rate
|
|
362
|
-
* Metric ID: 973a14c4-acb1-45fb-ba52-5d96fa02f7ba
|
|
363
|
-
* Metric Type: MAQL Metric
|
|
364
|
-
*/
|
|
365
|
-
export const WinRate = newMeasure(idRef("973a14c4-acb1-45fb-ba52-5d96fa02f7ba", "measure"));
|
|
366
|
-
/**
|
|
367
|
-
* Metric Title: Amount [BOP]
|
|
368
|
-
* Metric ID: amount_bop
|
|
369
|
-
* Metric Type: MAQL Metric
|
|
370
|
-
*/
|
|
371
|
-
export const AmountBOP = newMeasure(idRef("amount_bop", "measure"));
|
|
372
|
-
/**
|
|
373
|
-
* Metric Title: Avg. Amount
|
|
374
|
-
* Metric ID: avg._amount
|
|
375
|
-
* Metric Type: MAQL Metric
|
|
376
|
-
*/
|
|
377
|
-
export const AvgAmount = newMeasure(idRef("avg._amount", "measure"));
|
|
378
|
-
/**
|
|
379
|
-
* Metric Title: Probability
|
|
380
|
-
* Metric ID: b4e3e3c7-ead3-4d69-8be4-23bcfe5ff7aa
|
|
381
|
-
* Metric Type: MAQL Metric
|
|
382
|
-
*/
|
|
383
|
-
export const Probability = newMeasure(idRef("b4e3e3c7-ead3-4d69-8be4-23bcfe5ff7aa", "measure"));
|
|
384
|
-
/**
|
|
385
|
-
* Metric Title: Best Case
|
|
386
|
-
* Metric ID: best_case
|
|
387
|
-
* Metric Type: MAQL Metric
|
|
388
|
-
*/
|
|
389
|
-
export const BestCase = newMeasure(idRef("best_case", "measure"));
|
|
390
|
-
/**
|
|
391
|
-
* Metric Title: _Snapshot [EOP]
|
|
392
|
-
* Metric ID: c5ee7836-126c-41aa-bd69-1873d379a065
|
|
393
|
-
* Metric Type: MAQL Metric
|
|
394
|
-
*/
|
|
395
|
-
export const SnapshotEOP = newMeasure(idRef("c5ee7836-126c-41aa-bd69-1873d379a065", "measure"));
|
|
396
|
-
/**
|
|
397
|
-
* Metric Title: _Close [BOP]
|
|
398
|
-
* Metric ID: close_bop
|
|
399
|
-
* Metric Type: MAQL Metric
|
|
400
|
-
*/
|
|
401
|
-
export const CloseBOP = newMeasure(idRef("close_bop", "measure"));
|
|
402
|
-
/**
|
|
403
|
-
* Metric Title: _Close [EOP]
|
|
404
|
-
* Metric ID: close_eop
|
|
405
|
-
* Metric Type: MAQL Metric
|
|
406
|
-
*/
|
|
407
|
-
export const CloseEOP = newMeasure(idRef("close_eop", "measure"));
|
|
408
|
-
/**
|
|
409
|
-
* Metric Title: Parent metric
|
|
410
|
-
* Metric ID: e519fa2a-86c3-4e32-8313-0c03061626b1
|
|
411
|
-
* Metric Type: MAQL Metric
|
|
412
|
-
*/
|
|
413
|
-
export const ParentMetric = newMeasure(idRef("e519fa2a-86c3-4e32-8313-0c03061626b1", "measure"));
|
|
414
|
-
/**
|
|
415
|
-
* Metric Title: Won
|
|
416
|
-
* Metric ID: e519fa2a-86c3-4e32-8313-0c03062348j3
|
|
417
|
-
* Metric Type: MAQL Metric
|
|
418
|
-
*/
|
|
419
|
-
export const Won = newMeasure(idRef("e519fa2a-86c3-4e32-8313-0c03062348j3", "measure"));
|
|
420
|
-
/**
|
|
421
|
-
* Metric Title: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor i
|
|
422
|
-
* Metric ID: lorem_ipsum_dolor_sit_amet_consectetur_adipiscing_elit_sed_do_eiusmod_tempor_incididunt_ut_labore_et_dolore_magna_aliqua._ut_enim_ad_minim_veniam_quis_nostrud_exercitation_ullamco_laboris_nisi_ut_aliquip_ex_ea_commodo_consequat._duis_aute_irure_dolor_i
|
|
423
|
-
* Metric Type: MAQL Metric
|
|
424
|
-
*/
|
|
425
|
-
export const LoremIpsumDolorSitAmetConsecteturAdipiscingElitSedDoEiusmodTemporIncididuntUtLaboreEtDoloreMagnaAliquaUtEnimAdMinimVeniamQuisNostrudExercitationUllamcoLaborisNisiUtAliquipExEaCommodoConsequatDuisAuteIrureDolorI = newMeasure(idRef("lorem_ipsum_dolor_sit_amet_consectetur_adipiscing_elit_sed_do_eiusmod_tempor_incididunt_ut_labore_et_dolore_magna_aliqua._ut_enim_ad_minim_veniam_quis_nostrud_exercitation_ullamco_laboris_nisi_ut_aliquip_ex_ea_commodo_consequat._duis_aute_irure_dolor_i", "measure"));
|
|
426
|
-
/**
|
|
427
|
-
* Metric Title: Metric has null value
|
|
428
|
-
* Metric ID: metric_has_null_value
|
|
429
|
-
* Metric Type: MAQL Metric
|
|
430
|
-
*/
|
|
431
|
-
export const MetricHasNullValue = newMeasure(idRef("metric_has_null_value", "measure"));
|
|
432
|
-
/**
|
|
433
|
-
* Metric Title: Negative Metric
|
|
434
|
-
* Metric ID: negative_metric
|
|
435
|
-
* Metric Type: MAQL Metric
|
|
436
|
-
*/
|
|
437
|
-
export const NegativeMetric = newMeasure(idRef("negative_metric", "measure"));
|
|
438
|
-
/**
|
|
439
|
-
* Metric Title: # of Activities
|
|
440
|
-
* Metric ID: of_activities
|
|
441
|
-
* Metric Type: MAQL Metric
|
|
442
|
-
*/
|
|
443
|
-
export const NrOfActivities = newMeasure(idRef("of_activities", "measure"));
|
|
444
|
-
/**
|
|
445
|
-
* Metric Title: # of Lost Opps.
|
|
446
|
-
* Metric ID: of_lost_opps.
|
|
447
|
-
* Metric Type: MAQL Metric
|
|
448
|
-
*/
|
|
449
|
-
export const NrOfLostOpps = newMeasure(idRef("of_lost_opps.", "measure"));
|
|
450
|
-
/**
|
|
451
|
-
* Metric Title: # of Won Opps.
|
|
452
|
-
* Metric ID: of_won_opps.
|
|
453
|
-
* Metric Type: MAQL Metric
|
|
454
|
-
*/
|
|
455
|
-
export const NrOfWonOpps = newMeasure(idRef("of_won_opps.", "measure"));
|
|
456
|
-
/**
|
|
457
|
-
* Metric Title: _Opp. First Snapshot
|
|
458
|
-
* Metric ID: opp._first_snapshot
|
|
459
|
-
* Metric Type: MAQL Metric
|
|
460
|
-
*/
|
|
461
|
-
export const OppFirstSnapshot = newMeasure(idRef("opp._first_snapshot", "measure"));
|
|
462
|
-
/**
|
|
463
|
-
* Metric Title: _Snapshot [BOP]
|
|
464
|
-
* Metric ID: snapshot_bop
|
|
465
|
-
* Metric Type: MAQL Metric
|
|
466
|
-
*/
|
|
467
|
-
export const SnapshotBOP = newMeasure(idRef("snapshot_bop", "measure"));
|
|
468
|
-
/**
|
|
469
|
-
* Metric Title: _Timeline [BOP]
|
|
470
|
-
* Metric ID: timeline_bop
|
|
471
|
-
* Metric Type: MAQL Metric
|
|
472
|
-
*/
|
|
473
|
-
export const TimelineBOP = newMeasure(idRef("timeline_bop", "measure"));
|
|
474
|
-
/**
|
|
475
|
-
* Fact Title: Activity (Date)
|
|
476
|
-
* Fact ID: fact.f_activity.activitydate
|
|
477
|
-
*/
|
|
478
|
-
export const ActivityDate = {
|
|
479
|
-
/**
|
|
480
|
-
* Fact Title: Activity (Date)
|
|
481
|
-
* Fact ID: fact.f_activity.activitydate
|
|
482
|
-
* Fact Aggregation: sum
|
|
483
|
-
*/
|
|
484
|
-
Sum: newMeasure(idRef("fact.f_activity.activitydate", "fact"), (m) => m.aggregation("sum")),
|
|
485
|
-
/**
|
|
486
|
-
* Fact Title: Activity (Date)
|
|
487
|
-
* Fact ID: fact.f_activity.activitydate
|
|
488
|
-
* Fact Aggregation: avg
|
|
489
|
-
*/ Avg: newMeasure(idRef("fact.f_activity.activitydate", "fact"), (m) => m.aggregation("avg")),
|
|
490
|
-
/**
|
|
491
|
-
* Fact Title: Activity (Date)
|
|
492
|
-
* Fact ID: fact.f_activity.activitydate
|
|
493
|
-
* Fact Aggregation: min
|
|
494
|
-
*/ Min: newMeasure(idRef("fact.f_activity.activitydate", "fact"), (m) => m.aggregation("min")),
|
|
495
|
-
/**
|
|
496
|
-
* Fact Title: Activity (Date)
|
|
497
|
-
* Fact ID: fact.f_activity.activitydate
|
|
498
|
-
* Fact Aggregation: max
|
|
499
|
-
*/ Max: newMeasure(idRef("fact.f_activity.activitydate", "fact"), (m) => m.aggregation("max")),
|
|
500
|
-
/**
|
|
501
|
-
* Fact Title: Activity (Date)
|
|
502
|
-
* Fact ID: fact.f_activity.activitydate
|
|
503
|
-
* Fact Aggregation: median
|
|
504
|
-
*/ Median: newMeasure(idRef("fact.f_activity.activitydate", "fact"), (m) => m.aggregation("median")),
|
|
505
|
-
/**
|
|
506
|
-
* Fact Title: Activity (Date)
|
|
507
|
-
* Fact ID: fact.f_activity.activitydate
|
|
508
|
-
* Fact Aggregation: runsum
|
|
509
|
-
*/ Runsum: newMeasure(idRef("fact.f_activity.activitydate", "fact"), (m) => m.aggregation("runsum")),
|
|
510
|
-
};
|
|
511
|
-
/**
|
|
512
|
-
* Fact Title: Opp. Created (Date)
|
|
513
|
-
* Fact ID: fact.f_opportunity.oppcreateddate
|
|
514
|
-
*/
|
|
515
|
-
export const OppCreatedDate = {
|
|
516
|
-
/**
|
|
517
|
-
* Fact Title: Opp. Created (Date)
|
|
518
|
-
* Fact ID: fact.f_opportunity.oppcreateddate
|
|
519
|
-
* Fact Aggregation: sum
|
|
520
|
-
*/
|
|
521
|
-
Sum: newMeasure(idRef("fact.f_opportunity.oppcreateddate", "fact"), (m) => m.aggregation("sum")),
|
|
522
|
-
/**
|
|
523
|
-
* Fact Title: Opp. Created (Date)
|
|
524
|
-
* Fact ID: fact.f_opportunity.oppcreateddate
|
|
525
|
-
* Fact Aggregation: avg
|
|
526
|
-
*/ Avg: newMeasure(idRef("fact.f_opportunity.oppcreateddate", "fact"), (m) => m.aggregation("avg")),
|
|
527
|
-
/**
|
|
528
|
-
* Fact Title: Opp. Created (Date)
|
|
529
|
-
* Fact ID: fact.f_opportunity.oppcreateddate
|
|
530
|
-
* Fact Aggregation: min
|
|
531
|
-
*/ Min: newMeasure(idRef("fact.f_opportunity.oppcreateddate", "fact"), (m) => m.aggregation("min")),
|
|
532
|
-
/**
|
|
533
|
-
* Fact Title: Opp. Created (Date)
|
|
534
|
-
* Fact ID: fact.f_opportunity.oppcreateddate
|
|
535
|
-
* Fact Aggregation: max
|
|
536
|
-
*/ Max: newMeasure(idRef("fact.f_opportunity.oppcreateddate", "fact"), (m) => m.aggregation("max")),
|
|
537
|
-
/**
|
|
538
|
-
* Fact Title: Opp. Created (Date)
|
|
539
|
-
* Fact ID: fact.f_opportunity.oppcreateddate
|
|
540
|
-
* Fact Aggregation: median
|
|
541
|
-
*/ Median: newMeasure(idRef("fact.f_opportunity.oppcreateddate", "fact"), (m) => m.aggregation("median")),
|
|
542
|
-
/**
|
|
543
|
-
* Fact Title: Opp. Created (Date)
|
|
544
|
-
* Fact ID: fact.f_opportunity.oppcreateddate
|
|
545
|
-
* Fact Aggregation: runsum
|
|
546
|
-
*/ Runsum: newMeasure(idRef("fact.f_opportunity.oppcreateddate", "fact"), (m) => m.aggregation("runsum")),
|
|
547
|
-
};
|
|
548
|
-
/**
|
|
549
|
-
* Fact Title: Opp. Close (Date)
|
|
550
|
-
* Fact ID: fact.f_opportunitysnapshot.oppclosedate
|
|
551
|
-
*/
|
|
552
|
-
export const OppCloseDate = {
|
|
553
|
-
/**
|
|
554
|
-
* Fact Title: Opp. Close (Date)
|
|
555
|
-
* Fact ID: fact.f_opportunitysnapshot.oppclosedate
|
|
556
|
-
* Fact Aggregation: sum
|
|
557
|
-
*/
|
|
558
|
-
Sum: newMeasure(idRef("fact.f_opportunitysnapshot.oppclosedate", "fact"), (m) => m.aggregation("sum")),
|
|
559
|
-
/**
|
|
560
|
-
* Fact Title: Opp. Close (Date)
|
|
561
|
-
* Fact ID: fact.f_opportunitysnapshot.oppclosedate
|
|
562
|
-
* Fact Aggregation: avg
|
|
563
|
-
*/ Avg: newMeasure(idRef("fact.f_opportunitysnapshot.oppclosedate", "fact"), (m) => m.aggregation("avg")),
|
|
564
|
-
/**
|
|
565
|
-
* Fact Title: Opp. Close (Date)
|
|
566
|
-
* Fact ID: fact.f_opportunitysnapshot.oppclosedate
|
|
567
|
-
* Fact Aggregation: min
|
|
568
|
-
*/ Min: newMeasure(idRef("fact.f_opportunitysnapshot.oppclosedate", "fact"), (m) => m.aggregation("min")),
|
|
569
|
-
/**
|
|
570
|
-
* Fact Title: Opp. Close (Date)
|
|
571
|
-
* Fact ID: fact.f_opportunitysnapshot.oppclosedate
|
|
572
|
-
* Fact Aggregation: max
|
|
573
|
-
*/ Max: newMeasure(idRef("fact.f_opportunitysnapshot.oppclosedate", "fact"), (m) => m.aggregation("max")),
|
|
574
|
-
/**
|
|
575
|
-
* Fact Title: Opp. Close (Date)
|
|
576
|
-
* Fact ID: fact.f_opportunitysnapshot.oppclosedate
|
|
577
|
-
* Fact Aggregation: median
|
|
578
|
-
*/ Median: newMeasure(idRef("fact.f_opportunitysnapshot.oppclosedate", "fact"), (m) => m.aggregation("median")),
|
|
579
|
-
/**
|
|
580
|
-
* Fact Title: Opp. Close (Date)
|
|
581
|
-
* Fact ID: fact.f_opportunitysnapshot.oppclosedate
|
|
582
|
-
* Fact Aggregation: runsum
|
|
583
|
-
*/ Runsum: newMeasure(idRef("fact.f_opportunitysnapshot.oppclosedate", "fact"), (m) => m.aggregation("runsum")),
|
|
584
|
-
};
|
|
585
|
-
/**
|
|
586
|
-
* Fact Title: Opp. Snapshot (Date)
|
|
587
|
-
* Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
|
|
588
|
-
*/
|
|
589
|
-
export const OppSnapshotDate = {
|
|
590
|
-
/**
|
|
591
|
-
* Fact Title: Opp. Snapshot (Date)
|
|
592
|
-
* Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
|
|
593
|
-
* Fact Aggregation: sum
|
|
594
|
-
*/
|
|
595
|
-
Sum: newMeasure(idRef("fact.f_opportunitysnapshot.oppsnapshotdate", "fact"), (m) => m.aggregation("sum")),
|
|
596
|
-
/**
|
|
597
|
-
* Fact Title: Opp. Snapshot (Date)
|
|
598
|
-
* Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
|
|
599
|
-
* Fact Aggregation: avg
|
|
600
|
-
*/ Avg: newMeasure(idRef("fact.f_opportunitysnapshot.oppsnapshotdate", "fact"), (m) => m.aggregation("avg")),
|
|
601
|
-
/**
|
|
602
|
-
* Fact Title: Opp. Snapshot (Date)
|
|
603
|
-
* Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
|
|
604
|
-
* Fact Aggregation: min
|
|
605
|
-
*/ Min: newMeasure(idRef("fact.f_opportunitysnapshot.oppsnapshotdate", "fact"), (m) => m.aggregation("min")),
|
|
606
|
-
/**
|
|
607
|
-
* Fact Title: Opp. Snapshot (Date)
|
|
608
|
-
* Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
|
|
609
|
-
* Fact Aggregation: max
|
|
610
|
-
*/ Max: newMeasure(idRef("fact.f_opportunitysnapshot.oppsnapshotdate", "fact"), (m) => m.aggregation("max")),
|
|
611
|
-
/**
|
|
612
|
-
* Fact Title: Opp. Snapshot (Date)
|
|
613
|
-
* Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
|
|
614
|
-
* Fact Aggregation: median
|
|
615
|
-
*/ Median: newMeasure(idRef("fact.f_opportunitysnapshot.oppsnapshotdate", "fact"), (m) => m.aggregation("median")),
|
|
616
|
-
/**
|
|
617
|
-
* Fact Title: Opp. Snapshot (Date)
|
|
618
|
-
* Fact ID: fact.f_opportunitysnapshot.oppsnapshotdate
|
|
619
|
-
* Fact Aggregation: runsum
|
|
620
|
-
*/ Runsum: newMeasure(idRef("fact.f_opportunitysnapshot.oppsnapshotdate", "fact"), (m) => m.aggregation("runsum")),
|
|
621
|
-
};
|
|
622
|
-
/**
|
|
623
|
-
* Fact Title: Timeline (Date)
|
|
624
|
-
* Fact ID: fact.f_timeline.timelinedate
|
|
625
|
-
*/
|
|
626
|
-
export const TimelineDate = {
|
|
627
|
-
/**
|
|
628
|
-
* Fact Title: Timeline (Date)
|
|
629
|
-
* Fact ID: fact.f_timeline.timelinedate
|
|
630
|
-
* Fact Aggregation: sum
|
|
631
|
-
*/
|
|
632
|
-
Sum: newMeasure(idRef("fact.f_timeline.timelinedate", "fact"), (m) => m.aggregation("sum")),
|
|
633
|
-
/**
|
|
634
|
-
* Fact Title: Timeline (Date)
|
|
635
|
-
* Fact ID: fact.f_timeline.timelinedate
|
|
636
|
-
* Fact Aggregation: avg
|
|
637
|
-
*/ Avg: newMeasure(idRef("fact.f_timeline.timelinedate", "fact"), (m) => m.aggregation("avg")),
|
|
638
|
-
/**
|
|
639
|
-
* Fact Title: Timeline (Date)
|
|
640
|
-
* Fact ID: fact.f_timeline.timelinedate
|
|
641
|
-
* Fact Aggregation: min
|
|
642
|
-
*/ Min: newMeasure(idRef("fact.f_timeline.timelinedate", "fact"), (m) => m.aggregation("min")),
|
|
643
|
-
/**
|
|
644
|
-
* Fact Title: Timeline (Date)
|
|
645
|
-
* Fact ID: fact.f_timeline.timelinedate
|
|
646
|
-
* Fact Aggregation: max
|
|
647
|
-
*/ Max: newMeasure(idRef("fact.f_timeline.timelinedate", "fact"), (m) => m.aggregation("max")),
|
|
648
|
-
/**
|
|
649
|
-
* Fact Title: Timeline (Date)
|
|
650
|
-
* Fact ID: fact.f_timeline.timelinedate
|
|
651
|
-
* Fact Aggregation: median
|
|
652
|
-
*/ Median: newMeasure(idRef("fact.f_timeline.timelinedate", "fact"), (m) => m.aggregation("median")),
|
|
653
|
-
/**
|
|
654
|
-
* Fact Title: Timeline (Date)
|
|
655
|
-
* Fact ID: fact.f_timeline.timelinedate
|
|
656
|
-
* Fact Aggregation: runsum
|
|
657
|
-
*/ Runsum: newMeasure(idRef("fact.f_timeline.timelinedate", "fact"), (m) => m.aggregation("runsum")),
|
|
658
|
-
};
|
|
659
|
-
/**
|
|
660
|
-
* Fact Title: Density
|
|
661
|
-
* Fact ID: f_density
|
|
662
|
-
*/
|
|
663
|
-
export const Density = {
|
|
664
|
-
/**
|
|
665
|
-
* Fact Title: Density
|
|
666
|
-
* Fact ID: f_density
|
|
667
|
-
* Fact Aggregation: sum
|
|
668
|
-
*/
|
|
669
|
-
Sum: newMeasure(idRef("f_density", "fact"), (m) => m.aggregation("sum")),
|
|
670
|
-
/**
|
|
671
|
-
* Fact Title: Density
|
|
672
|
-
* Fact ID: f_density
|
|
673
|
-
* Fact Aggregation: avg
|
|
674
|
-
*/ Avg: newMeasure(idRef("f_density", "fact"), (m) => m.aggregation("avg")),
|
|
675
|
-
/**
|
|
676
|
-
* Fact Title: Density
|
|
677
|
-
* Fact ID: f_density
|
|
678
|
-
* Fact Aggregation: min
|
|
679
|
-
*/ Min: newMeasure(idRef("f_density", "fact"), (m) => m.aggregation("min")),
|
|
680
|
-
/**
|
|
681
|
-
* Fact Title: Density
|
|
682
|
-
* Fact ID: f_density
|
|
683
|
-
* Fact Aggregation: max
|
|
684
|
-
*/ Max: newMeasure(idRef("f_density", "fact"), (m) => m.aggregation("max")),
|
|
685
|
-
/**
|
|
686
|
-
* Fact Title: Density
|
|
687
|
-
* Fact ID: f_density
|
|
688
|
-
* Fact Aggregation: median
|
|
689
|
-
*/ Median: newMeasure(idRef("f_density", "fact"), (m) => m.aggregation("median")),
|
|
690
|
-
/**
|
|
691
|
-
* Fact Title: Density
|
|
692
|
-
* Fact ID: f_density
|
|
693
|
-
* Fact Aggregation: runsum
|
|
694
|
-
*/ Runsum: newMeasure(idRef("f_density", "fact"), (m) => m.aggregation("runsum")),
|
|
695
|
-
};
|
|
696
|
-
/**
|
|
697
|
-
* Fact Title: Amount
|
|
698
|
-
* Fact ID: f_opportunitysnapshot.f_amount
|
|
699
|
-
*/
|
|
700
|
-
export const Amount_1 = {
|
|
701
|
-
/**
|
|
702
|
-
* Fact Title: Amount
|
|
703
|
-
* Fact ID: f_opportunitysnapshot.f_amount
|
|
704
|
-
* Fact Aggregation: sum
|
|
705
|
-
*/
|
|
706
|
-
Sum: newMeasure(idRef("f_opportunitysnapshot.f_amount", "fact"), (m) => m.aggregation("sum")),
|
|
707
|
-
/**
|
|
708
|
-
* Fact Title: Amount
|
|
709
|
-
* Fact ID: f_opportunitysnapshot.f_amount
|
|
710
|
-
* Fact Aggregation: avg
|
|
711
|
-
*/ Avg: newMeasure(idRef("f_opportunitysnapshot.f_amount", "fact"), (m) => m.aggregation("avg")),
|
|
712
|
-
/**
|
|
713
|
-
* Fact Title: Amount
|
|
714
|
-
* Fact ID: f_opportunitysnapshot.f_amount
|
|
715
|
-
* Fact Aggregation: min
|
|
716
|
-
*/ Min: newMeasure(idRef("f_opportunitysnapshot.f_amount", "fact"), (m) => m.aggregation("min")),
|
|
717
|
-
/**
|
|
718
|
-
* Fact Title: Amount
|
|
719
|
-
* Fact ID: f_opportunitysnapshot.f_amount
|
|
720
|
-
* Fact Aggregation: max
|
|
721
|
-
*/ Max: newMeasure(idRef("f_opportunitysnapshot.f_amount", "fact"), (m) => m.aggregation("max")),
|
|
722
|
-
/**
|
|
723
|
-
* Fact Title: Amount
|
|
724
|
-
* Fact ID: f_opportunitysnapshot.f_amount
|
|
725
|
-
* Fact Aggregation: median
|
|
726
|
-
*/ Median: newMeasure(idRef("f_opportunitysnapshot.f_amount", "fact"), (m) => m.aggregation("median")),
|
|
727
|
-
/**
|
|
728
|
-
* Fact Title: Amount
|
|
729
|
-
* Fact ID: f_opportunitysnapshot.f_amount
|
|
730
|
-
* Fact Aggregation: runsum
|
|
731
|
-
*/ Runsum: newMeasure(idRef("f_opportunitysnapshot.f_amount", "fact"), (m) => m.aggregation("runsum")),
|
|
732
|
-
};
|
|
733
|
-
/**
|
|
734
|
-
* Fact Title: Days to Close
|
|
735
|
-
* Fact ID: f_opportunitysnapshot.f_daystoclose
|
|
736
|
-
*/
|
|
737
|
-
export const DaysToClose = {
|
|
738
|
-
/**
|
|
739
|
-
* Fact Title: Days to Close
|
|
740
|
-
* Fact ID: f_opportunitysnapshot.f_daystoclose
|
|
741
|
-
* Fact Aggregation: sum
|
|
742
|
-
*/
|
|
743
|
-
Sum: newMeasure(idRef("f_opportunitysnapshot.f_daystoclose", "fact"), (m) => m.aggregation("sum")),
|
|
744
|
-
/**
|
|
745
|
-
* Fact Title: Days to Close
|
|
746
|
-
* Fact ID: f_opportunitysnapshot.f_daystoclose
|
|
747
|
-
* Fact Aggregation: avg
|
|
748
|
-
*/ Avg: newMeasure(idRef("f_opportunitysnapshot.f_daystoclose", "fact"), (m) => m.aggregation("avg")),
|
|
749
|
-
/**
|
|
750
|
-
* Fact Title: Days to Close
|
|
751
|
-
* Fact ID: f_opportunitysnapshot.f_daystoclose
|
|
752
|
-
* Fact Aggregation: min
|
|
753
|
-
*/ Min: newMeasure(idRef("f_opportunitysnapshot.f_daystoclose", "fact"), (m) => m.aggregation("min")),
|
|
754
|
-
/**
|
|
755
|
-
* Fact Title: Days to Close
|
|
756
|
-
* Fact ID: f_opportunitysnapshot.f_daystoclose
|
|
757
|
-
* Fact Aggregation: max
|
|
758
|
-
*/ Max: newMeasure(idRef("f_opportunitysnapshot.f_daystoclose", "fact"), (m) => m.aggregation("max")),
|
|
759
|
-
/**
|
|
760
|
-
* Fact Title: Days to Close
|
|
761
|
-
* Fact ID: f_opportunitysnapshot.f_daystoclose
|
|
762
|
-
* Fact Aggregation: median
|
|
763
|
-
*/ Median: newMeasure(idRef("f_opportunitysnapshot.f_daystoclose", "fact"), (m) => m.aggregation("median")),
|
|
764
|
-
/**
|
|
765
|
-
* Fact Title: Days to Close
|
|
766
|
-
* Fact ID: f_opportunitysnapshot.f_daystoclose
|
|
767
|
-
* Fact Aggregation: runsum
|
|
768
|
-
*/ Runsum: newMeasure(idRef("f_opportunitysnapshot.f_daystoclose", "fact"), (m) => m.aggregation("runsum")),
|
|
769
|
-
};
|
|
770
|
-
/**
|
|
771
|
-
* Fact Title: Probability
|
|
772
|
-
* Fact ID: f_opportunitysnapshot.f_probability
|
|
773
|
-
*/
|
|
774
|
-
export const Probability_1 = {
|
|
775
|
-
/**
|
|
776
|
-
* Fact Title: Probability
|
|
777
|
-
* Fact ID: f_opportunitysnapshot.f_probability
|
|
778
|
-
* Fact Aggregation: sum
|
|
779
|
-
*/
|
|
780
|
-
Sum: newMeasure(idRef("f_opportunitysnapshot.f_probability", "fact"), (m) => m.aggregation("sum")),
|
|
781
|
-
/**
|
|
782
|
-
* Fact Title: Probability
|
|
783
|
-
* Fact ID: f_opportunitysnapshot.f_probability
|
|
784
|
-
* Fact Aggregation: avg
|
|
785
|
-
*/ Avg: newMeasure(idRef("f_opportunitysnapshot.f_probability", "fact"), (m) => m.aggregation("avg")),
|
|
786
|
-
/**
|
|
787
|
-
* Fact Title: Probability
|
|
788
|
-
* Fact ID: f_opportunitysnapshot.f_probability
|
|
789
|
-
* Fact Aggregation: min
|
|
790
|
-
*/ Min: newMeasure(idRef("f_opportunitysnapshot.f_probability", "fact"), (m) => m.aggregation("min")),
|
|
791
|
-
/**
|
|
792
|
-
* Fact Title: Probability
|
|
793
|
-
* Fact ID: f_opportunitysnapshot.f_probability
|
|
794
|
-
* Fact Aggregation: max
|
|
795
|
-
*/ Max: newMeasure(idRef("f_opportunitysnapshot.f_probability", "fact"), (m) => m.aggregation("max")),
|
|
796
|
-
/**
|
|
797
|
-
* Fact Title: Probability
|
|
798
|
-
* Fact ID: f_opportunitysnapshot.f_probability
|
|
799
|
-
* Fact Aggregation: median
|
|
800
|
-
*/ Median: newMeasure(idRef("f_opportunitysnapshot.f_probability", "fact"), (m) => m.aggregation("median")),
|
|
801
|
-
/**
|
|
802
|
-
* Fact Title: Probability
|
|
803
|
-
* Fact ID: f_opportunitysnapshot.f_probability
|
|
804
|
-
* Fact Aggregation: runsum
|
|
805
|
-
*/ Runsum: newMeasure(idRef("f_opportunitysnapshot.f_probability", "fact"), (m) => m.aggregation("runsum")),
|
|
806
|
-
};
|
|
807
|
-
/**
|
|
808
|
-
* Fact Title: Population
|
|
809
|
-
* Fact ID: f_population
|
|
810
|
-
*/
|
|
811
|
-
export const Population = {
|
|
812
|
-
/**
|
|
813
|
-
* Fact Title: Population
|
|
814
|
-
* Fact ID: f_population
|
|
815
|
-
* Fact Aggregation: sum
|
|
816
|
-
*/
|
|
817
|
-
Sum: newMeasure(idRef("f_population", "fact"), (m) => m.aggregation("sum")),
|
|
818
|
-
/**
|
|
819
|
-
* Fact Title: Population
|
|
820
|
-
* Fact ID: f_population
|
|
821
|
-
* Fact Aggregation: avg
|
|
822
|
-
*/ Avg: newMeasure(idRef("f_population", "fact"), (m) => m.aggregation("avg")),
|
|
823
|
-
/**
|
|
824
|
-
* Fact Title: Population
|
|
825
|
-
* Fact ID: f_population
|
|
826
|
-
* Fact Aggregation: min
|
|
827
|
-
*/ Min: newMeasure(idRef("f_population", "fact"), (m) => m.aggregation("min")),
|
|
828
|
-
/**
|
|
829
|
-
* Fact Title: Population
|
|
830
|
-
* Fact ID: f_population
|
|
831
|
-
* Fact Aggregation: max
|
|
832
|
-
*/ Max: newMeasure(idRef("f_population", "fact"), (m) => m.aggregation("max")),
|
|
833
|
-
/**
|
|
834
|
-
* Fact Title: Population
|
|
835
|
-
* Fact ID: f_population
|
|
836
|
-
* Fact Aggregation: median
|
|
837
|
-
*/ Median: newMeasure(idRef("f_population", "fact"), (m) => m.aggregation("median")),
|
|
838
|
-
/**
|
|
839
|
-
* Fact Title: Population
|
|
840
|
-
* Fact ID: f_population
|
|
841
|
-
* Fact Aggregation: runsum
|
|
842
|
-
*/ Runsum: newMeasure(idRef("f_population", "fact"), (m) => m.aggregation("runsum")),
|
|
843
|
-
};
|
|
844
|
-
/**
|
|
845
|
-
* Fact Title: Duration
|
|
846
|
-
* Fact ID: f_stagehistory.f_duration
|
|
847
|
-
*/
|
|
848
|
-
export const Duration = {
|
|
849
|
-
/**
|
|
850
|
-
* Fact Title: Duration
|
|
851
|
-
* Fact ID: f_stagehistory.f_duration
|
|
852
|
-
* Fact Aggregation: sum
|
|
853
|
-
*/
|
|
854
|
-
Sum: newMeasure(idRef("f_stagehistory.f_duration", "fact"), (m) => m.aggregation("sum")),
|
|
855
|
-
/**
|
|
856
|
-
* Fact Title: Duration
|
|
857
|
-
* Fact ID: f_stagehistory.f_duration
|
|
858
|
-
* Fact Aggregation: avg
|
|
859
|
-
*/ Avg: newMeasure(idRef("f_stagehistory.f_duration", "fact"), (m) => m.aggregation("avg")),
|
|
860
|
-
/**
|
|
861
|
-
* Fact Title: Duration
|
|
862
|
-
* Fact ID: f_stagehistory.f_duration
|
|
863
|
-
* Fact Aggregation: min
|
|
864
|
-
*/ Min: newMeasure(idRef("f_stagehistory.f_duration", "fact"), (m) => m.aggregation("min")),
|
|
865
|
-
/**
|
|
866
|
-
* Fact Title: Duration
|
|
867
|
-
* Fact ID: f_stagehistory.f_duration
|
|
868
|
-
* Fact Aggregation: max
|
|
869
|
-
*/ Max: newMeasure(idRef("f_stagehistory.f_duration", "fact"), (m) => m.aggregation("max")),
|
|
870
|
-
/**
|
|
871
|
-
* Fact Title: Duration
|
|
872
|
-
* Fact ID: f_stagehistory.f_duration
|
|
873
|
-
* Fact Aggregation: median
|
|
874
|
-
*/ Median: newMeasure(idRef("f_stagehistory.f_duration", "fact"), (m) => m.aggregation("median")),
|
|
875
|
-
/**
|
|
876
|
-
* Fact Title: Duration
|
|
877
|
-
* Fact ID: f_stagehistory.f_duration
|
|
878
|
-
* Fact Aggregation: runsum
|
|
879
|
-
*/ Runsum: newMeasure(idRef("f_stagehistory.f_duration", "fact"), (m) => m.aggregation("runsum")),
|
|
880
|
-
};
|
|
881
|
-
/**
|
|
882
|
-
* Fact Title: Velocity
|
|
883
|
-
* Fact ID: f_stagehistory.f_velocity
|
|
884
|
-
*/
|
|
885
|
-
export const Velocity = {
|
|
886
|
-
/**
|
|
887
|
-
* Fact Title: Velocity
|
|
888
|
-
* Fact ID: f_stagehistory.f_velocity
|
|
889
|
-
* Fact Aggregation: sum
|
|
890
|
-
*/
|
|
891
|
-
Sum: newMeasure(idRef("f_stagehistory.f_velocity", "fact"), (m) => m.aggregation("sum")),
|
|
892
|
-
/**
|
|
893
|
-
* Fact Title: Velocity
|
|
894
|
-
* Fact ID: f_stagehistory.f_velocity
|
|
895
|
-
* Fact Aggregation: avg
|
|
896
|
-
*/ Avg: newMeasure(idRef("f_stagehistory.f_velocity", "fact"), (m) => m.aggregation("avg")),
|
|
897
|
-
/**
|
|
898
|
-
* Fact Title: Velocity
|
|
899
|
-
* Fact ID: f_stagehistory.f_velocity
|
|
900
|
-
* Fact Aggregation: min
|
|
901
|
-
*/ Min: newMeasure(idRef("f_stagehistory.f_velocity", "fact"), (m) => m.aggregation("min")),
|
|
902
|
-
/**
|
|
903
|
-
* Fact Title: Velocity
|
|
904
|
-
* Fact ID: f_stagehistory.f_velocity
|
|
905
|
-
* Fact Aggregation: max
|
|
906
|
-
*/ Max: newMeasure(idRef("f_stagehistory.f_velocity", "fact"), (m) => m.aggregation("max")),
|
|
907
|
-
/**
|
|
908
|
-
* Fact Title: Velocity
|
|
909
|
-
* Fact ID: f_stagehistory.f_velocity
|
|
910
|
-
* Fact Aggregation: median
|
|
911
|
-
*/ Median: newMeasure(idRef("f_stagehistory.f_velocity", "fact"), (m) => m.aggregation("median")),
|
|
912
|
-
/**
|
|
913
|
-
* Fact Title: Velocity
|
|
914
|
-
* Fact ID: f_stagehistory.f_velocity
|
|
915
|
-
* Fact Aggregation: runsum
|
|
916
|
-
*/ Runsum: newMeasure(idRef("f_stagehistory.f_velocity", "fact"), (m) => m.aggregation("runsum")),
|
|
917
|
-
};
|
|
918
|
-
/** Available Date Data Sets */
|
|
919
|
-
export const DateDatasets = {
|
|
920
|
-
/**
|
|
921
|
-
* Date Data Set Title: Activity
|
|
922
|
-
* Date Data Set ID: dt_activity_timestamp
|
|
923
|
-
*/
|
|
924
|
-
Activity: {
|
|
925
|
-
ref: idRef("dt_activity_timestamp", "dataSet"),
|
|
926
|
-
identifier: "dt_activity_timestamp",
|
|
927
|
-
/**
|
|
928
|
-
* Date Attribute: Activity - Date
|
|
929
|
-
* Date Attribute ID: dt_activity_timestamp.day
|
|
930
|
-
*/ ActivityDate: {
|
|
931
|
-
ref: idRef("dt_activity_timestamp.day", "attribute"),
|
|
932
|
-
identifier: "dt_activity_timestamp.day",
|
|
933
|
-
/**
|
|
934
|
-
* Display Form Title: Activity - Date
|
|
935
|
-
* Display Form ID: dt_activity_timestamp.day
|
|
936
|
-
*/ Default: newAttribute("dt_activity_timestamp.day"),
|
|
937
|
-
},
|
|
938
|
-
/**
|
|
939
|
-
* Date Attribute: Activity - Day of Month
|
|
940
|
-
* Date Attribute ID: dt_activity_timestamp.dayOfMonth
|
|
941
|
-
*/ ActivityDayOfMonth: {
|
|
942
|
-
ref: idRef("dt_activity_timestamp.dayOfMonth", "attribute"),
|
|
943
|
-
identifier: "dt_activity_timestamp.dayOfMonth",
|
|
944
|
-
/**
|
|
945
|
-
* Display Form Title: Activity - Day of Month
|
|
946
|
-
* Display Form ID: dt_activity_timestamp.dayOfMonth
|
|
947
|
-
*/ Default: newAttribute("dt_activity_timestamp.dayOfMonth"),
|
|
948
|
-
},
|
|
949
|
-
/**
|
|
950
|
-
* Date Attribute: Activity - Day of Week
|
|
951
|
-
* Date Attribute ID: dt_activity_timestamp.dayOfWeek
|
|
952
|
-
*/ ActivityDayOfWeek: {
|
|
953
|
-
ref: idRef("dt_activity_timestamp.dayOfWeek", "attribute"),
|
|
954
|
-
identifier: "dt_activity_timestamp.dayOfWeek",
|
|
955
|
-
/**
|
|
956
|
-
* Display Form Title: Activity - Day of Week
|
|
957
|
-
* Display Form ID: dt_activity_timestamp.dayOfWeek
|
|
958
|
-
*/ Default: newAttribute("dt_activity_timestamp.dayOfWeek"),
|
|
959
|
-
},
|
|
960
|
-
/**
|
|
961
|
-
* Date Attribute: Activity - Day of Year
|
|
962
|
-
* Date Attribute ID: dt_activity_timestamp.dayOfYear
|
|
963
|
-
*/ ActivityDayOfYear: {
|
|
964
|
-
ref: idRef("dt_activity_timestamp.dayOfYear", "attribute"),
|
|
965
|
-
identifier: "dt_activity_timestamp.dayOfYear",
|
|
966
|
-
/**
|
|
967
|
-
* Display Form Title: Activity - Day of Year
|
|
968
|
-
* Display Form ID: dt_activity_timestamp.dayOfYear
|
|
969
|
-
*/ Default: newAttribute("dt_activity_timestamp.dayOfYear"),
|
|
970
|
-
},
|
|
971
|
-
/**
|
|
972
|
-
* Date Attribute: Activity - Hour
|
|
973
|
-
* Date Attribute ID: dt_activity_timestamp.hour
|
|
974
|
-
*/ ActivityHour: {
|
|
975
|
-
ref: idRef("dt_activity_timestamp.hour", "attribute"),
|
|
976
|
-
identifier: "dt_activity_timestamp.hour",
|
|
977
|
-
/**
|
|
978
|
-
* Display Form Title: Activity - Hour
|
|
979
|
-
* Display Form ID: dt_activity_timestamp.hour
|
|
980
|
-
*/ Default: newAttribute("dt_activity_timestamp.hour"),
|
|
981
|
-
},
|
|
982
|
-
/**
|
|
983
|
-
* Date Attribute: Activity - Hour of Day
|
|
984
|
-
* Date Attribute ID: dt_activity_timestamp.hourOfDay
|
|
985
|
-
*/ ActivityHourOfDay: {
|
|
986
|
-
ref: idRef("dt_activity_timestamp.hourOfDay", "attribute"),
|
|
987
|
-
identifier: "dt_activity_timestamp.hourOfDay",
|
|
988
|
-
/**
|
|
989
|
-
* Display Form Title: Activity - Hour of Day
|
|
990
|
-
* Display Form ID: dt_activity_timestamp.hourOfDay
|
|
991
|
-
*/ Default: newAttribute("dt_activity_timestamp.hourOfDay"),
|
|
992
|
-
},
|
|
993
|
-
/**
|
|
994
|
-
* Date Attribute: Activity - Minute
|
|
995
|
-
* Date Attribute ID: dt_activity_timestamp.minute
|
|
996
|
-
*/ ActivityMinute: {
|
|
997
|
-
ref: idRef("dt_activity_timestamp.minute", "attribute"),
|
|
998
|
-
identifier: "dt_activity_timestamp.minute",
|
|
999
|
-
/**
|
|
1000
|
-
* Display Form Title: Activity - Minute
|
|
1001
|
-
* Display Form ID: dt_activity_timestamp.minute
|
|
1002
|
-
*/ Default: newAttribute("dt_activity_timestamp.minute"),
|
|
1003
|
-
},
|
|
1004
|
-
/**
|
|
1005
|
-
* Date Attribute: Activity - Minute of Hour
|
|
1006
|
-
* Date Attribute ID: dt_activity_timestamp.minuteOfHour
|
|
1007
|
-
*/ ActivityMinuteOfHour: {
|
|
1008
|
-
ref: idRef("dt_activity_timestamp.minuteOfHour", "attribute"),
|
|
1009
|
-
identifier: "dt_activity_timestamp.minuteOfHour",
|
|
1010
|
-
/**
|
|
1011
|
-
* Display Form Title: Activity - Minute of Hour
|
|
1012
|
-
* Display Form ID: dt_activity_timestamp.minuteOfHour
|
|
1013
|
-
*/ Default: newAttribute("dt_activity_timestamp.minuteOfHour"),
|
|
1014
|
-
},
|
|
1015
|
-
/**
|
|
1016
|
-
* Date Attribute: Activity - Month/Year
|
|
1017
|
-
* Date Attribute ID: dt_activity_timestamp.month
|
|
1018
|
-
*/ ActivityMonthYear: {
|
|
1019
|
-
ref: idRef("dt_activity_timestamp.month", "attribute"),
|
|
1020
|
-
identifier: "dt_activity_timestamp.month",
|
|
1021
|
-
/**
|
|
1022
|
-
* Display Form Title: Activity - Month/Year
|
|
1023
|
-
* Display Form ID: dt_activity_timestamp.month
|
|
1024
|
-
*/ Default: newAttribute("dt_activity_timestamp.month"),
|
|
1025
|
-
},
|
|
1026
|
-
/**
|
|
1027
|
-
* Date Attribute: Activity - Month of Year
|
|
1028
|
-
* Date Attribute ID: dt_activity_timestamp.monthOfYear
|
|
1029
|
-
*/ ActivityMonthOfYear: {
|
|
1030
|
-
ref: idRef("dt_activity_timestamp.monthOfYear", "attribute"),
|
|
1031
|
-
identifier: "dt_activity_timestamp.monthOfYear",
|
|
1032
|
-
/**
|
|
1033
|
-
* Display Form Title: Activity - Month of Year
|
|
1034
|
-
* Display Form ID: dt_activity_timestamp.monthOfYear
|
|
1035
|
-
*/ Default: newAttribute("dt_activity_timestamp.monthOfYear"),
|
|
1036
|
-
},
|
|
1037
|
-
/**
|
|
1038
|
-
* Date Attribute: Activity - Quarter/Year
|
|
1039
|
-
* Date Attribute ID: dt_activity_timestamp.quarter
|
|
1040
|
-
*/ ActivityQuarterYear: {
|
|
1041
|
-
ref: idRef("dt_activity_timestamp.quarter", "attribute"),
|
|
1042
|
-
identifier: "dt_activity_timestamp.quarter",
|
|
1043
|
-
/**
|
|
1044
|
-
* Display Form Title: Activity - Quarter/Year
|
|
1045
|
-
* Display Form ID: dt_activity_timestamp.quarter
|
|
1046
|
-
*/ Default: newAttribute("dt_activity_timestamp.quarter"),
|
|
1047
|
-
},
|
|
1048
|
-
/**
|
|
1049
|
-
* Date Attribute: Activity - Quarter of Year
|
|
1050
|
-
* Date Attribute ID: dt_activity_timestamp.quarterOfYear
|
|
1051
|
-
*/ ActivityQuarterOfYear: {
|
|
1052
|
-
ref: idRef("dt_activity_timestamp.quarterOfYear", "attribute"),
|
|
1053
|
-
identifier: "dt_activity_timestamp.quarterOfYear",
|
|
1054
|
-
/**
|
|
1055
|
-
* Display Form Title: Activity - Quarter of Year
|
|
1056
|
-
* Display Form ID: dt_activity_timestamp.quarterOfYear
|
|
1057
|
-
*/ Default: newAttribute("dt_activity_timestamp.quarterOfYear"),
|
|
1058
|
-
},
|
|
1059
|
-
/**
|
|
1060
|
-
* Date Attribute: Activity - Week/Year
|
|
1061
|
-
* Date Attribute ID: dt_activity_timestamp.week
|
|
1062
|
-
*/ ActivityWeekYear: {
|
|
1063
|
-
ref: idRef("dt_activity_timestamp.week", "attribute"),
|
|
1064
|
-
identifier: "dt_activity_timestamp.week",
|
|
1065
|
-
/**
|
|
1066
|
-
* Display Form Title: Activity - Week/Year
|
|
1067
|
-
* Display Form ID: dt_activity_timestamp.week
|
|
1068
|
-
*/ Default: newAttribute("dt_activity_timestamp.week"),
|
|
1069
|
-
},
|
|
1070
|
-
/**
|
|
1071
|
-
* Date Attribute: Activity - Week of Year
|
|
1072
|
-
* Date Attribute ID: dt_activity_timestamp.weekOfYear
|
|
1073
|
-
*/ ActivityWeekOfYear: {
|
|
1074
|
-
ref: idRef("dt_activity_timestamp.weekOfYear", "attribute"),
|
|
1075
|
-
identifier: "dt_activity_timestamp.weekOfYear",
|
|
1076
|
-
/**
|
|
1077
|
-
* Display Form Title: Activity - Week of Year
|
|
1078
|
-
* Display Form ID: dt_activity_timestamp.weekOfYear
|
|
1079
|
-
*/ Default: newAttribute("dt_activity_timestamp.weekOfYear"),
|
|
1080
|
-
},
|
|
1081
|
-
/**
|
|
1082
|
-
* Date Attribute: Activity - Year
|
|
1083
|
-
* Date Attribute ID: dt_activity_timestamp.year
|
|
1084
|
-
*/ ActivityYear: {
|
|
1085
|
-
ref: idRef("dt_activity_timestamp.year", "attribute"),
|
|
1086
|
-
identifier: "dt_activity_timestamp.year",
|
|
1087
|
-
/**
|
|
1088
|
-
* Display Form Title: Activity - Year
|
|
1089
|
-
* Display Form ID: dt_activity_timestamp.year
|
|
1090
|
-
*/ Default: newAttribute("dt_activity_timestamp.year"),
|
|
1091
|
-
},
|
|
1092
|
-
},
|
|
1093
|
-
/**
|
|
1094
|
-
* Date Data Set Title: Closed
|
|
1095
|
-
* Date Data Set ID: dt_closedate_timestamp
|
|
1096
|
-
*/ Closed: {
|
|
1097
|
-
ref: idRef("dt_closedate_timestamp", "dataSet"),
|
|
1098
|
-
identifier: "dt_closedate_timestamp",
|
|
1099
|
-
/**
|
|
1100
|
-
* Date Attribute: Closed - Date
|
|
1101
|
-
* Date Attribute ID: dt_closedate_timestamp.day
|
|
1102
|
-
*/ ClosedDate: {
|
|
1103
|
-
ref: idRef("dt_closedate_timestamp.day", "attribute"),
|
|
1104
|
-
identifier: "dt_closedate_timestamp.day",
|
|
1105
|
-
/**
|
|
1106
|
-
* Display Form Title: Closed - Date
|
|
1107
|
-
* Display Form ID: dt_closedate_timestamp.day
|
|
1108
|
-
*/ Default: newAttribute("dt_closedate_timestamp.day"),
|
|
1109
|
-
},
|
|
1110
|
-
/**
|
|
1111
|
-
* Date Attribute: Closed - Day of Month
|
|
1112
|
-
* Date Attribute ID: dt_closedate_timestamp.dayOfMonth
|
|
1113
|
-
*/ ClosedDayOfMonth: {
|
|
1114
|
-
ref: idRef("dt_closedate_timestamp.dayOfMonth", "attribute"),
|
|
1115
|
-
identifier: "dt_closedate_timestamp.dayOfMonth",
|
|
1116
|
-
/**
|
|
1117
|
-
* Display Form Title: Closed - Day of Month
|
|
1118
|
-
* Display Form ID: dt_closedate_timestamp.dayOfMonth
|
|
1119
|
-
*/ Default: newAttribute("dt_closedate_timestamp.dayOfMonth"),
|
|
1120
|
-
},
|
|
1121
|
-
/**
|
|
1122
|
-
* Date Attribute: Closed - Day of Week
|
|
1123
|
-
* Date Attribute ID: dt_closedate_timestamp.dayOfWeek
|
|
1124
|
-
*/ ClosedDayOfWeek: {
|
|
1125
|
-
ref: idRef("dt_closedate_timestamp.dayOfWeek", "attribute"),
|
|
1126
|
-
identifier: "dt_closedate_timestamp.dayOfWeek",
|
|
1127
|
-
/**
|
|
1128
|
-
* Display Form Title: Closed - Day of Week
|
|
1129
|
-
* Display Form ID: dt_closedate_timestamp.dayOfWeek
|
|
1130
|
-
*/ Default: newAttribute("dt_closedate_timestamp.dayOfWeek"),
|
|
1131
|
-
},
|
|
1132
|
-
/**
|
|
1133
|
-
* Date Attribute: Closed - Day of Year
|
|
1134
|
-
* Date Attribute ID: dt_closedate_timestamp.dayOfYear
|
|
1135
|
-
*/ ClosedDayOfYear: {
|
|
1136
|
-
ref: idRef("dt_closedate_timestamp.dayOfYear", "attribute"),
|
|
1137
|
-
identifier: "dt_closedate_timestamp.dayOfYear",
|
|
1138
|
-
/**
|
|
1139
|
-
* Display Form Title: Closed - Day of Year
|
|
1140
|
-
* Display Form ID: dt_closedate_timestamp.dayOfYear
|
|
1141
|
-
*/ Default: newAttribute("dt_closedate_timestamp.dayOfYear"),
|
|
1142
|
-
},
|
|
1143
|
-
/**
|
|
1144
|
-
* Date Attribute: Closed - Hour
|
|
1145
|
-
* Date Attribute ID: dt_closedate_timestamp.hour
|
|
1146
|
-
*/ ClosedHour: {
|
|
1147
|
-
ref: idRef("dt_closedate_timestamp.hour", "attribute"),
|
|
1148
|
-
identifier: "dt_closedate_timestamp.hour",
|
|
1149
|
-
/**
|
|
1150
|
-
* Display Form Title: Closed - Hour
|
|
1151
|
-
* Display Form ID: dt_closedate_timestamp.hour
|
|
1152
|
-
*/ Default: newAttribute("dt_closedate_timestamp.hour"),
|
|
1153
|
-
},
|
|
1154
|
-
/**
|
|
1155
|
-
* Date Attribute: Closed - Hour of Day
|
|
1156
|
-
* Date Attribute ID: dt_closedate_timestamp.hourOfDay
|
|
1157
|
-
*/ ClosedHourOfDay: {
|
|
1158
|
-
ref: idRef("dt_closedate_timestamp.hourOfDay", "attribute"),
|
|
1159
|
-
identifier: "dt_closedate_timestamp.hourOfDay",
|
|
1160
|
-
/**
|
|
1161
|
-
* Display Form Title: Closed - Hour of Day
|
|
1162
|
-
* Display Form ID: dt_closedate_timestamp.hourOfDay
|
|
1163
|
-
*/ Default: newAttribute("dt_closedate_timestamp.hourOfDay"),
|
|
1164
|
-
},
|
|
1165
|
-
/**
|
|
1166
|
-
* Date Attribute: Closed - Minute
|
|
1167
|
-
* Date Attribute ID: dt_closedate_timestamp.minute
|
|
1168
|
-
*/ ClosedMinute: {
|
|
1169
|
-
ref: idRef("dt_closedate_timestamp.minute", "attribute"),
|
|
1170
|
-
identifier: "dt_closedate_timestamp.minute",
|
|
1171
|
-
/**
|
|
1172
|
-
* Display Form Title: Closed - Minute
|
|
1173
|
-
* Display Form ID: dt_closedate_timestamp.minute
|
|
1174
|
-
*/ Default: newAttribute("dt_closedate_timestamp.minute"),
|
|
1175
|
-
},
|
|
1176
|
-
/**
|
|
1177
|
-
* Date Attribute: Closed - Minute of Hour
|
|
1178
|
-
* Date Attribute ID: dt_closedate_timestamp.minuteOfHour
|
|
1179
|
-
*/ ClosedMinuteOfHour: {
|
|
1180
|
-
ref: idRef("dt_closedate_timestamp.minuteOfHour", "attribute"),
|
|
1181
|
-
identifier: "dt_closedate_timestamp.minuteOfHour",
|
|
1182
|
-
/**
|
|
1183
|
-
* Display Form Title: Closed - Minute of Hour
|
|
1184
|
-
* Display Form ID: dt_closedate_timestamp.minuteOfHour
|
|
1185
|
-
*/ Default: newAttribute("dt_closedate_timestamp.minuteOfHour"),
|
|
1186
|
-
},
|
|
1187
|
-
/**
|
|
1188
|
-
* Date Attribute: Closed - Month/Year
|
|
1189
|
-
* Date Attribute ID: dt_closedate_timestamp.month
|
|
1190
|
-
*/ ClosedMonthYear: {
|
|
1191
|
-
ref: idRef("dt_closedate_timestamp.month", "attribute"),
|
|
1192
|
-
identifier: "dt_closedate_timestamp.month",
|
|
1193
|
-
/**
|
|
1194
|
-
* Display Form Title: Closed - Month/Year
|
|
1195
|
-
* Display Form ID: dt_closedate_timestamp.month
|
|
1196
|
-
*/ Default: newAttribute("dt_closedate_timestamp.month"),
|
|
1197
|
-
},
|
|
1198
|
-
/**
|
|
1199
|
-
* Date Attribute: Closed - Month of Year
|
|
1200
|
-
* Date Attribute ID: dt_closedate_timestamp.monthOfYear
|
|
1201
|
-
*/ ClosedMonthOfYear: {
|
|
1202
|
-
ref: idRef("dt_closedate_timestamp.monthOfYear", "attribute"),
|
|
1203
|
-
identifier: "dt_closedate_timestamp.monthOfYear",
|
|
1204
|
-
/**
|
|
1205
|
-
* Display Form Title: Closed - Month of Year
|
|
1206
|
-
* Display Form ID: dt_closedate_timestamp.monthOfYear
|
|
1207
|
-
*/ Default: newAttribute("dt_closedate_timestamp.monthOfYear"),
|
|
1208
|
-
},
|
|
1209
|
-
/**
|
|
1210
|
-
* Date Attribute: Closed - Quarter/Year
|
|
1211
|
-
* Date Attribute ID: dt_closedate_timestamp.quarter
|
|
1212
|
-
*/ ClosedQuarterYear: {
|
|
1213
|
-
ref: idRef("dt_closedate_timestamp.quarter", "attribute"),
|
|
1214
|
-
identifier: "dt_closedate_timestamp.quarter",
|
|
1215
|
-
/**
|
|
1216
|
-
* Display Form Title: Closed - Quarter/Year
|
|
1217
|
-
* Display Form ID: dt_closedate_timestamp.quarter
|
|
1218
|
-
*/ Default: newAttribute("dt_closedate_timestamp.quarter"),
|
|
1219
|
-
},
|
|
1220
|
-
/**
|
|
1221
|
-
* Date Attribute: Closed - Quarter of Year
|
|
1222
|
-
* Date Attribute ID: dt_closedate_timestamp.quarterOfYear
|
|
1223
|
-
*/ ClosedQuarterOfYear: {
|
|
1224
|
-
ref: idRef("dt_closedate_timestamp.quarterOfYear", "attribute"),
|
|
1225
|
-
identifier: "dt_closedate_timestamp.quarterOfYear",
|
|
1226
|
-
/**
|
|
1227
|
-
* Display Form Title: Closed - Quarter of Year
|
|
1228
|
-
* Display Form ID: dt_closedate_timestamp.quarterOfYear
|
|
1229
|
-
*/ Default: newAttribute("dt_closedate_timestamp.quarterOfYear"),
|
|
1230
|
-
},
|
|
1231
|
-
/**
|
|
1232
|
-
* Date Attribute: Closed - Week/Year
|
|
1233
|
-
* Date Attribute ID: dt_closedate_timestamp.week
|
|
1234
|
-
*/ ClosedWeekYear: {
|
|
1235
|
-
ref: idRef("dt_closedate_timestamp.week", "attribute"),
|
|
1236
|
-
identifier: "dt_closedate_timestamp.week",
|
|
1237
|
-
/**
|
|
1238
|
-
* Display Form Title: Closed - Week/Year
|
|
1239
|
-
* Display Form ID: dt_closedate_timestamp.week
|
|
1240
|
-
*/ Default: newAttribute("dt_closedate_timestamp.week"),
|
|
1241
|
-
},
|
|
1242
|
-
/**
|
|
1243
|
-
* Date Attribute: Closed - Week of Year
|
|
1244
|
-
* Date Attribute ID: dt_closedate_timestamp.weekOfYear
|
|
1245
|
-
*/ ClosedWeekOfYear: {
|
|
1246
|
-
ref: idRef("dt_closedate_timestamp.weekOfYear", "attribute"),
|
|
1247
|
-
identifier: "dt_closedate_timestamp.weekOfYear",
|
|
1248
|
-
/**
|
|
1249
|
-
* Display Form Title: Closed - Week of Year
|
|
1250
|
-
* Display Form ID: dt_closedate_timestamp.weekOfYear
|
|
1251
|
-
*/ Default: newAttribute("dt_closedate_timestamp.weekOfYear"),
|
|
1252
|
-
},
|
|
1253
|
-
/**
|
|
1254
|
-
* Date Attribute: Closed - Year
|
|
1255
|
-
* Date Attribute ID: dt_closedate_timestamp.year
|
|
1256
|
-
*/ ClosedYear: {
|
|
1257
|
-
ref: idRef("dt_closedate_timestamp.year", "attribute"),
|
|
1258
|
-
identifier: "dt_closedate_timestamp.year",
|
|
1259
|
-
/**
|
|
1260
|
-
* Display Form Title: Closed - Year
|
|
1261
|
-
* Display Form ID: dt_closedate_timestamp.year
|
|
1262
|
-
*/ Default: newAttribute("dt_closedate_timestamp.year"),
|
|
1263
|
-
},
|
|
1264
|
-
},
|
|
1265
|
-
/**
|
|
1266
|
-
* Date Data Set Title: Created
|
|
1267
|
-
* Date Data Set ID: dt_oppcreated_timestamp
|
|
1268
|
-
*/ Created: {
|
|
1269
|
-
ref: idRef("dt_oppcreated_timestamp", "dataSet"),
|
|
1270
|
-
identifier: "dt_oppcreated_timestamp",
|
|
1271
|
-
/**
|
|
1272
|
-
* Date Attribute: Created - Date
|
|
1273
|
-
* Date Attribute ID: dt_oppcreated_timestamp.day
|
|
1274
|
-
*/ CreatedDate: {
|
|
1275
|
-
ref: idRef("dt_oppcreated_timestamp.day", "attribute"),
|
|
1276
|
-
identifier: "dt_oppcreated_timestamp.day",
|
|
1277
|
-
/**
|
|
1278
|
-
* Display Form Title: Created - Date
|
|
1279
|
-
* Display Form ID: dt_oppcreated_timestamp.day
|
|
1280
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.day"),
|
|
1281
|
-
},
|
|
1282
|
-
/**
|
|
1283
|
-
* Date Attribute: Created - Day of Month
|
|
1284
|
-
* Date Attribute ID: dt_oppcreated_timestamp.dayOfMonth
|
|
1285
|
-
*/ CreatedDayOfMonth: {
|
|
1286
|
-
ref: idRef("dt_oppcreated_timestamp.dayOfMonth", "attribute"),
|
|
1287
|
-
identifier: "dt_oppcreated_timestamp.dayOfMonth",
|
|
1288
|
-
/**
|
|
1289
|
-
* Display Form Title: Created - Day of Month
|
|
1290
|
-
* Display Form ID: dt_oppcreated_timestamp.dayOfMonth
|
|
1291
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.dayOfMonth"),
|
|
1292
|
-
},
|
|
1293
|
-
/**
|
|
1294
|
-
* Date Attribute: Created - Day of Week
|
|
1295
|
-
* Date Attribute ID: dt_oppcreated_timestamp.dayOfWeek
|
|
1296
|
-
*/ CreatedDayOfWeek: {
|
|
1297
|
-
ref: idRef("dt_oppcreated_timestamp.dayOfWeek", "attribute"),
|
|
1298
|
-
identifier: "dt_oppcreated_timestamp.dayOfWeek",
|
|
1299
|
-
/**
|
|
1300
|
-
* Display Form Title: Created - Day of Week
|
|
1301
|
-
* Display Form ID: dt_oppcreated_timestamp.dayOfWeek
|
|
1302
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.dayOfWeek"),
|
|
1303
|
-
},
|
|
1304
|
-
/**
|
|
1305
|
-
* Date Attribute: Created - Day of Year
|
|
1306
|
-
* Date Attribute ID: dt_oppcreated_timestamp.dayOfYear
|
|
1307
|
-
*/ CreatedDayOfYear: {
|
|
1308
|
-
ref: idRef("dt_oppcreated_timestamp.dayOfYear", "attribute"),
|
|
1309
|
-
identifier: "dt_oppcreated_timestamp.dayOfYear",
|
|
1310
|
-
/**
|
|
1311
|
-
* Display Form Title: Created - Day of Year
|
|
1312
|
-
* Display Form ID: dt_oppcreated_timestamp.dayOfYear
|
|
1313
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.dayOfYear"),
|
|
1314
|
-
},
|
|
1315
|
-
/**
|
|
1316
|
-
* Date Attribute: Created - Hour
|
|
1317
|
-
* Date Attribute ID: dt_oppcreated_timestamp.hour
|
|
1318
|
-
*/ CreatedHour: {
|
|
1319
|
-
ref: idRef("dt_oppcreated_timestamp.hour", "attribute"),
|
|
1320
|
-
identifier: "dt_oppcreated_timestamp.hour",
|
|
1321
|
-
/**
|
|
1322
|
-
* Display Form Title: Created - Hour
|
|
1323
|
-
* Display Form ID: dt_oppcreated_timestamp.hour
|
|
1324
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.hour"),
|
|
1325
|
-
},
|
|
1326
|
-
/**
|
|
1327
|
-
* Date Attribute: Created - Hour of Day
|
|
1328
|
-
* Date Attribute ID: dt_oppcreated_timestamp.hourOfDay
|
|
1329
|
-
*/ CreatedHourOfDay: {
|
|
1330
|
-
ref: idRef("dt_oppcreated_timestamp.hourOfDay", "attribute"),
|
|
1331
|
-
identifier: "dt_oppcreated_timestamp.hourOfDay",
|
|
1332
|
-
/**
|
|
1333
|
-
* Display Form Title: Created - Hour of Day
|
|
1334
|
-
* Display Form ID: dt_oppcreated_timestamp.hourOfDay
|
|
1335
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.hourOfDay"),
|
|
1336
|
-
},
|
|
1337
|
-
/**
|
|
1338
|
-
* Date Attribute: Created - Minute
|
|
1339
|
-
* Date Attribute ID: dt_oppcreated_timestamp.minute
|
|
1340
|
-
*/ CreatedMinute: {
|
|
1341
|
-
ref: idRef("dt_oppcreated_timestamp.minute", "attribute"),
|
|
1342
|
-
identifier: "dt_oppcreated_timestamp.minute",
|
|
1343
|
-
/**
|
|
1344
|
-
* Display Form Title: Created - Minute
|
|
1345
|
-
* Display Form ID: dt_oppcreated_timestamp.minute
|
|
1346
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.minute"),
|
|
1347
|
-
},
|
|
1348
|
-
/**
|
|
1349
|
-
* Date Attribute: Created - Minute of Hour
|
|
1350
|
-
* Date Attribute ID: dt_oppcreated_timestamp.minuteOfHour
|
|
1351
|
-
*/ CreatedMinuteOfHour: {
|
|
1352
|
-
ref: idRef("dt_oppcreated_timestamp.minuteOfHour", "attribute"),
|
|
1353
|
-
identifier: "dt_oppcreated_timestamp.minuteOfHour",
|
|
1354
|
-
/**
|
|
1355
|
-
* Display Form Title: Created - Minute of Hour
|
|
1356
|
-
* Display Form ID: dt_oppcreated_timestamp.minuteOfHour
|
|
1357
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.minuteOfHour"),
|
|
1358
|
-
},
|
|
1359
|
-
/**
|
|
1360
|
-
* Date Attribute: Created - Month/Year
|
|
1361
|
-
* Date Attribute ID: dt_oppcreated_timestamp.month
|
|
1362
|
-
*/ CreatedMonthYear: {
|
|
1363
|
-
ref: idRef("dt_oppcreated_timestamp.month", "attribute"),
|
|
1364
|
-
identifier: "dt_oppcreated_timestamp.month",
|
|
1365
|
-
/**
|
|
1366
|
-
* Display Form Title: Created - Month/Year
|
|
1367
|
-
* Display Form ID: dt_oppcreated_timestamp.month
|
|
1368
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.month"),
|
|
1369
|
-
},
|
|
1370
|
-
/**
|
|
1371
|
-
* Date Attribute: Created - Month of Year
|
|
1372
|
-
* Date Attribute ID: dt_oppcreated_timestamp.monthOfYear
|
|
1373
|
-
*/ CreatedMonthOfYear: {
|
|
1374
|
-
ref: idRef("dt_oppcreated_timestamp.monthOfYear", "attribute"),
|
|
1375
|
-
identifier: "dt_oppcreated_timestamp.monthOfYear",
|
|
1376
|
-
/**
|
|
1377
|
-
* Display Form Title: Created - Month of Year
|
|
1378
|
-
* Display Form ID: dt_oppcreated_timestamp.monthOfYear
|
|
1379
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.monthOfYear"),
|
|
1380
|
-
},
|
|
1381
|
-
/**
|
|
1382
|
-
* Date Attribute: Created - Quarter/Year
|
|
1383
|
-
* Date Attribute ID: dt_oppcreated_timestamp.quarter
|
|
1384
|
-
*/ CreatedQuarterYear: {
|
|
1385
|
-
ref: idRef("dt_oppcreated_timestamp.quarter", "attribute"),
|
|
1386
|
-
identifier: "dt_oppcreated_timestamp.quarter",
|
|
1387
|
-
/**
|
|
1388
|
-
* Display Form Title: Created - Quarter/Year
|
|
1389
|
-
* Display Form ID: dt_oppcreated_timestamp.quarter
|
|
1390
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.quarter"),
|
|
1391
|
-
},
|
|
1392
|
-
/**
|
|
1393
|
-
* Date Attribute: Created - Quarter of Year
|
|
1394
|
-
* Date Attribute ID: dt_oppcreated_timestamp.quarterOfYear
|
|
1395
|
-
*/ CreatedQuarterOfYear: {
|
|
1396
|
-
ref: idRef("dt_oppcreated_timestamp.quarterOfYear", "attribute"),
|
|
1397
|
-
identifier: "dt_oppcreated_timestamp.quarterOfYear",
|
|
1398
|
-
/**
|
|
1399
|
-
* Display Form Title: Created - Quarter of Year
|
|
1400
|
-
* Display Form ID: dt_oppcreated_timestamp.quarterOfYear
|
|
1401
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.quarterOfYear"),
|
|
1402
|
-
},
|
|
1403
|
-
/**
|
|
1404
|
-
* Date Attribute: Created - Week/Year
|
|
1405
|
-
* Date Attribute ID: dt_oppcreated_timestamp.week
|
|
1406
|
-
*/ CreatedWeekYear: {
|
|
1407
|
-
ref: idRef("dt_oppcreated_timestamp.week", "attribute"),
|
|
1408
|
-
identifier: "dt_oppcreated_timestamp.week",
|
|
1409
|
-
/**
|
|
1410
|
-
* Display Form Title: Created - Week/Year
|
|
1411
|
-
* Display Form ID: dt_oppcreated_timestamp.week
|
|
1412
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.week"),
|
|
1413
|
-
},
|
|
1414
|
-
/**
|
|
1415
|
-
* Date Attribute: Created - Week of Year
|
|
1416
|
-
* Date Attribute ID: dt_oppcreated_timestamp.weekOfYear
|
|
1417
|
-
*/ CreatedWeekOfYear: {
|
|
1418
|
-
ref: idRef("dt_oppcreated_timestamp.weekOfYear", "attribute"),
|
|
1419
|
-
identifier: "dt_oppcreated_timestamp.weekOfYear",
|
|
1420
|
-
/**
|
|
1421
|
-
* Display Form Title: Created - Week of Year
|
|
1422
|
-
* Display Form ID: dt_oppcreated_timestamp.weekOfYear
|
|
1423
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.weekOfYear"),
|
|
1424
|
-
},
|
|
1425
|
-
/**
|
|
1426
|
-
* Date Attribute: Created - Year
|
|
1427
|
-
* Date Attribute ID: dt_oppcreated_timestamp.year
|
|
1428
|
-
*/ CreatedYear: {
|
|
1429
|
-
ref: idRef("dt_oppcreated_timestamp.year", "attribute"),
|
|
1430
|
-
identifier: "dt_oppcreated_timestamp.year",
|
|
1431
|
-
/**
|
|
1432
|
-
* Display Form Title: Created - Year
|
|
1433
|
-
* Display Form ID: dt_oppcreated_timestamp.year
|
|
1434
|
-
*/ Default: newAttribute("dt_oppcreated_timestamp.year"),
|
|
1435
|
-
},
|
|
1436
|
-
},
|
|
1437
|
-
/**
|
|
1438
|
-
* Date Data Set Title: Snapshot
|
|
1439
|
-
* Date Data Set ID: dt_snapshotdate_timestamp
|
|
1440
|
-
*/ Snapshot: {
|
|
1441
|
-
ref: idRef("dt_snapshotdate_timestamp", "dataSet"),
|
|
1442
|
-
identifier: "dt_snapshotdate_timestamp",
|
|
1443
|
-
/**
|
|
1444
|
-
* Date Attribute: Snapshot - Date
|
|
1445
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.day
|
|
1446
|
-
*/ SnapshotDate: {
|
|
1447
|
-
ref: idRef("dt_snapshotdate_timestamp.day", "attribute"),
|
|
1448
|
-
identifier: "dt_snapshotdate_timestamp.day",
|
|
1449
|
-
/**
|
|
1450
|
-
* Display Form Title: Snapshot - Date
|
|
1451
|
-
* Display Form ID: dt_snapshotdate_timestamp.day
|
|
1452
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.day"),
|
|
1453
|
-
},
|
|
1454
|
-
/**
|
|
1455
|
-
* Date Attribute: Snapshot - Day of Month
|
|
1456
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.dayOfMonth
|
|
1457
|
-
*/ SnapshotDayOfMonth: {
|
|
1458
|
-
ref: idRef("dt_snapshotdate_timestamp.dayOfMonth", "attribute"),
|
|
1459
|
-
identifier: "dt_snapshotdate_timestamp.dayOfMonth",
|
|
1460
|
-
/**
|
|
1461
|
-
* Display Form Title: Snapshot - Day of Month
|
|
1462
|
-
* Display Form ID: dt_snapshotdate_timestamp.dayOfMonth
|
|
1463
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.dayOfMonth"),
|
|
1464
|
-
},
|
|
1465
|
-
/**
|
|
1466
|
-
* Date Attribute: Snapshot - Day of Week
|
|
1467
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.dayOfWeek
|
|
1468
|
-
*/ SnapshotDayOfWeek: {
|
|
1469
|
-
ref: idRef("dt_snapshotdate_timestamp.dayOfWeek", "attribute"),
|
|
1470
|
-
identifier: "dt_snapshotdate_timestamp.dayOfWeek",
|
|
1471
|
-
/**
|
|
1472
|
-
* Display Form Title: Snapshot - Day of Week
|
|
1473
|
-
* Display Form ID: dt_snapshotdate_timestamp.dayOfWeek
|
|
1474
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.dayOfWeek"),
|
|
1475
|
-
},
|
|
1476
|
-
/**
|
|
1477
|
-
* Date Attribute: Snapshot - Day of Year
|
|
1478
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.dayOfYear
|
|
1479
|
-
*/ SnapshotDayOfYear: {
|
|
1480
|
-
ref: idRef("dt_snapshotdate_timestamp.dayOfYear", "attribute"),
|
|
1481
|
-
identifier: "dt_snapshotdate_timestamp.dayOfYear",
|
|
1482
|
-
/**
|
|
1483
|
-
* Display Form Title: Snapshot - Day of Year
|
|
1484
|
-
* Display Form ID: dt_snapshotdate_timestamp.dayOfYear
|
|
1485
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.dayOfYear"),
|
|
1486
|
-
},
|
|
1487
|
-
/**
|
|
1488
|
-
* Date Attribute: Snapshot - Hour
|
|
1489
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.hour
|
|
1490
|
-
*/ SnapshotHour: {
|
|
1491
|
-
ref: idRef("dt_snapshotdate_timestamp.hour", "attribute"),
|
|
1492
|
-
identifier: "dt_snapshotdate_timestamp.hour",
|
|
1493
|
-
/**
|
|
1494
|
-
* Display Form Title: Snapshot - Hour
|
|
1495
|
-
* Display Form ID: dt_snapshotdate_timestamp.hour
|
|
1496
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.hour"),
|
|
1497
|
-
},
|
|
1498
|
-
/**
|
|
1499
|
-
* Date Attribute: Snapshot - Hour of Day
|
|
1500
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.hourOfDay
|
|
1501
|
-
*/ SnapshotHourOfDay: {
|
|
1502
|
-
ref: idRef("dt_snapshotdate_timestamp.hourOfDay", "attribute"),
|
|
1503
|
-
identifier: "dt_snapshotdate_timestamp.hourOfDay",
|
|
1504
|
-
/**
|
|
1505
|
-
* Display Form Title: Snapshot - Hour of Day
|
|
1506
|
-
* Display Form ID: dt_snapshotdate_timestamp.hourOfDay
|
|
1507
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.hourOfDay"),
|
|
1508
|
-
},
|
|
1509
|
-
/**
|
|
1510
|
-
* Date Attribute: Snapshot - Minute
|
|
1511
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.minute
|
|
1512
|
-
*/ SnapshotMinute: {
|
|
1513
|
-
ref: idRef("dt_snapshotdate_timestamp.minute", "attribute"),
|
|
1514
|
-
identifier: "dt_snapshotdate_timestamp.minute",
|
|
1515
|
-
/**
|
|
1516
|
-
* Display Form Title: Snapshot - Minute
|
|
1517
|
-
* Display Form ID: dt_snapshotdate_timestamp.minute
|
|
1518
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.minute"),
|
|
1519
|
-
},
|
|
1520
|
-
/**
|
|
1521
|
-
* Date Attribute: Snapshot - Minute of Hour
|
|
1522
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.minuteOfHour
|
|
1523
|
-
*/ SnapshotMinuteOfHour: {
|
|
1524
|
-
ref: idRef("dt_snapshotdate_timestamp.minuteOfHour", "attribute"),
|
|
1525
|
-
identifier: "dt_snapshotdate_timestamp.minuteOfHour",
|
|
1526
|
-
/**
|
|
1527
|
-
* Display Form Title: Snapshot - Minute of Hour
|
|
1528
|
-
* Display Form ID: dt_snapshotdate_timestamp.minuteOfHour
|
|
1529
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.minuteOfHour"),
|
|
1530
|
-
},
|
|
1531
|
-
/**
|
|
1532
|
-
* Date Attribute: Snapshot - Month/Year
|
|
1533
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.month
|
|
1534
|
-
*/ SnapshotMonthYear: {
|
|
1535
|
-
ref: idRef("dt_snapshotdate_timestamp.month", "attribute"),
|
|
1536
|
-
identifier: "dt_snapshotdate_timestamp.month",
|
|
1537
|
-
/**
|
|
1538
|
-
* Display Form Title: Snapshot - Month/Year
|
|
1539
|
-
* Display Form ID: dt_snapshotdate_timestamp.month
|
|
1540
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.month"),
|
|
1541
|
-
},
|
|
1542
|
-
/**
|
|
1543
|
-
* Date Attribute: Snapshot - Month of Year
|
|
1544
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.monthOfYear
|
|
1545
|
-
*/ SnapshotMonthOfYear: {
|
|
1546
|
-
ref: idRef("dt_snapshotdate_timestamp.monthOfYear", "attribute"),
|
|
1547
|
-
identifier: "dt_snapshotdate_timestamp.monthOfYear",
|
|
1548
|
-
/**
|
|
1549
|
-
* Display Form Title: Snapshot - Month of Year
|
|
1550
|
-
* Display Form ID: dt_snapshotdate_timestamp.monthOfYear
|
|
1551
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.monthOfYear"),
|
|
1552
|
-
},
|
|
1553
|
-
/**
|
|
1554
|
-
* Date Attribute: Snapshot - Quarter/Year
|
|
1555
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.quarter
|
|
1556
|
-
*/ SnapshotQuarterYear: {
|
|
1557
|
-
ref: idRef("dt_snapshotdate_timestamp.quarter", "attribute"),
|
|
1558
|
-
identifier: "dt_snapshotdate_timestamp.quarter",
|
|
1559
|
-
/**
|
|
1560
|
-
* Display Form Title: Snapshot - Quarter/Year
|
|
1561
|
-
* Display Form ID: dt_snapshotdate_timestamp.quarter
|
|
1562
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.quarter"),
|
|
1563
|
-
},
|
|
1564
|
-
/**
|
|
1565
|
-
* Date Attribute: Snapshot - Quarter of Year
|
|
1566
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.quarterOfYear
|
|
1567
|
-
*/ SnapshotQuarterOfYear: {
|
|
1568
|
-
ref: idRef("dt_snapshotdate_timestamp.quarterOfYear", "attribute"),
|
|
1569
|
-
identifier: "dt_snapshotdate_timestamp.quarterOfYear",
|
|
1570
|
-
/**
|
|
1571
|
-
* Display Form Title: Snapshot - Quarter of Year
|
|
1572
|
-
* Display Form ID: dt_snapshotdate_timestamp.quarterOfYear
|
|
1573
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.quarterOfYear"),
|
|
1574
|
-
},
|
|
1575
|
-
/**
|
|
1576
|
-
* Date Attribute: Snapshot - Week/Year
|
|
1577
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.week
|
|
1578
|
-
*/ SnapshotWeekYear: {
|
|
1579
|
-
ref: idRef("dt_snapshotdate_timestamp.week", "attribute"),
|
|
1580
|
-
identifier: "dt_snapshotdate_timestamp.week",
|
|
1581
|
-
/**
|
|
1582
|
-
* Display Form Title: Snapshot - Week/Year
|
|
1583
|
-
* Display Form ID: dt_snapshotdate_timestamp.week
|
|
1584
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.week"),
|
|
1585
|
-
},
|
|
1586
|
-
/**
|
|
1587
|
-
* Date Attribute: Snapshot - Week of Year
|
|
1588
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.weekOfYear
|
|
1589
|
-
*/ SnapshotWeekOfYear: {
|
|
1590
|
-
ref: idRef("dt_snapshotdate_timestamp.weekOfYear", "attribute"),
|
|
1591
|
-
identifier: "dt_snapshotdate_timestamp.weekOfYear",
|
|
1592
|
-
/**
|
|
1593
|
-
* Display Form Title: Snapshot - Week of Year
|
|
1594
|
-
* Display Form ID: dt_snapshotdate_timestamp.weekOfYear
|
|
1595
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.weekOfYear"),
|
|
1596
|
-
},
|
|
1597
|
-
/**
|
|
1598
|
-
* Date Attribute: Snapshot - Year
|
|
1599
|
-
* Date Attribute ID: dt_snapshotdate_timestamp.year
|
|
1600
|
-
*/ SnapshotYear: {
|
|
1601
|
-
ref: idRef("dt_snapshotdate_timestamp.year", "attribute"),
|
|
1602
|
-
identifier: "dt_snapshotdate_timestamp.year",
|
|
1603
|
-
/**
|
|
1604
|
-
* Display Form Title: Snapshot - Year
|
|
1605
|
-
* Display Form ID: dt_snapshotdate_timestamp.year
|
|
1606
|
-
*/ Default: newAttribute("dt_snapshotdate_timestamp.year"),
|
|
1607
|
-
},
|
|
1608
|
-
},
|
|
1609
|
-
/**
|
|
1610
|
-
* Date Data Set Title: Timeline
|
|
1611
|
-
* Date Data Set ID: dt_timeline_timestamp
|
|
1612
|
-
*/ Timeline: {
|
|
1613
|
-
ref: idRef("dt_timeline_timestamp", "dataSet"),
|
|
1614
|
-
identifier: "dt_timeline_timestamp",
|
|
1615
|
-
/**
|
|
1616
|
-
* Date Attribute: Timeline - Date
|
|
1617
|
-
* Date Attribute ID: dt_timeline_timestamp.day
|
|
1618
|
-
*/ TimelineDate: {
|
|
1619
|
-
ref: idRef("dt_timeline_timestamp.day", "attribute"),
|
|
1620
|
-
identifier: "dt_timeline_timestamp.day",
|
|
1621
|
-
/**
|
|
1622
|
-
* Display Form Title: Timeline - Date
|
|
1623
|
-
* Display Form ID: dt_timeline_timestamp.day
|
|
1624
|
-
*/ Default: newAttribute("dt_timeline_timestamp.day"),
|
|
1625
|
-
},
|
|
1626
|
-
/**
|
|
1627
|
-
* Date Attribute: Timeline - Day of Month
|
|
1628
|
-
* Date Attribute ID: dt_timeline_timestamp.dayOfMonth
|
|
1629
|
-
*/ TimelineDayOfMonth: {
|
|
1630
|
-
ref: idRef("dt_timeline_timestamp.dayOfMonth", "attribute"),
|
|
1631
|
-
identifier: "dt_timeline_timestamp.dayOfMonth",
|
|
1632
|
-
/**
|
|
1633
|
-
* Display Form Title: Timeline - Day of Month
|
|
1634
|
-
* Display Form ID: dt_timeline_timestamp.dayOfMonth
|
|
1635
|
-
*/ Default: newAttribute("dt_timeline_timestamp.dayOfMonth"),
|
|
1636
|
-
},
|
|
1637
|
-
/**
|
|
1638
|
-
* Date Attribute: Timeline - Day of Week
|
|
1639
|
-
* Date Attribute ID: dt_timeline_timestamp.dayOfWeek
|
|
1640
|
-
*/ TimelineDayOfWeek: {
|
|
1641
|
-
ref: idRef("dt_timeline_timestamp.dayOfWeek", "attribute"),
|
|
1642
|
-
identifier: "dt_timeline_timestamp.dayOfWeek",
|
|
1643
|
-
/**
|
|
1644
|
-
* Display Form Title: Timeline - Day of Week
|
|
1645
|
-
* Display Form ID: dt_timeline_timestamp.dayOfWeek
|
|
1646
|
-
*/ Default: newAttribute("dt_timeline_timestamp.dayOfWeek"),
|
|
1647
|
-
},
|
|
1648
|
-
/**
|
|
1649
|
-
* Date Attribute: Timeline - Day of Year
|
|
1650
|
-
* Date Attribute ID: dt_timeline_timestamp.dayOfYear
|
|
1651
|
-
*/ TimelineDayOfYear: {
|
|
1652
|
-
ref: idRef("dt_timeline_timestamp.dayOfYear", "attribute"),
|
|
1653
|
-
identifier: "dt_timeline_timestamp.dayOfYear",
|
|
1654
|
-
/**
|
|
1655
|
-
* Display Form Title: Timeline - Day of Year
|
|
1656
|
-
* Display Form ID: dt_timeline_timestamp.dayOfYear
|
|
1657
|
-
*/ Default: newAttribute("dt_timeline_timestamp.dayOfYear"),
|
|
1658
|
-
},
|
|
1659
|
-
/**
|
|
1660
|
-
* Date Attribute: Timeline - Hour
|
|
1661
|
-
* Date Attribute ID: dt_timeline_timestamp.hour
|
|
1662
|
-
*/ TimelineHour: {
|
|
1663
|
-
ref: idRef("dt_timeline_timestamp.hour", "attribute"),
|
|
1664
|
-
identifier: "dt_timeline_timestamp.hour",
|
|
1665
|
-
/**
|
|
1666
|
-
* Display Form Title: Timeline - Hour
|
|
1667
|
-
* Display Form ID: dt_timeline_timestamp.hour
|
|
1668
|
-
*/ Default: newAttribute("dt_timeline_timestamp.hour"),
|
|
1669
|
-
},
|
|
1670
|
-
/**
|
|
1671
|
-
* Date Attribute: Timeline - Hour of Day
|
|
1672
|
-
* Date Attribute ID: dt_timeline_timestamp.hourOfDay
|
|
1673
|
-
*/ TimelineHourOfDay: {
|
|
1674
|
-
ref: idRef("dt_timeline_timestamp.hourOfDay", "attribute"),
|
|
1675
|
-
identifier: "dt_timeline_timestamp.hourOfDay",
|
|
1676
|
-
/**
|
|
1677
|
-
* Display Form Title: Timeline - Hour of Day
|
|
1678
|
-
* Display Form ID: dt_timeline_timestamp.hourOfDay
|
|
1679
|
-
*/ Default: newAttribute("dt_timeline_timestamp.hourOfDay"),
|
|
1680
|
-
},
|
|
1681
|
-
/**
|
|
1682
|
-
* Date Attribute: Timeline - Minute
|
|
1683
|
-
* Date Attribute ID: dt_timeline_timestamp.minute
|
|
1684
|
-
*/ TimelineMinute: {
|
|
1685
|
-
ref: idRef("dt_timeline_timestamp.minute", "attribute"),
|
|
1686
|
-
identifier: "dt_timeline_timestamp.minute",
|
|
1687
|
-
/**
|
|
1688
|
-
* Display Form Title: Timeline - Minute
|
|
1689
|
-
* Display Form ID: dt_timeline_timestamp.minute
|
|
1690
|
-
*/ Default: newAttribute("dt_timeline_timestamp.minute"),
|
|
1691
|
-
},
|
|
1692
|
-
/**
|
|
1693
|
-
* Date Attribute: Timeline - Minute of Hour
|
|
1694
|
-
* Date Attribute ID: dt_timeline_timestamp.minuteOfHour
|
|
1695
|
-
*/ TimelineMinuteOfHour: {
|
|
1696
|
-
ref: idRef("dt_timeline_timestamp.minuteOfHour", "attribute"),
|
|
1697
|
-
identifier: "dt_timeline_timestamp.minuteOfHour",
|
|
1698
|
-
/**
|
|
1699
|
-
* Display Form Title: Timeline - Minute of Hour
|
|
1700
|
-
* Display Form ID: dt_timeline_timestamp.minuteOfHour
|
|
1701
|
-
*/ Default: newAttribute("dt_timeline_timestamp.minuteOfHour"),
|
|
1702
|
-
},
|
|
1703
|
-
/**
|
|
1704
|
-
* Date Attribute: Timeline - Month/Year
|
|
1705
|
-
* Date Attribute ID: dt_timeline_timestamp.month
|
|
1706
|
-
*/ TimelineMonthYear: {
|
|
1707
|
-
ref: idRef("dt_timeline_timestamp.month", "attribute"),
|
|
1708
|
-
identifier: "dt_timeline_timestamp.month",
|
|
1709
|
-
/**
|
|
1710
|
-
* Display Form Title: Timeline - Month/Year
|
|
1711
|
-
* Display Form ID: dt_timeline_timestamp.month
|
|
1712
|
-
*/ Default: newAttribute("dt_timeline_timestamp.month"),
|
|
1713
|
-
},
|
|
1714
|
-
/**
|
|
1715
|
-
* Date Attribute: Timeline - Month of Year
|
|
1716
|
-
* Date Attribute ID: dt_timeline_timestamp.monthOfYear
|
|
1717
|
-
*/ TimelineMonthOfYear: {
|
|
1718
|
-
ref: idRef("dt_timeline_timestamp.monthOfYear", "attribute"),
|
|
1719
|
-
identifier: "dt_timeline_timestamp.monthOfYear",
|
|
1720
|
-
/**
|
|
1721
|
-
* Display Form Title: Timeline - Month of Year
|
|
1722
|
-
* Display Form ID: dt_timeline_timestamp.monthOfYear
|
|
1723
|
-
*/ Default: newAttribute("dt_timeline_timestamp.monthOfYear"),
|
|
1724
|
-
},
|
|
1725
|
-
/**
|
|
1726
|
-
* Date Attribute: Timeline - Quarter/Year
|
|
1727
|
-
* Date Attribute ID: dt_timeline_timestamp.quarter
|
|
1728
|
-
*/ TimelineQuarterYear: {
|
|
1729
|
-
ref: idRef("dt_timeline_timestamp.quarter", "attribute"),
|
|
1730
|
-
identifier: "dt_timeline_timestamp.quarter",
|
|
1731
|
-
/**
|
|
1732
|
-
* Display Form Title: Timeline - Quarter/Year
|
|
1733
|
-
* Display Form ID: dt_timeline_timestamp.quarter
|
|
1734
|
-
*/ Default: newAttribute("dt_timeline_timestamp.quarter"),
|
|
1735
|
-
},
|
|
1736
|
-
/**
|
|
1737
|
-
* Date Attribute: Timeline - Quarter of Year
|
|
1738
|
-
* Date Attribute ID: dt_timeline_timestamp.quarterOfYear
|
|
1739
|
-
*/ TimelineQuarterOfYear: {
|
|
1740
|
-
ref: idRef("dt_timeline_timestamp.quarterOfYear", "attribute"),
|
|
1741
|
-
identifier: "dt_timeline_timestamp.quarterOfYear",
|
|
1742
|
-
/**
|
|
1743
|
-
* Display Form Title: Timeline - Quarter of Year
|
|
1744
|
-
* Display Form ID: dt_timeline_timestamp.quarterOfYear
|
|
1745
|
-
*/ Default: newAttribute("dt_timeline_timestamp.quarterOfYear"),
|
|
1746
|
-
},
|
|
1747
|
-
/**
|
|
1748
|
-
* Date Attribute: Timeline - Week/Year
|
|
1749
|
-
* Date Attribute ID: dt_timeline_timestamp.week
|
|
1750
|
-
*/ TimelineWeekYear: {
|
|
1751
|
-
ref: idRef("dt_timeline_timestamp.week", "attribute"),
|
|
1752
|
-
identifier: "dt_timeline_timestamp.week",
|
|
1753
|
-
/**
|
|
1754
|
-
* Display Form Title: Timeline - Week/Year
|
|
1755
|
-
* Display Form ID: dt_timeline_timestamp.week
|
|
1756
|
-
*/ Default: newAttribute("dt_timeline_timestamp.week"),
|
|
1757
|
-
},
|
|
1758
|
-
/**
|
|
1759
|
-
* Date Attribute: Timeline - Week of Year
|
|
1760
|
-
* Date Attribute ID: dt_timeline_timestamp.weekOfYear
|
|
1761
|
-
*/ TimelineWeekOfYear: {
|
|
1762
|
-
ref: idRef("dt_timeline_timestamp.weekOfYear", "attribute"),
|
|
1763
|
-
identifier: "dt_timeline_timestamp.weekOfYear",
|
|
1764
|
-
/**
|
|
1765
|
-
* Display Form Title: Timeline - Week of Year
|
|
1766
|
-
* Display Form ID: dt_timeline_timestamp.weekOfYear
|
|
1767
|
-
*/ Default: newAttribute("dt_timeline_timestamp.weekOfYear"),
|
|
1768
|
-
},
|
|
1769
|
-
/**
|
|
1770
|
-
* Date Attribute: Timeline - Year
|
|
1771
|
-
* Date Attribute ID: dt_timeline_timestamp.year
|
|
1772
|
-
*/ TimelineYear: {
|
|
1773
|
-
ref: idRef("dt_timeline_timestamp.year", "attribute"),
|
|
1774
|
-
identifier: "dt_timeline_timestamp.year",
|
|
1775
|
-
/**
|
|
1776
|
-
* Display Form Title: Timeline - Year
|
|
1777
|
-
* Display Form ID: dt_timeline_timestamp.year
|
|
1778
|
-
*/ Default: newAttribute("dt_timeline_timestamp.year"),
|
|
1779
|
-
},
|
|
1780
|
-
},
|
|
1781
|
-
};
|
|
1782
|
-
export const Insights = {
|
|
1783
|
-
/**
|
|
1784
|
-
* Insight Title: Table using long name metric
|
|
1785
|
-
* Insight ID: 1e17f8cf-aa34-4474-8dd5-c1249c688225
|
|
1786
|
-
*/
|
|
1787
|
-
TableUsingLongNameMetric: "1e17f8cf-aa34-4474-8dd5-c1249c688225",
|
|
1788
|
-
/**
|
|
1789
|
-
* Insight Title: Table has AM metric
|
|
1790
|
-
* Insight ID: 343b329b-e2b0-43b2-9724-de8cd664ebac
|
|
1791
|
-
*/ TableHasAMMetric: "343b329b-e2b0-43b2-9724-de8cd664ebac",
|
|
1792
|
-
/**
|
|
1793
|
-
* Insight Title: merge cells insight
|
|
1794
|
-
* Insight ID: 3ef94acb-1e15-49ef-88d5-e9e2931be959
|
|
1795
|
-
*/ MergeCellsInsight: "3ef94acb-1e15-49ef-88d5-e9e2931be959",
|
|
1796
|
-
/**
|
|
1797
|
-
* Insight Title: big insight
|
|
1798
|
-
* Insight ID: 5517045e-661f-4d6b-b0b0-98030ab9f68c
|
|
1799
|
-
*/ BigInsight: "5517045e-661f-4d6b-b0b0-98030ab9f68c",
|
|
1800
|
-
/**
|
|
1801
|
-
* Insight Title: Table has multi metrics and multi formats
|
|
1802
|
-
* Insight ID: 6d236ec6-5cf7-493e-8285-6613fde4ce18
|
|
1803
|
-
*/ TableHasMultiMetricsAndMultiFormats: "6d236ec6-5cf7-493e-8285-6613fde4ce18",
|
|
1804
|
-
/**
|
|
1805
|
-
* Insight Title: Column chart only measures
|
|
1806
|
-
* Insight ID: 6ecba0d9-8fff-4c78-8adf-7f33cc1956c8
|
|
1807
|
-
*/ ColumnChartOnlyMeasures: "6ecba0d9-8fff-4c78-8adf-7f33cc1956c8",
|
|
1808
|
-
/**
|
|
1809
|
-
* Insight Title: invalid insight
|
|
1810
|
-
* Insight ID: 81452cc9-558b-4b4e-a70b-0a80f3bd2924
|
|
1811
|
-
*/ InvalidInsight: "81452cc9-558b-4b4e-a70b-0a80f3bd2924",
|
|
1812
|
-
/**
|
|
1813
|
-
* Insight Title: Insight using long name metric
|
|
1814
|
-
* Insight ID: 843701ee-8f24-4942-8522-872a96575f8e
|
|
1815
|
-
*/ InsightUsingLongNameMetric: "843701ee-8f24-4942-8522-872a96575f8e",
|
|
1816
|
-
/**
|
|
1817
|
-
* Insight Title: Column chart has not hyperlink
|
|
1818
|
-
* Insight ID: 84d13bd9-f976-4e03-8b00-fec9497d580b
|
|
1819
|
-
*/ ColumnChartHasNotHyperlink: "84d13bd9-f976-4e03-8b00-fec9497d580b",
|
|
1820
|
-
/**
|
|
1821
|
-
* Insight Title: Column chart long attribute has hyperlink
|
|
1822
|
-
* Insight ID: 87c466b7-e3e0-4a1a-a45a-4ae333bce863
|
|
1823
|
-
*/ ColumnChartLongAttributeHasHyperlink: "87c466b7-e3e0-4a1a-a45a-4ae333bce863",
|
|
1824
|
-
/**
|
|
1825
|
-
* Insight Title: Column chart has many hyperlinks
|
|
1826
|
-
* Insight ID: 9a2ab62b-587a-4b16-9682-1b7962340354
|
|
1827
|
-
*/ ColumnChartHasManyHyperlinks: "9a2ab62b-587a-4b16-9682-1b7962340354",
|
|
1828
|
-
/**
|
|
1829
|
-
* Insight Title: Column chart with Department attribute
|
|
1830
|
-
* Insight ID: b1614db1-3058-4071-a2fe-64a017d318c5
|
|
1831
|
-
*/ ColumnChartWithDepartmentAttribute: "b1614db1-3058-4071-a2fe-64a017d318c5",
|
|
1832
|
-
/**
|
|
1833
|
-
* Insight Title: AD has null value
|
|
1834
|
-
* Insight ID: b3b665b7-bca2-0322-82f1-b86ky73k90f8afe
|
|
1835
|
-
*/ ADHasNullValue: "b3b665b7-bca2-0322-82f1-b86ky73k90f8afe",
|
|
1836
|
-
/**
|
|
1837
|
-
* Insight Title: Parent Insight
|
|
1838
|
-
* Insight ID: b3b665b7-bca2-4462-82f1-b0e01dff8afe
|
|
1839
|
-
*/ ParentInsight: "b3b665b7-bca2-4462-82f1-b0e01dff8afe",
|
|
1840
|
-
/**
|
|
1841
|
-
* Insight Title: Combine with all filter types
|
|
1842
|
-
* Insight ID: ba13041b-87bc-458c-a514-fcc0074c9973
|
|
1843
|
-
*/ CombineWithAllFilterTypes: "ba13041b-87bc-458c-a514-fcc0074c9973",
|
|
1844
|
-
/**
|
|
1845
|
-
* Insight Title: Negative Insight
|
|
1846
|
-
* Insight ID: c1f236a4-b48a-4bf6-a94f-a89d5bde2fe9
|
|
1847
|
-
*/ NegativeInsight: "c1f236a4-b48a-4bf6-a94f-a89d5bde2fe9",
|
|
1848
|
-
/**
|
|
1849
|
-
* Insight Title: many data
|
|
1850
|
-
* Insight ID: dcce2234-9097-47e7-a165-36cdbaa2e134
|
|
1851
|
-
*/ ManyData: "dcce2234-9097-47e7-a165-36cdbaa2e134",
|
|
1852
|
-
/**
|
|
1853
|
-
* Insight Title: No data
|
|
1854
|
-
* Insight ID: f00bd5d5-91da-4139-9e7e-5498d9fe49b5
|
|
1855
|
-
*/ NoData: "f00bd5d5-91da-4139-9e7e-5498d9fe49b5",
|
|
1856
|
-
/**
|
|
1857
|
-
* Insight Title: Column chart has hyperlink
|
|
1858
|
-
* Insight ID: f7a50db1-5d2d-4b1a-82e6-e1648836985c
|
|
1859
|
-
*/ ColumnChartHasHyperlink: "f7a50db1-5d2d-4b1a-82e6-e1648836985c",
|
|
1860
|
-
/**
|
|
1861
|
-
* Insight Title: unmerge cells insight
|
|
1862
|
-
* Insight ID: fb53ecfb-3874-4bee-8612-afecd3fa3e04
|
|
1863
|
-
*/ UnmergeCellsInsight: "fb53ecfb-3874-4bee-8612-afecd3fa3e04",
|
|
1864
|
-
};
|
|
1865
|
-
export const Dashboards = {
|
|
1866
|
-
/**
|
|
1867
|
-
* Dashboard Title: Dashboard column chart has not hyperlink
|
|
1868
|
-
* Dashboard ID: 0de1f35f-994d-4803-b236-ae2549818104
|
|
1869
|
-
*/
|
|
1870
|
-
DashboardColumnChartHasNotHyperlink: "0de1f35f-994d-4803-b236-ae2549818104",
|
|
1871
|
-
/**
|
|
1872
|
-
* Dashboard Title: Dashboard column chart has hyperlinks
|
|
1873
|
-
* Dashboard ID: 2c269aba-2a5a-4d54-8bdb-bbf037645f0f
|
|
1874
|
-
*/ DashboardColumnChartHasHyperlinks: "2c269aba-2a5a-4d54-8bdb-bbf037645f0f",
|
|
1875
|
-
/**
|
|
1876
|
-
* Dashboard Title: KD has null value
|
|
1877
|
-
* Dashboard ID: 5a224af3-902c-4acd-ac75-bfa88d80e044
|
|
1878
|
-
*/ KDHasNullValue: "5a224af3-902c-4acd-ac75-bfa88d80e044",
|
|
1879
|
-
/**
|
|
1880
|
-
* Dashboard Title: KD with No data
|
|
1881
|
-
* Dashboard ID: 61cbcfcd-efee-407f-ba3a-6c3170f50e03
|
|
1882
|
-
*/ KDWithNoData: "61cbcfcd-efee-407f-ba3a-6c3170f50e03",
|
|
1883
|
-
/**
|
|
1884
|
-
* Dashboard Title: Dashboard column chart only measures
|
|
1885
|
-
* Dashboard ID: 6dcf6335-92cf-4b77-981f-a1f4d0763053
|
|
1886
|
-
*/ DashboardColumnChartOnlyMeasures: "6dcf6335-92cf-4b77-981f-a1f4d0763053",
|
|
1887
|
-
/**
|
|
1888
|
-
* Dashboard Title: KD with big insight
|
|
1889
|
-
* Dashboard ID: 75a429f8-6c26-422a-8e0d-9e52981f5403
|
|
1890
|
-
*/ KDWithBigInsight: "75a429f8-6c26-422a-8e0d-9e52981f5403",
|
|
1891
|
-
/**
|
|
1892
|
-
* Dashboard Title: KD using long name metric
|
|
1893
|
-
* Dashboard ID: 7b2cd4c1-bb41-473a-9017-e404cbc630d2
|
|
1894
|
-
*/ KDUsingLongNameMetric: "7b2cd4c1-bb41-473a-9017-e404cbc630d2",
|
|
1895
|
-
/**
|
|
1896
|
-
* Dashboard Title: Target KD has null value
|
|
1897
|
-
* Dashboard ID: a87209e0-c53f-4a6f-abf3-17c7d8d4079e
|
|
1898
|
-
*/ TargetKDHasNullValue: "a87209e0-c53f-4a6f-abf3-17c7d8d4079e",
|
|
1899
|
-
/**
|
|
1900
|
-
* Dashboard Title: Parent Dashboard
|
|
1901
|
-
* Dashboard ID: d1965687-f7bd-41ba-9fa2-f63793d62a62
|
|
1902
|
-
*/ ParentDashboard: "d1965687-f7bd-41ba-9fa2-f63793d62a62",
|
|
1903
|
-
/**
|
|
1904
|
-
* Dashboard Title: KD with merge and unmerge insights
|
|
1905
|
-
* Dashboard ID: dfb03d5e-ba83-4105-badb-0a02e2e668ee
|
|
1906
|
-
*/ KDWithMergeAndUnmergeInsights: "dfb03d5e-ba83-4105-badb-0a02e2e668ee",
|
|
1907
|
-
/**
|
|
1908
|
-
* Dashboard Title: KD with many data insight
|
|
1909
|
-
* Dashboard ID: e1e6e5fe-95bc-41b9-bd8c-d9cf5e88a5d0
|
|
1910
|
-
*/ KDWithManyDataInsight: "e1e6e5fe-95bc-41b9-bd8c-d9cf5e88a5d0",
|
|
1911
|
-
/**
|
|
1912
|
-
* Dashboard Title: KD with invalid insight
|
|
1913
|
-
* Dashboard ID: f50c7076-1d45-4031-a4fd-564459254b12
|
|
1914
|
-
*/ KDWithInvalidInsight: "f50c7076-1d45-4031-a4fd-564459254b12",
|
|
1915
|
-
};
|
|
1916
|
-
//# sourceMappingURL=full.js.map
|