@@ -22,7 +22,7 @@ interactions:
2222 content :
2323 format : ' #,##0'
2424 maql : SELECT COUNT({attribute/customer_id},{attribute/order_line_id})
25- createdAt : 2025-08-07 11:45
25+ createdAt : 2000-01-01 00:00
2626 title : ' # of Active Customers'
2727 id : amount_of_active_customers
2828 links :
@@ -37,7 +37,7 @@ interactions:
3737 content :
3838 format : ' #,##0'
3939 maql : SELECT COUNT({attribute/order_id})
40- createdAt : 2025-08-07 11:45
40+ createdAt : 2000-01-01 00:00
4141 title : ' # of Orders'
4242 id : amount_of_orders
4343 links :
@@ -53,7 +53,7 @@ interactions:
5353 format : ' #,##0'
5454 maql : ' SELECT {metric/amount_of_active_customers} WHERE (SELECT
5555 {metric/revenue} BY {attribute/customer_id}) > 10000 '
56- createdAt : 2025-08-07 11:45
56+ createdAt : 2000-01-01 00:00
5757 title : ' # of Top Customers'
5858 id : amount_of_top_customers
5959 links :
@@ -69,7 +69,7 @@ interactions:
6969 format : ' #,##0.00'
7070 maql : SELECT {metric/amount_of_orders} WHERE NOT ({label/order_status}
7171 IN ("Returned", "Canceled"))
72- createdAt : 2025-08-07 11:45
72+ createdAt : 2000-01-01 00:00
7373 description : ' '
7474 title : ' # of Valid Orders'
7575 id : amount_of_valid_orders
@@ -85,7 +85,7 @@ interactions:
8585 content :
8686 format : $#,##0
8787 maql : SELECT SUM({fact/spend})
88- createdAt : 2025-08-07 11:45
88+ createdAt : 2000-01-01 00:00
8989 title : Campaign Spend
9090 id : campaign_spend
9191 links :
@@ -100,7 +100,7 @@ interactions:
100100 content :
101101 format : $#,##0
102102 maql : SELECT SUM({fact/price}*{fact/quantity})
103- createdAt : 2025-08-07 11:45
103+ createdAt : 2000-01-01 00:00
104104 title : Order Amount
105105 id : order_amount
106106 links :
@@ -115,7 +115,7 @@ interactions:
115115 content :
116116 format : ' #,##0.0%'
117117 maql : SELECT {metric/revenue} / {metric/total_revenue}
118- createdAt : 2025-08-07 11:45
118+ createdAt : 2000-01-01 00:00
119119 title : ' % Revenue'
120120 id : percent_revenue
121121 links :
@@ -131,7 +131,7 @@ interactions:
131131 format : ' #,##0.0%'
132132 maql : " SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\
133133 \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}"
134- createdAt : 2025-08-07 11:45
134+ createdAt : 2000-01-01 00:00
135135 title : ' % Revenue from Top 10 Customers'
136136 id : percent_revenue_from_top_10_customers
137137 links :
@@ -147,7 +147,7 @@ interactions:
147147 format : ' #,##0.0%'
148148 maql : " SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\
149149 \ BY {attribute/customer_id}) > 0)\n /\n {metric/revenue}"
150- createdAt : 2025-08-07 11:45
150+ createdAt : 2000-01-01 00:00
151151 title : ' % Revenue from Top 10% Customers'
152152 id : percent_revenue_from_top_10_percent_customers
153153 links :
@@ -163,7 +163,7 @@ interactions:
163163 format : ' #,##0.0%'
164164 maql : " SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10_percent}\
165165 \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}"
166- createdAt : 2025-08-07 11:45
166+ createdAt : 2000-01-01 00:00
167167 title : ' % Revenue from Top 10% Products'
168168 id : percent_revenue_from_top_10_percent_products
169169 links :
@@ -179,7 +179,7 @@ interactions:
179179 format : ' #,##0.0%'
180180 maql : " SELECT\n (SELECT {metric/revenue} WHERE (SELECT {metric/revenue_top_10}\
181181 \ BY {attribute/product_id}) > 0)\n /\n {metric/revenue}"
182- createdAt : 2025-08-07 11:45
182+ createdAt : 2000-01-01 00:00
183183 title : ' % Revenue from Top 10 Products'
184184 id : percent_revenue_from_top_10_products
185185 links :
@@ -195,7 +195,7 @@ interactions:
195195 format : ' #,##0.0%'
196196 maql : SELECT {metric/revenue} / (SELECT {metric/revenue} BY {attribute/products.category},
197197 ALL OTHER)
198- createdAt : 2025-08-07 11:45
198+ createdAt : 2000-01-01 00:00
199199 title : ' % Revenue in Category'
200200 id : percent_revenue_in_category
201201 links :
@@ -211,7 +211,7 @@ interactions:
211211 format : ' #,##0.0%'
212212 maql : SELECT {metric/revenue} / (SELECT {metric/revenue} BY ALL
213213 {attribute/product_id})
214- createdAt : 2025-08-07 11:45
214+ createdAt : 2000-01-01 00:00
215215 title : ' % Revenue per Product'
216216 id : percent_revenue_per_product
217217 links :
@@ -227,7 +227,7 @@ interactions:
227227 format : $#,##0
228228 maql : SELECT {metric/order_amount} WHERE NOT ({label/order_status}
229229 IN ("Returned", "Canceled"))
230- createdAt : 2025-08-07 11:45
230+ createdAt : 2000-01-01 00:00
231231 description : ' '
232232 title : Revenue
233233 id : revenue
@@ -244,7 +244,7 @@ interactions:
244244 format : $#,##0
245245 maql : SELECT {metric/revenue} WHERE {label/products.category} IN
246246 ("Clothing")
247- createdAt : 2025-08-07 11:45
247+ createdAt : 2000-01-01 00:00
248248 title : Revenue (Clothing)
249249 id : revenue-clothing
250250 links :
@@ -260,7 +260,7 @@ interactions:
260260 format : $#,##0
261261 maql : SELECT {metric/revenue} WHERE {label/products.category} IN
262262 ( "Electronics")
263- createdAt : 2025-08-07 11:45
263+ createdAt : 2000-01-01 00:00
264264 title : Revenue (Electronic)
265265 id : revenue-electronic
266266 links :
@@ -276,7 +276,7 @@ interactions:
276276 format : $#,##0
277277 maql : SELECT {metric/revenue} WHERE {label/products.category} IN
278278 ("Home")
279- createdAt : 2025-08-07 11:45
279+ createdAt : 2000-01-01 00:00
280280 title : Revenue (Home)
281281 id : revenue-home
282282 links :
@@ -292,7 +292,7 @@ interactions:
292292 format : $#,##0
293293 maql : SELECT {metric/revenue} WHERE {label/products.category} IN
294294 ("Outdoor")
295- createdAt : 2025-08-07 11:45
295+ createdAt : 2000-01-01 00:00
296296 title : Revenue (Outdoor)
297297 id : revenue-outdoor
298298 links :
@@ -307,7 +307,7 @@ interactions:
307307 content :
308308 format : $#,##0.0
309309 maql : SELECT AVG(SELECT {metric/revenue} BY {attribute/customer_id})
310- createdAt : 2025-08-07 11:45
310+ createdAt : 2000-01-01 00:00
311311 title : Revenue per Customer
312312 id : revenue_per_customer
313313 links :
@@ -322,7 +322,7 @@ interactions:
322322 content :
323323 format : $#,##0.0
324324 maql : SELECT {metric/revenue} / {metric/campaign_spend}
325- createdAt : 2025-08-07 11:45
325+ createdAt : 2000-01-01 00:00
326326 title : Revenue per Dollar Spent
327327 id : revenue_per_dollar_spent
328328 links :
@@ -337,7 +337,7 @@ interactions:
337337 content :
338338 format : $#,##0
339339 maql : SELECT {metric/revenue} WHERE TOP(10) OF ({metric/revenue})
340- createdAt : 2025-08-07 11:45
340+ createdAt : 2000-01-01 00:00
341341 title : Revenue / Top 10
342342 id : revenue_top_10
343343 links :
@@ -352,7 +352,7 @@ interactions:
352352 content :
353353 format : $#,##0
354354 maql : SELECT {metric/revenue} WHERE TOP(10%) OF ({metric/revenue})
355- createdAt : 2025-08-07 11:45
355+ createdAt : 2000-01-01 00:00
356356 title : Revenue / Top 10%
357357 id : revenue_top_10_percent
358358 links :
@@ -367,7 +367,7 @@ interactions:
367367 content :
368368 format : $#,##0
369369 maql : SELECT {metric/revenue} BY ALL OTHER
370- createdAt : 2025-08-07 11:45
370+ createdAt : 2000-01-01 00:00
371371 title : Total Revenue
372372 id : total_revenue
373373 links :
@@ -382,7 +382,7 @@ interactions:
382382 content :
383383 format : $#,##0
384384 maql : SELECT {metric/total_revenue} WITHOUT PARENT FILTER
385- createdAt : 2025-08-07 11:45
385+ createdAt : 2000-01-01 00:00
386386 title : Total Revenue (No Filters)
387387 id : total_revenue-no_filters
388388 links :
0 commit comments