mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
15 lines
468 B
JSON
15 lines
468 B
JSON
{
|
|
"metabaseId": 11,
|
|
"name": "Revenue filtered",
|
|
"description": null,
|
|
"type": "question",
|
|
"databaseId": 42,
|
|
"collectionId": 5,
|
|
"archived": false,
|
|
"resolvedSql": "SELECT day, revenue_cents FROM ({{#10}}) WHERE revenue_cents > 0",
|
|
"templateTags": [{ "name": "base", "type": "card", "defaultValue": null, "cardReference": 10 }],
|
|
"resultMetadata": [],
|
|
"collectionPath": ["Orders Team"],
|
|
"referencedCardIds": [10],
|
|
"resolutionStatus": "resolved"
|
|
}
|