Skip to content

Commit 2542bc9

Browse files
danielpillaqlik[bot]
andauthored
Feat v1.0.0 (#3)
* feat: v1.0.0 * fix: add assets folder * Unbuilt .qvf files into /diff * fix: remove story and edit About sheet * Unbuilt .qvf files into /diff --------- Co-authored-by: qlik[bot] <username@users.noreply.github.com>
1 parent 05dc916 commit 2542bc9

File tree

48 files changed

+21589
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+21589
-0
lines changed

assets/Report-Analyzer.qvf

832 KB
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"qTitle": "Report Analyzer",
3+
"qThumbnail": {},
4+
"description": "The Report Analyzer provides a comprehensive dashboard to analyze metered report metadata across a Qlik Cloud tenant.\n\nCreated by the Analytics Presales Architecture Team, Qlik\n\n{v1.0.0}",
5+
"qUsage": "ANALYTICS",
6+
"published": false,
7+
"hassectionaccess": false
8+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
script: script.qvs
2+
connections: connections.yml
3+
dimensions: dimensions.json
4+
measures: measures.json
5+
objects: objects/*.json
6+
variables: variables.json
7+
app-properties: app-properties.json
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
connections:
2+
MyDataFiles:
3+
type: qix-datafiles.exe
4+
connectionstring: CUSTOM CONNECT TO "provider=qix-datafiles.exe;path=mydatafiles;"
5+
username:
6+
password:
7+
DataFiles:
8+
type: qix-datafiles.exe
9+
connectionstring: CUSTOM CONNECT TO "provider=qix-datafiles.exe;path=datafiles;"
10+
username:
11+
password:
12+
DataPrepAppCache:
13+
type: qix-datafiles.exe
14+
connectionstring: CUSTOM CONNECT TO "provider=qix-datafiles.exe;path=dataprepappcache;"
15+
username:
16+
password:
Lines changed: 334 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,334 @@
1+
[
2+
{
3+
"qInfo": {
4+
"qId": "umpFPq",
5+
"qType": "dimension"
6+
},
7+
"qDim": {
8+
"qGrouping": "N",
9+
"qFieldDefs": [
10+
"Date"
11+
],
12+
"qFieldLabels": [
13+
"Date"
14+
],
15+
"qAlias": "Date",
16+
"title": "Date",
17+
"coloring": {
18+
"changeHash": "0.5055249906564305",
19+
"hasValueColors": false,
20+
"colorMapRef": "umpFPq"
21+
}
22+
},
23+
"qMetaDef": {
24+
"title": "Date",
25+
"description": "",
26+
"tags": []
27+
}
28+
},
29+
{
30+
"qInfo": {
31+
"qId": "hseLJR",
32+
"qType": "dimension"
33+
},
34+
"qDim": {
35+
"qGrouping": "C",
36+
"qFieldDefs": [
37+
"=YearStart(Date)",
38+
"=Month",
39+
"=Week",
40+
"=Date",
41+
"=Time(Time#(hour(ReportEndTime),'hh'),'h TT')",
42+
"=text([Day Of Week])\r\n",
43+
"=Text([Day Of Month])"
44+
],
45+
"qFieldLabels": [
46+
"Year",
47+
"Month",
48+
"Week",
49+
"Date",
50+
"Time of Day",
51+
"Day of Week",
52+
"Day of Month"
53+
],
54+
"qAlias": "Date Cycle",
55+
"title": "Date Cycle",
56+
"coloring": {
57+
"changeHash": "0.2939411850150262",
58+
"hasValueColors": false,
59+
"colorMapRef": "hseLJR"
60+
}
61+
},
62+
"qMetaDef": {
63+
"title": "Date Cycle",
64+
"description": "",
65+
"tags": []
66+
}
67+
},
68+
{
69+
"qInfo": {
70+
"qId": "TFHPk",
71+
"qType": "dimension"
72+
},
73+
"qDim": {
74+
"qGrouping": "N",
75+
"qFieldDefs": [
76+
"=if(MeteredReport=1 and success=0, _ReportID)"
77+
],
78+
"qFieldLabels": [
79+
"Failed ReportID"
80+
],
81+
"qAlias": "Failed ReportID",
82+
"title": "Failed ReportID",
83+
"coloring": {
84+
"changeHash": "0.42830402007425783",
85+
"hasValueColors": false
86+
}
87+
},
88+
"qMetaDef": {
89+
"title": "Failed ReportID",
90+
"description": "",
91+
"tags": []
92+
}
93+
},
94+
{
95+
"qInfo": {
96+
"qId": "WzGmdJp",
97+
"qType": "dimension"
98+
},
99+
"qDim": {
100+
"qGrouping": "N",
101+
"qFieldDefs": [
102+
"=_ReportID"
103+
],
104+
"qFieldLabels": [
105+
"ReportID"
106+
],
107+
"qAlias": "ReportID",
108+
"title": "ReportID",
109+
"coloring": {
110+
"changeHash": "0.9564796767158601",
111+
"hasValueColors": false,
112+
"colorMapRef": "WzGmdJp"
113+
}
114+
},
115+
"qMetaDef": {
116+
"title": "ReportID",
117+
"description": "",
118+
"tags": []
119+
}
120+
},
121+
{
122+
"qInfo": {
123+
"qId": "UBEEVZ",
124+
"qType": "dimension"
125+
},
126+
"qDim": {
127+
"qGrouping": "N",
128+
"qFieldDefs": [
129+
"=Pick(success+1,'False','True')"
130+
],
131+
"qFieldLabels": [
132+
"Success?"
133+
],
134+
"qAlias": "Success?",
135+
"title": "Success?",
136+
"coloring": {
137+
"changeHash": "0.16162049365461817",
138+
"hasValueColors": false
139+
}
140+
},
141+
"qMetaDef": {
142+
"title": "Success?",
143+
"description": "",
144+
"tags": []
145+
}
146+
},
147+
{
148+
"qInfo": {
149+
"qId": "ywedaDP",
150+
"qType": "dimension"
151+
},
152+
"qDim": {
153+
"qGrouping": "N",
154+
"qFieldDefs": [
155+
"=Timestamp(ReportEndTime)"
156+
],
157+
"qFieldLabels": [
158+
"Report End Time"
159+
],
160+
"qAlias": "Report End Time",
161+
"title": "Report End Time",
162+
"coloring": {
163+
"changeHash": "0.6865678741083749",
164+
"hasValueColors": false
165+
}
166+
},
167+
"qMetaDef": {
168+
"title": "Report End Time",
169+
"description": "",
170+
"tags": []
171+
}
172+
},
173+
{
174+
"qInfo": {
175+
"qId": "PnATYn",
176+
"qType": "dimension"
177+
},
178+
"qDim": {
179+
"qGrouping": "N",
180+
"qFieldDefs": [
181+
"=Timestamp(ReportStartTime)"
182+
],
183+
"qFieldLabels": [
184+
"Report Start Time"
185+
],
186+
"qAlias": "Report Start Time",
187+
"title": "Report Start Time",
188+
"coloring": {
189+
"changeHash": "0.8040405997581166",
190+
"hasValueColors": false
191+
}
192+
},
193+
"qMetaDef": {
194+
"title": "Report Start Time",
195+
"description": "",
196+
"tags": []
197+
}
198+
},
199+
{
200+
"qInfo": {
201+
"qId": "QTDZwF",
202+
"qType": "dimension"
203+
},
204+
"qDim": {
205+
"qGrouping": "N",
206+
"qFieldDefs": [
207+
"=MonthName(ReportEndTime)"
208+
],
209+
"qFieldLabels": [
210+
"Year Month"
211+
],
212+
"qAlias": "Year Month",
213+
"title": "Year Month",
214+
"coloring": {
215+
"changeHash": "0.38133377970874216",
216+
"hasValueColors": false
217+
}
218+
},
219+
"qMetaDef": {
220+
"title": "Year Month",
221+
"description": "",
222+
"tags": []
223+
}
224+
},
225+
{
226+
"qInfo": {
227+
"qId": "JpgDgv",
228+
"qType": "dimension"
229+
},
230+
"qDim": {
231+
"qGrouping": "N",
232+
"qFieldDefs": [
233+
"UserName"
234+
],
235+
"qFieldLabels": [
236+
"User"
237+
],
238+
"qAlias": "User",
239+
"title": "User",
240+
"coloring": {
241+
"changeHash": "0.40507514266591604",
242+
"hasValueColors": false
243+
}
244+
},
245+
"qMetaDef": {
246+
"title": "User",
247+
"description": "",
248+
"tags": []
249+
}
250+
},
251+
{
252+
"qInfo": {
253+
"qId": "bBcxvf",
254+
"qType": "dimension"
255+
},
256+
"qDim": {
257+
"qGrouping": "N",
258+
"qFieldDefs": [
259+
"AppName"
260+
],
261+
"qFieldLabels": [
262+
"App"
263+
],
264+
"qAlias": "App",
265+
"title": "App",
266+
"coloring": {
267+
"changeHash": "0.871948834780047",
268+
"hasValueColors": false
269+
}
270+
},
271+
"qMetaDef": {
272+
"title": "App",
273+
"description": "",
274+
"tags": []
275+
}
276+
},
277+
{
278+
"qInfo": {
279+
"qId": "JrFcZw",
280+
"qType": "dimension"
281+
},
282+
"qDim": {
283+
"qGrouping": "N",
284+
"qFieldDefs": [
285+
"MeteredReportEvent"
286+
],
287+
"qFieldLabels": [
288+
"Report Event"
289+
],
290+
"qAlias": "Report Event",
291+
"title": "Report Event",
292+
"coloring": {
293+
"changeHash": "0.5399179844596096",
294+
"hasValueColors": false
295+
}
296+
},
297+
"qMetaDef": {
298+
"title": "Report Event",
299+
"description": "",
300+
"tags": []
301+
}
302+
},
303+
{
304+
"qInfo": {
305+
"qId": "JWqwj",
306+
"qType": "dimension"
307+
},
308+
"qDim": {
309+
"qGrouping": "C",
310+
"qFieldDefs": [
311+
"=AppName",
312+
"=MeteredReportEvent",
313+
"=UserName"
314+
],
315+
"qFieldLabels": [
316+
"App",
317+
"Reporting Event",
318+
"Executor"
319+
],
320+
"qAlias": "Dimension Cycle",
321+
"title": "Dimension Cycle",
322+
"coloring": {
323+
"changeHash": "0.47426402874429296",
324+
"hasValueColors": false,
325+
"colorMapRef": "JWqwj"
326+
}
327+
},
328+
"qMetaDef": {
329+
"title": "Dimension Cycle",
330+
"description": "",
331+
"tags": []
332+
}
333+
}
334+
]
97.7 KB
Loading
86.4 KB
Loading
107 KB
Loading
165 KB
Loading
16.1 KB
Loading

0 commit comments

Comments
 (0)