|
| 1 | +{ |
| 2 | + "version": 21, |
| 3 | + "sheets": [ |
| 4 | + { |
| 5 | + "id": "dashboard", |
| 6 | + "name": "Dashboard", |
| 7 | + "colNumber": 26, |
| 8 | + "rowNumber": 100, |
| 9 | + "rows": {}, |
| 10 | + "cols": {}, |
| 11 | + "merges": [], |
| 12 | + "cells": { |
| 13 | + "A1": {"content": "KPI", "style": 1, "border": 1}, |
| 14 | + "B1": {"content": "Target", "style": 1, "border": 1}, |
| 15 | + "C1": {"content": "Actual", "style": 1, "border": 1}, |
| 16 | + "D1": {"content": "Variance", "style": 1, "border": 1}, |
| 17 | + "E1": {"content": "Status", "style": 1, "border": 1}, |
| 18 | + "A2": {"content": "Cost Per Lead"}, |
| 19 | + "B2": {"content": "50", "format": 1}, |
| 20 | + "C2": {"content": "42", "format": 1}, |
| 21 | + "D2": {"content": "=C2-B2", "format": 1}, |
| 22 | + "E2": {"content": "=IF(C2<=B2,\"On Track\",\"Over\")"}, |
| 23 | + "A3": {"content": "Revenue Growth"}, |
| 24 | + "B3": {"content": "0.15", "format": 2}, |
| 25 | + "C3": {"content": "0.12", "format": 2}, |
| 26 | + "D3": {"content": "=C3-B3", "format": 2}, |
| 27 | + "E3": {"content": "=IF(C3>=B3,\"On Track\",\"Below\")"}, |
| 28 | + "A4": {"content": "Customer Churn"}, |
| 29 | + "B4": {"content": "0.05", "format": 2}, |
| 30 | + "C4": {"content": "0.032", "format": 2}, |
| 31 | + "D4": {"content": "=C4-B4", "format": 2}, |
| 32 | + "E4": {"content": "=IF(C4<=B4,\"On Track\",\"High\")"}, |
| 33 | + "A5": {"content": "Avg Deal Size"}, |
| 34 | + "B5": {"content": "25000", "format": 1}, |
| 35 | + "C5": {"content": "28500", "format": 1}, |
| 36 | + "D5": {"content": "=C5-B5", "format": 1}, |
| 37 | + "E5": {"content": "=IF(C5>=B5,\"On Track\",\"Low\")"}, |
| 38 | + "A6": {"content": "NPS Score"}, |
| 39 | + "B6": {"content": "70"}, |
| 40 | + "C6": {"content": "78"}, |
| 41 | + "D6": {"content": "=C6-B6"}, |
| 42 | + "E6": {"content": "=IF(C6>=B6,\"On Track\",\"Low\")"}, |
| 43 | + "A8": {"content": "Last Updated"}, |
| 44 | + "B8": {"content": "2026-03-01"}, |
| 45 | + "A9": {"content": "Updated By"}, |
| 46 | + "B9": {"content": "Admin"} |
| 47 | + }, |
| 48 | + "conditionalFormats": [], |
| 49 | + "figures": [], |
| 50 | + "filterTables": [], |
| 51 | + "tables": [], |
| 52 | + "dataValidationRules": [], |
| 53 | + "comments": {}, |
| 54 | + "headerGroups": {"ROW": [], "COL": []}, |
| 55 | + "areGridLinesVisible": true, |
| 56 | + "isVisible": true |
| 57 | + } |
| 58 | + ], |
| 59 | + "settings": {}, |
| 60 | + "customTableStyles": {}, |
| 61 | + "styles": { |
| 62 | + "1": {"bold": true, "align": "center"} |
| 63 | + }, |
| 64 | + "formats": { |
| 65 | + "1": "$#,##0", |
| 66 | + "2": "0.00%" |
| 67 | + }, |
| 68 | + "borders": { |
| 69 | + "1": { |
| 70 | + "top": ["thin", "#000"], |
| 71 | + "bottom": ["thin", "#000"], |
| 72 | + "left": ["thin", "#000"], |
| 73 | + "right": ["thin", "#000"] |
| 74 | + } |
| 75 | + }, |
| 76 | + "revisionId": "START_REVISION", |
| 77 | + "uniqueFigureIds": true, |
| 78 | + "odooVersion": 12, |
| 79 | + "globalFilters": [], |
| 80 | + "pivots": {}, |
| 81 | + "pivotNextId": 1, |
| 82 | + "lists": {}, |
| 83 | + "listNextId": 1, |
| 84 | + "chartOdooMenusReferences": {} |
| 85 | +} |
0 commit comments