1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 05:40:09 +00:00
bramw_baserow/backend/templates/business-goal-tracker-okrs.json
2024-12-12 09:59:46 +01:00

21826 lines
No EOL
1.1 MiB

{
"baserow_template_version": 1,
"name": "Business Goal Tracker (OKRs)",
"icon": "iconoir-okrs",
"keywords": [
"OKR",
"objectives and key results",
"goal tracker",
"business goal tracker",
"objectives tracker",
"progress tracker"
],
"categories": [
"Business Strategy"
],
"export": [
{
"id": 447,
"name": "Business Goal Tracker",
"order": 1,
"type": "database",
"tables": [
{
"id": 2057,
"name": "Objectives",
"order": 1,
"fields": [
{
"id": 19084,
"type": "formula",
"name": "ID",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "concat( \n \"OBJ\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 19085,
"type": "link_row",
"name": "Department",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2062,
"link_row_related_field_id": 19165,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19086,
"type": "text",
"name": "Title",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19087,
"type": "long_text",
"name": "Description",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 19088,
"type": "link_row",
"name": "Leader",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2060,
"link_row_related_field_id": 19150,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19089,
"type": "created_on",
"name": "Date created",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": "Asia/Singapore"
},
{
"id": 19090,
"type": "last_modified",
"name": "Date updated",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": "Asia/Singapore"
},
{
"id": 19091,
"type": "formula",
"name": "Key result count",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "if( \n or( \n isblank(join(field(\"Related key results\"), \"\")), \n length(join(field(\"Related key results\"), \"\")) < 1 \n ), \n \"N/A\", \n count(field(\"Related key results\")) \n)",
"formula_type": "text"
},
{
"id": 19092,
"type": "long_text",
"name": "Additional notes",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 19093,
"type": "formula",
"name": "Department for sorting",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "join(totext(field(\"Department\")), \"\")",
"formula_type": "text"
},
{
"id": 19094,
"type": "link_row",
"name": "Related key results",
"description": null,
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2058,
"link_row_related_field_id": 19103,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19095,
"type": "link_row",
"name": "Parent objective ID",
"description": null,
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2057,
"link_row_related_field_id": null,
"link_row_limit_selection_view_id": null,
"has_related_field": false
},
{
"id": 19096,
"type": "formula",
"name": "Progress status (%)",
"description": null,
"order": 16,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "round( \n avg( \n filter( \n lookup(\"Related key results\", \"Progress status (%)\"), \n and( \n totext(lookup(\"Related key results\", \"Status\")) != \"New\", \n totext(lookup(\"Related key results\", \"Status\")) != \"Cancelled\" \n ) \n ) \n ), \n 2 \n)",
"formula_type": "number"
},
{
"id": 19097,
"type": "formula",
"name": "Is department leader match",
"description": null,
"order": 18,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "if( \n any(lookup(\"Leader\", \"Department\") = field(\"Department\")), \n True, \n False \n)",
"formula_type": "boolean"
},
{
"id": 19098,
"type": "single_select",
"name": "Target period",
"description": null,
"order": 20,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 10722,
"value": "2024-Q1",
"color": "dark-blue",
"order": 0
},
{
"id": 10723,
"value": "2024-Q2",
"color": "blue",
"order": 1
},
{
"id": 10724,
"value": "2024-Q3",
"color": "light-blue",
"order": 2
},
{
"id": 10725,
"value": "2024-Q4",
"color": "light-gray",
"order": 3
},
{
"id": 10726,
"value": "2025-Q1",
"color": "orange",
"order": 4
},
{
"id": 10727,
"value": "2025-Q2",
"color": "orange",
"order": 5
},
{
"id": 10728,
"value": "2025-Q3",
"color": "orange",
"order": 6
},
{
"id": 10729,
"value": "2025-Q4",
"color": "orange",
"order": 7
},
{
"id": 10730,
"value": "YYYY-QX",
"color": "dark-red",
"order": 8
}
]
},
{
"id": 19099,
"type": "formula",
"name": "Status",
"description": null,
"order": 21,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "if( \n or( \n isblank(join(field(\"Related key results\"), \"\")), \n length(join(field(\"Related key results\"), \"\")) < 1 \n ), \n \"\", \n if( \n any(totext(lookup(\"Related key results\", \"Status\")) = \"Missed\"), \n \"\u274c Missed\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"Cancelled\"), \n \"\u2702\ufe0f Cancelled\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"On hold\"), \n \"\ud83e\udd76 On hold\", \n if( \n or( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"Completed\"), \n avg(lookup(\"Related key results\", \"Progress status (%)\")) = 100 \n ), \n \"\ud83c\udfc6 Achieved\", \n if( \n or( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"In progress\"), \n avg(lookup(\"Related key results\", \"Progress status (%)\")) > 0 \n ), \n \"\u23f3 In progress\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"New\"), \n \"\ud83d\udca1 New\", \n if( \n every(totext(lookup(\"Related key results\", \"Status\")) = \"Scheduled\"), \n \"\ud83d\udcc6 Scheduled\", \n if( \n any(totext(lookup(\"Related key results\", \"Status\")) = \"Scheduled\"), \n \"\ud83d\udcc6 Scheduled\", \n \"\ud83d\udca1 New\" \n ) \n ) \n ) \n ) \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 19100,
"type": "rollup",
"name": "Department name",
"description": null,
"order": 22,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": true,
"error": null,
"date_include_time": null,
"duration_format": null,
"through_field_id": 19085,
"target_field_id": 19160,
"rollup_function": "min"
},
{
"id": 19101,
"type": "rollup",
"name": "Leader name",
"description": null,
"order": 23,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": true,
"error": null,
"date_include_time": null,
"duration_format": null,
"through_field_id": 19088,
"target_field_id": 19131,
"rollup_function": "min"
}
],
"views": [
{
"id": 7945,
"type": "grid",
"name": "All objectives",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5635,
"field_id": 19098,
"order": "ASC"
},
{
"id": 5636,
"field_id": 19093,
"order": "ASC"
},
{
"id": 5637,
"field_id": 19096,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1594,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 19097,
"value": "",
"group": null
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1595,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 19099,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 19099,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 19099,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 19099,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56491,
"field_id": 19084,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56492,
"field_id": 19085,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56493,
"field_id": 19100,
"width": 186,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56494,
"field_id": 19098,
"width": 155,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56495,
"field_id": 19086,
"width": 263,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56496,
"field_id": 19087,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56497,
"field_id": 19088,
"width": 141,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56498,
"field_id": 19101,
"width": 200,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56499,
"field_id": 19095,
"width": 188,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56500,
"field_id": 19099,
"width": 119,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56501,
"field_id": 19096,
"width": 193,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56502,
"field_id": 19091,
"width": 159,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56503,
"field_id": 19092,
"width": 181,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56504,
"field_id": 19089,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56505,
"field_id": 19090,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56506,
"field_id": 19094,
"width": 176,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56507,
"field_id": 19093,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56508,
"field_id": 19097,
"width": 231,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7946,
"type": "grid",
"name": "All objectives in progress",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4873,
"field_id": 19099,
"type": "equal",
"value": "\u23f3 In progress",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5638,
"field_id": 19098,
"order": "ASC"
},
{
"id": 5639,
"field_id": 19093,
"order": "ASC"
},
{
"id": 5640,
"field_id": 19096,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1596,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 19097,
"value": "",
"group":null
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1597,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 19099,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 19099,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 19099,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 19099,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56509,
"field_id": 19084,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56510,
"field_id": 19085,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56511,
"field_id": 19100,
"width": 186,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56512,
"field_id": 19098,
"width": 155,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56513,
"field_id": 19086,
"width": 263,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56514,
"field_id": 19087,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56515,
"field_id": 19088,
"width": 141,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56516,
"field_id": 19101,
"width": 200,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56517,
"field_id": 19095,
"width": 188,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56518,
"field_id": 19099,
"width": 119,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56519,
"field_id": 19096,
"width": 193,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56520,
"field_id": 19091,
"width": 159,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56521,
"field_id": 19092,
"width": 181,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56522,
"field_id": 19089,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56523,
"field_id": 19090,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56524,
"field_id": 19094,
"width": 176,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56525,
"field_id": 19093,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56526,
"field_id": 19097,
"width": 231,
"hidden": true,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7947,
"type": "grid",
"name": "All objectives grouped by Department",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5641,
"field_id": 19098,
"order": "ASC"
},
{
"id": 5642,
"field_id": 19093,
"order": "ASC"
},
{
"id": 5643,
"field_id": 19096,
"order": "ASC"
}
],
"group_bys": [
{
"id": 234,
"field_id": 19100,
"order": "ASC"
}
],
"decorations": [
{
"id": 1598,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 19097,
"value": "",
"group": null
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1599,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 19099,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 19099,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 19099,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 19099,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56527,
"field_id": 19084,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56528,
"field_id": 19085,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56529,
"field_id": 19100,
"width": 186,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56530,
"field_id": 19098,
"width": 155,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56531,
"field_id": 19086,
"width": 263,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56532,
"field_id": 19087,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56533,
"field_id": 19088,
"width": 141,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56534,
"field_id": 19101,
"width": 200,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56535,
"field_id": 19095,
"width": 188,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56536,
"field_id": 19099,
"width": 119,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56537,
"field_id": 19096,
"width": 193,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56538,
"field_id": 19091,
"width": 159,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56539,
"field_id": 19092,
"width": 181,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56540,
"field_id": 19089,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56541,
"field_id": 19090,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56542,
"field_id": 19094,
"width": 176,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56543,
"field_id": 19093,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56544,
"field_id": 19097,
"width": 231,
"hidden": true,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7948,
"type": "grid",
"name": "All objectives grouped by Leader",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5644,
"field_id": 19098,
"order": "ASC"
},
{
"id": 5645,
"field_id": 19093,
"order": "ASC"
},
{
"id": 5646,
"field_id": 19096,
"order": "ASC"
}
],
"group_bys": [
{
"id": 235,
"field_id": 19101,
"order": "ASC"
}
],
"decorations": [
{
"id": 1600,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 19097,
"value": "",
"group": null
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1601,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 19099,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 19099,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 19099,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 19099,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56545,
"field_id": 19084,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56546,
"field_id": 19085,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56547,
"field_id": 19100,
"width": 186,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56548,
"field_id": 19098,
"width": 155,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56549,
"field_id": 19086,
"width": 263,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56550,
"field_id": 19087,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56551,
"field_id": 19088,
"width": 141,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56552,
"field_id": 19101,
"width": 200,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56553,
"field_id": 19095,
"width": 188,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56554,
"field_id": 19099,
"width": 119,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56555,
"field_id": 19096,
"width": 193,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56556,
"field_id": 19091,
"width": 159,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56557,
"field_id": 19092,
"width": 181,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56558,
"field_id": 19089,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56559,
"field_id": 19090,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56560,
"field_id": 19094,
"width": 176,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56561,
"field_id": 19093,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56562,
"field_id": 19097,
"width": 231,
"hidden": true,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7949,
"type": "grid",
"name": "All objectives grouped by Status",
"order": 6,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5647,
"field_id": 19098,
"order": "ASC"
},
{
"id": 5648,
"field_id": 19093,
"order": "ASC"
},
{
"id": 5649,
"field_id": 19096,
"order": "ASC"
}
],
"group_bys": [
{
"id": 236,
"field_id": 19099,
"order": "ASC"
}
],
"decorations": [
{
"id": 1602,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 19097,
"value": "",
"group": null
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1603,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 19099,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 19099,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 19099,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 19099,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56563,
"field_id": 19084,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56564,
"field_id": 19085,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56565,
"field_id": 19100,
"width": 186,
"hidden": true,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56566,
"field_id": 19098,
"width": 155,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56567,
"field_id": 19086,
"width": 263,
"hidden": false,
"order": 4,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56568,
"field_id": 19087,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56569,
"field_id": 19088,
"width": 141,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56570,
"field_id": 19101,
"width": 200,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56571,
"field_id": 19095,
"width": 188,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56572,
"field_id": 19099,
"width": 119,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56573,
"field_id": 19096,
"width": 193,
"hidden": false,
"order": 10,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56574,
"field_id": 19091,
"width": 159,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56575,
"field_id": 19092,
"width": 181,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56576,
"field_id": 19089,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56577,
"field_id": 19090,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56578,
"field_id": 19094,
"width": 176,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56579,
"field_id": 19093,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56580,
"field_id": 19097,
"width": 231,
"hidden": true,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7950,
"type": "grid",
"name": "Objectives for 2024-Q1",
"order": 7,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4874,
"field_id": 19098,
"type": "single_select_equal",
"value": "10722",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5650,
"field_id": 19098,
"order": "ASC"
},
{
"id": 5651,
"field_id": 19093,
"order": "ASC"
},
{
"id": 5652,
"field_id": 19096,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1604,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 19097,
"value": "",
"group": null
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1605,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 19099,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 19099,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 19099,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 19099,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56581,
"field_id": 19084,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56582,
"field_id": 19085,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56583,
"field_id": 19098,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56584,
"field_id": 19086,
"width": 263,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56585,
"field_id": 19087,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56586,
"field_id": 19088,
"width": 141,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56587,
"field_id": 19095,
"width": 176,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56588,
"field_id": 19099,
"width": 106,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56589,
"field_id": 19096,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56590,
"field_id": 19091,
"width": 159,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56591,
"field_id": 19092,
"width": 181,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56592,
"field_id": 19089,
"width": 149,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56593,
"field_id": 19090,
"width": 149,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56594,
"field_id": 19094,
"width": 176,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56595,
"field_id": 19093,
"width": 201,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56596,
"field_id": 19097,
"width": 231,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56597,
"field_id": 19100,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56598,
"field_id": 19101,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7951,
"type": "grid",
"name": "Objectives for 2024-Q2",
"order": 8,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4875,
"field_id": 19098,
"type": "single_select_equal",
"value": "10723",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5653,
"field_id": 19098,
"order": "ASC"
},
{
"id": 5654,
"field_id": 19093,
"order": "ASC"
},
{
"id": 5655,
"field_id": 19096,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1606,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 19097,
"value": "",
"group": null
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1607,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 19099,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 19099,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 19099,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 19099,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56599,
"field_id": 19084,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56600,
"field_id": 19085,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56601,
"field_id": 19098,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56602,
"field_id": 19086,
"width": 263,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56603,
"field_id": 19087,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56604,
"field_id": 19088,
"width": 141,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56605,
"field_id": 19095,
"width": 176,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56606,
"field_id": 19099,
"width": 106,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56607,
"field_id": 19096,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56608,
"field_id": 19091,
"width": 159,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56609,
"field_id": 19092,
"width": 181,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56610,
"field_id": 19089,
"width": 149,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56611,
"field_id": 19090,
"width": 149,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56612,
"field_id": 19094,
"width": 176,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56613,
"field_id": 19093,
"width": 201,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56614,
"field_id": 19097,
"width": 231,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56615,
"field_id": 19100,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56616,
"field_id": 19101,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7952,
"type": "grid",
"name": "Objectives for 2024-Q3",
"order": 9,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4876,
"field_id": 19098,
"type": "single_select_equal",
"value": "10724",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5656,
"field_id": 19098,
"order": "ASC"
},
{
"id": 5657,
"field_id": 19093,
"order": "ASC"
},
{
"id": 5658,
"field_id": 19096,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1608,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ac28fea0-a552-4e10-8dc5-0bbe6fdbada7",
"color": "dark-orange",
"filters": [
{
"id": "8690a169-1fee-41d5-aff9-295a0cdaf126",
"type": "boolean",
"field": 19097,
"value": "",
"group": null
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1609,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a3fff4b1-5b5e-46db-99f3-ae4bd082c7e1",
"color": "light-green",
"filters": [
{
"id": "341518e9-110f-479d-8144-44443caa1f91",
"type": "contains",
"field": 19099,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "5796b9a9-a466-4d09-9ea6-d9c84cba0494",
"color": "light-red",
"filters": [
{
"id": "201a1b02-38ce-4f42-a16f-12ffa1b4b784",
"type": "contains",
"field": 19099,
"value": "Missed"
},
{
"id": "01bc9f8a-9e0c-4c95-af17-2e6fc668c1b1",
"type": "contains",
"field": 19099,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "4b4b9901-850c-414c-bfdd-c8c19560873a",
"color": "light-orange",
"filters": [
{
"id": "41b386de-64bc-4bdf-8a03-125fd78d9a91",
"type": "contains",
"field": 19099,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56617,
"field_id": 19084,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56618,
"field_id": 19085,
"width": 166,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56619,
"field_id": 19098,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56620,
"field_id": 19086,
"width": 263,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56621,
"field_id": 19087,
"width": 200,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56622,
"field_id": 19088,
"width": 141,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56623,
"field_id": 19095,
"width": 176,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56624,
"field_id": 19099,
"width": 106,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56625,
"field_id": 19096,
"width": 176,
"hidden": false,
"order": 8,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56626,
"field_id": 19091,
"width": 159,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56627,
"field_id": 19092,
"width": 181,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56628,
"field_id": 19089,
"width": 149,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56629,
"field_id": 19090,
"width": 149,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56630,
"field_id": 19094,
"width": 176,
"hidden": true,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56631,
"field_id": 19093,
"width": 201,
"hidden": true,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56632,
"field_id": 19097,
"width": 231,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56633,
"field_id": 19100,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56634,
"field_id": 19101,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7953,
"type": "kanban",
"name": "By target period",
"order": 10,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 1610,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a660d6c1-3d28-410f-a388-0a50704cc1cd",
"color": "dark-orange",
"filters": [
{
"id": "af1b5327-9862-48cc-94da-da57cb0c99ec",
"type": "boolean",
"field": 19097,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1611,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "87ada9af-68a6-4597-9dcc-6e4b53184c7c",
"color": "light-green",
"filters": [
{
"id": "68da81ca-fc29-4452-8d47-9c1d1f749167",
"type": "contains",
"field": 19099,
"value": "Achieved"
}
],
"operator": "AND"
},
{
"id": "f6e77d87-069c-4a93-a856-65838c7b9718",
"color": "light-red",
"filters": [
{
"id": "ddc9c469-2025-45d9-95ba-bbb314b28f5c",
"type": "contains",
"field": 19099,
"value": "Missed"
},
{
"id": "cff942e4-51e8-497d-b4a6-c968cb759892",
"type": "contains",
"field": 19099,
"value": "Cancelled"
}
],
"operator": "OR"
},
{
"id": "ca5a74af-f514-4549-8b16-b9554458c54f",
"color": "light-orange",
"filters": [
{
"id": "b5ab3f52-b0e6-41a5-92ba-b0d9255cf677",
"type": "contains",
"field": 19099,
"value": "On hold"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"single_select_field_id": 19098,
"field_options": [
{
"id": 10105,
"field_id": 19084,
"hidden": false,
"order": 1
},
{
"id": 10106,
"field_id": 19085,
"hidden": false,
"order": 2
},
{
"id": 10107,
"field_id": 19086,
"hidden": false,
"order": 3
},
{
"id": 10108,
"field_id": 19087,
"hidden": false,
"order": 4
},
{
"id": 10109,
"field_id": 19088,
"hidden": false,
"order": 5
},
{
"id": 10110,
"field_id": 19089,
"hidden": true,
"order": 6
},
{
"id": 10111,
"field_id": 19090,
"hidden": true,
"order": 7
},
{
"id": 10112,
"field_id": 19091,
"hidden": true,
"order": 8
},
{
"id": 10113,
"field_id": 19092,
"hidden": true,
"order": 9
},
{
"id": 10114,
"field_id": 19093,
"hidden": true,
"order": 10
},
{
"id": 10115,
"field_id": 19094,
"hidden": true,
"order": 11
},
{
"id": 10116,
"field_id": 19099,
"hidden": true,
"order": 12
},
{
"id": 10117,
"field_id": 19096,
"hidden": true,
"order": 13
},
{
"id": 10118,
"field_id": 19095,
"hidden": true,
"order": 14
},
{
"id": 10119,
"field_id": 19097,
"hidden": true,
"order": 15
},
{
"id": 10120,
"field_id": 19098,
"hidden": true,
"order": 16
}
]
},
{
"id": 7954,
"type": "form",
"name": "Add objective",
"order": 11,
"ownership_type": "collaborative",
"owned_by": null,
"public": false,
"title": "Add a new goal",
"description": "",
"cover_image": {
"name": "5OhoU05dscxlh8M50xzWrARUp0QRbTJx_ddf9d954de898db47bb2df2a03c0af4eb23760208e68445d3ce48d93d0233262.jpg",
"original_name": "Header.Target.09.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A new objective or goal was successfully added to the database. Please reload this page to add more.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 9530,
"field_id": 19085,
"name": "",
"description": "Please select the department within your organization for which this goal or objective is intended.",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9531,
"field_id": 19098,
"name": "",
"description": "Please select the time frame for completing and tracking this objective and its key results. OKRs are typically set per quarter, so an example would be the year and quarter in which the goal is to be completed (e.g., \"2024-Q3\").",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9532,
"field_id": 19086,
"name": "",
"description": "Please give this objective a name or a brief summary.",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9533,
"field_id": 19087,
"name": "",
"description": "Type below a detailed explanation or description of this objective.",
"enabled": true,
"required": false,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9534,
"field_id": 19095,
"name": "",
"description": "If applicable, select the parent objective ID for which this child objective is intended. This is for more complex goal structures in which this objective may be a key result of a top-level goal.",
"enabled": true,
"required": false,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9535,
"field_id": 19088,
"name": "",
"description": "Select the team leader who is supposed to oversee or be in charge of achieving this objective.",
"enabled": true,
"required": false,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9536,
"field_id": 19092,
"name": "",
"description": "Enter any additional remarks about this objective.",
"enabled": true,
"required": false,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9537,
"field_id": 19084,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9538,
"field_id": 19089,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9539,
"field_id": 19090,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9540,
"field_id": 19091,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9541,
"field_id": 19093,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9542,
"field_id": 19094,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9543,
"field_id": 19096,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9544,
"field_id": 19097,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9545,
"field_id": 19099,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9546,
"field_id": 19100,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9547,
"field_id": 19101,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-10-06T15:47:09.309723+00:00",
"updated_on": "2024-04-30T07:39:37.731564+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19084": null,
"field_19085": [
8
],
"field_19086": "Increase company revenue",
"field_19087": "Our objective is to increase company revenue by 15% by the end of the quarter. To do this, we will focus on growing our product line, making sure customers are happy, and putting more effort into sales and marketing.",
"field_19088": [
1
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_19093": null,
"field_19094": [],
"field_19095": [],
"field_19096": null,
"field_19097": null,
"field_19098": 10722,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-10-06T15:47:09.309819+00:00",
"updated_on": "2023-02-03T02:58:09.534855+00:00",
"field_19084": null,
"field_19085": [
8
],
"field_19086": "Achieve higher customer satisfaction",
"field_19087": "By the end of the quarter, we hope to have increased customer satisfaction by 10%. This, we believe, will increase customer loyalty and repeat business, as well as improve word-of-mouth recommendations.",
"field_19088": [
5
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_19093": null,
"field_19094": [],
"field_19095": [],
"field_19096": null,
"field_19097": null,
"field_19098": 10722,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-10-06T15:47:09.309876+00:00",
"updated_on": "2023-02-03T02:06:23.119323+00:00",
"field_19084": null,
"field_19085": [
7
],
"field_19086": "Improve on our previous quarters sales performance",
"field_19087": "Our goal is to increase sales by 15% over the previous quarter. This, we believe, will be accomplished through a combination of new product launches, increased marketing efforts, and enhanced sales processes.",
"field_19088": [
3
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
1,
2
],
"field_19095": [
1
],
"field_19096": null,
"field_19097": null,
"field_19098": 10722,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-10-06T15:47:09.309925+00:00",
"updated_on": "2024-04-30T12:09:20.024864+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19084": null,
"field_19085": [
4
],
"field_19086": "Reduce operational costs by 10%",
"field_19087": "Our goal for the coming quarter is to cut operational costs by 10%. This will assist us in increasing profitability and developing a more sustainable business model.",
"field_19088": [
3
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "Other executives are monitoring the progress of this objective too.",
"field_19093": null,
"field_19094": [
3
],
"field_19095": [
1
],
"field_19096": null,
"field_19097": null,
"field_19098": 10722,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-10-06T15:47:09.309970+00:00",
"updated_on": "2023-02-03T02:06:23.173687+00:00",
"field_19084": null,
"field_19085": [
6
],
"field_19086": "Increase number of active users by 20%",
"field_19087": "Our goal for the next quarter is to increase the number of active users by 20%. This will assist us in increasing user engagement and revenue through increased usage.",
"field_19088": [
4
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
4,
5
],
"field_19095": [
1
],
"field_19096": null,
"field_19097": null,
"field_19098": 10722,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310011+00:00",
"updated_on": "2023-02-03T02:06:23.197936+00:00",
"field_19084": null,
"field_19085": [
1
],
"field_19086": "Develop new products",
"field_19087": "Within the next quarter, we hope to develop and launch two new products. This will allow us to broaden our product line and increase revenue by introducing new products.",
"field_19088": [
2
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
6,
7,
8,
9
],
"field_19095": [
1
],
"field_19096": null,
"field_19097": null,
"field_19098": 10722,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310055+00:00",
"updated_on": "2023-02-03T02:06:23.230979+00:00",
"field_19084": null,
"field_19085": [
1
],
"field_19086": "Review our products' quality",
"field_19087": "Our goal is to evaluate and enhance the quality of our existing items. This will assist us in ensuring customer happiness, enhancing customer loyalty, and decreasing returns and warranty claims.",
"field_19088": [
2
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
10,
11
],
"field_19095": [
2
],
"field_19096": null,
"field_19097": null,
"field_19098": 10722,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310086+00:00",
"updated_on": "2023-02-03T02:06:23.258950+00:00",
"field_19084": null,
"field_19085": [
7
],
"field_19086": "Expand our customer service",
"field_19087": "Our objective is to expand and improve our customer service offerings. This will help us to provide better support to our customers, increase customer satisfaction, and reduce customer churn.",
"field_19088": [
5
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
12,
13
],
"field_19095": [
2
],
"field_19096": null,
"field_19097": null,
"field_19098": 10722,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310115+00:00",
"updated_on": "2023-02-03T02:06:23.283937+00:00",
"field_19084": null,
"field_19085": [
7
],
"field_19086": "Enhance skills of our customer service team",
"field_19087": "To that end, we're working to strengthen the abilities of our support staff. We can improve our customer service, which will lead to happier clients who are less likely to leave us as a result.",
"field_19088": [
5
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
14,
15
],
"field_19095": [
2
],
"field_19096": null,
"field_19097": null,
"field_19098": 10722,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310143+00:00",
"updated_on": "2023-02-03T02:06:23.308441+00:00",
"field_19084": null,
"field_19085": [
7
],
"field_19086": "Come up with incentives for our new customers",
"field_19087": "To acquire and retain customers, we provide fresh incentives. This will boost revenue, customer retention, and acquisition.",
"field_19088": [
5
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
16,
17
],
"field_19095": [
2
],
"field_19096": null,
"field_19097": null,
"field_19098": 10722,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310172+00:00",
"updated_on": "2023-02-03T02:58:12.669625+00:00",
"field_19084": null,
"field_19085": [
8
],
"field_19086": "Increase company revenue",
"field_19087": "Our objective is to increase company revenue by 15% by the end of the quarter. To do this, we will focus on growing our product line, making sure customers are happy, and putting more effort into sales and marketing.",
"field_19088": [
1
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_19093": null,
"field_19094": [],
"field_19095": [],
"field_19096": null,
"field_19097": null,
"field_19098": 10723,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310199+00:00",
"updated_on": "2023-02-03T02:58:13.974873+00:00",
"field_19084": null,
"field_19085": [
8
],
"field_19086": "Achieve higher customer retention rate",
"field_19087": "By the end of the quarter, we hope to have increased customer satisfaction by 10%. This, we believe, will increase customer loyalty and repeat business, as well as improve word-of-mouth recommendations.",
"field_19088": [
5
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_19093": null,
"field_19094": [],
"field_19095": [],
"field_19096": null,
"field_19097": null,
"field_19098": 10723,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310227+00:00",
"updated_on": "2023-02-03T02:06:23.387086+00:00",
"field_19084": null,
"field_19085": [
7
],
"field_19086": "Improve on our previous quarters sales performance",
"field_19087": "Our goal is to increase sales by 15% over the previous quarter. This, we believe, will be accomplished through a combination of new product launches, increased marketing efforts, and enhanced sales processes.",
"field_19088": [
3
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
18,
19
],
"field_19095": [
11
],
"field_19096": null,
"field_19097": null,
"field_19098": 10723,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310256+00:00",
"updated_on": "2023-02-03T02:43:24.503706+00:00",
"field_19084": null,
"field_19085": [
6
],
"field_19086": "Increase number of active users by 30%",
"field_19087": "Our goal for the next quarter is to increase the number of active users by 30%. This will assist us in increasing user engagement and revenue through increased usage.",
"field_19088": [
4
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "Other executives are monitoring the progress of this objective too.",
"field_19093": null,
"field_19094": [
20,
21
],
"field_19095": [
11
],
"field_19096": null,
"field_19097": null,
"field_19098": 10723,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310283+00:00",
"updated_on": "2023-02-03T02:06:23.637575+00:00",
"field_19084": null,
"field_19085": [
1
],
"field_19086": "Develop new products",
"field_19087": "Within the next quarter, we hope to develop and launch two new products. This will allow us to broaden our product line and increase revenue by introducing new products.",
"field_19088": [
2
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
22,
23,
24,
25
],
"field_19095": [
11
],
"field_19096": null,
"field_19097": null,
"field_19098": 10723,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310312+00:00",
"updated_on": "2023-02-03T02:06:23.664692+00:00",
"field_19084": null,
"field_19085": [
1
],
"field_19086": "Review our products' quality",
"field_19087": "Our goal is to evaluate and enhance the quality of our existing items. This will assist us in ensuring customer happiness, enhancing customer loyalty, and decreasing returns and warranty claims.",
"field_19088": [
2
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
26
],
"field_19095": [
12
],
"field_19096": null,
"field_19097": null,
"field_19098": 10723,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310339+00:00",
"updated_on": "2023-02-03T02:06:23.691043+00:00",
"field_19084": null,
"field_19085": [
6
],
"field_19086": "Implement new customer loyalty program",
"field_19087": "The new customer loyalty program will be used to boost loyalty and retention rates. We can grow sales, keep our best clients, and keep them coming back for more with this strategy.",
"field_19088": [
4
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
27,
28
],
"field_19095": [
12
],
"field_19096": null,
"field_19097": null,
"field_19098": 10723,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310368+00:00",
"updated_on": "2023-02-03T02:06:23.717414+00:00",
"field_19084": null,
"field_19085": [
6
],
"field_19086": "Launch new product events",
"field_19087": "The goal of launching new product events is to raise brand awareness and increase product sales. This will help us get the word out about our products, find new customers, and make more money.",
"field_19088": [
4
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
29,
30
],
"field_19095": [
12
],
"field_19096": null,
"field_19097": null,
"field_19098": 10723,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310395+00:00",
"updated_on": "2023-02-03T02:58:15.519468+00:00",
"field_19084": null,
"field_19085": [
8
],
"field_19086": "Increase company revenue",
"field_19087": "Our objective is to increase company revenue by 15% by the end of the quarter. To do this, we will focus on growing our product line, making sure customers are happy, and putting more effort into sales and marketing.",
"field_19088": [
1
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_19093": null,
"field_19094": [],
"field_19095": [],
"field_19096": null,
"field_19097": null,
"field_19098": 10724,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310422+00:00",
"updated_on": "2023-02-03T02:58:17.508788+00:00",
"field_19084": null,
"field_19085": [
8
],
"field_19086": "Achieve 90% customer satisfaction",
"field_19087": "By the end of the quarter, we hope to have increased customer satisfaction by 10%. This, we believe, will increase customer loyalty and repeat business, as well as improve word-of-mouth recommendations.",
"field_19088": [
5
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "This is a top-level goal in a multi-level and departmental OKR framework. See sub/child goals or related objectives in the same table (please refer to the \"Parent objective ID\" field).",
"field_19093": null,
"field_19094": [],
"field_19095": [],
"field_19096": null,
"field_19097": null,
"field_19098": 10724,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310450+00:00",
"updated_on": "2023-02-03T02:06:23.801005+00:00",
"field_19084": null,
"field_19085": [
7
],
"field_19086": "Improve on our previous quarters sales performance",
"field_19087": "Our goal is to increase sales by 15% over the previous quarter. This, we believe, will be accomplished through a combination of new product launches, increased marketing efforts, and enhanced sales processes.",
"field_19088": [
3
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
31
],
"field_19095": [
19
],
"field_19096": null,
"field_19097": null,
"field_19098": 10724,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310477+00:00",
"updated_on": "2023-02-03T02:44:01.653885+00:00",
"field_19084": null,
"field_19085": [
6
],
"field_19086": "Increase number of active users by 40%",
"field_19087": "Our goal for the next quarter is to increase the number of active users by 40%. This will assist us in increasing user engagement and revenue through increased usage.",
"field_19088": [
4
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "Other executives are monitoring the progress of this objective too.",
"field_19093": null,
"field_19094": [
32
],
"field_19095": [
19
],
"field_19096": null,
"field_19097": null,
"field_19098": 10724,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2022-10-06T15:47:09.310505+00:00",
"updated_on": "2023-02-03T02:06:23.857060+00:00",
"field_19084": null,
"field_19085": [
6
],
"field_19086": "Achieve 15% market share",
"field_19087": "To become a dominant player and expand our customer base, we want to earn a 15% share of the market in our sector. We can expand our consumer base, boost our earnings, and carve ourselves a dominant market position thanks to this.",
"field_19088": [
4
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
33,
34,
35
],
"field_19095": [
19
],
"field_19096": null,
"field_19097": null,
"field_19098": 10724,
"field_19099": null,
"field_19100": null,
"field_19101": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2023-01-24T16:27:05.090404+00:00",
"updated_on": "2023-02-03T02:06:23.882250+00:00",
"field_19084": null,
"field_19085": [
1
],
"field_19086": "Launch new products",
"field_19087": "We hope that by expanding our product line through fresh releases, we may attract a wider audience. This will enable us to outpace the competition, increase the variety of our revenue streams, and cater to our clients' ever-changing wants and needs.",
"field_19088": [
2
],
"field_19089": null,
"field_19090": null,
"field_19091": null,
"field_19092": "",
"field_19093": null,
"field_19094": [
36,
37,
38
],
"field_19095": [
19
],
"field_19096": null,
"field_19097": null,
"field_19098": 10724,
"field_19099": null,
"field_19100": null,
"field_19101": null
}
],
"data_sync": null
},
{
"id": 2058,
"name": "Key results",
"order": 2,
"fields": [
{
"id": 19102,
"type": "formula",
"name": "ID",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "concat( \n \"KR\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 19103,
"type": "link_row",
"name": "Objective ID",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2057,
"link_row_related_field_id": 19094,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19104,
"type": "text",
"name": "Title",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19105,
"type": "long_text",
"name": "Description",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 19106,
"type": "created_on",
"name": "Date created",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": "Asia/Singapore"
},
{
"id": 19107,
"type": "last_modified",
"name": "Date updated",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": "Asia/Singapore"
},
{
"id": 19108,
"type": "formula",
"name": "Group bgcolor",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "join( \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 1, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 6 \n ), \n \"S\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 2, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 7 \n ), \n \"Y\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 3, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 8 \n ), \n \"G\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 4, \n trunc(tonumber(right(totext(field(\"Objective ID\")), 1))) = 9 \n ), \n \"R\", \n \"B\" \n ) \n ) \n ) \n ), \n \"\" \n)",
"formula_type": "text"
},
{
"id": 19109,
"type": "formula",
"name": "Objective ID for sorting",
"description": null,
"order": 14,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "join(totext(field(\"Objective ID\")), \"\")",
"formula_type": "text"
},
{
"id": 19110,
"type": "number",
"name": "Progress status (%)",
"description": null,
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 2,
"number_negative": false
},
{
"id": 19111,
"type": "single_select",
"name": "Status",
"description": null,
"order": 16,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 10731,
"value": "New",
"color": "dark-blue",
"order": 0
},
{
"id": 10732,
"value": "Scheduled",
"color": "dark-gray",
"order": 1
},
{
"id": 10733,
"value": "In progress",
"color": "dark-orange",
"order": 2
},
{
"id": 10734,
"value": "On hold",
"color": "light-red",
"order": 3
},
{
"id": 10735,
"value": "Missed",
"color": "red",
"order": 4
},
{
"id": 10736,
"value": "Cancelled",
"color": "dark-red",
"order": 5
},
{
"id": 10737,
"value": "Completed",
"color": "dark-green",
"order": 6
}
]
},
{
"id": 19112,
"type": "link_row",
"name": "Related updates",
"description": null,
"order": 17,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2059,
"link_row_related_field_id": 19122,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19113,
"type": "count",
"name": "Update count",
"description": null,
"order": 18,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": 0,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"through_field_id": 19112
},
{
"id": 19114,
"type": "date",
"name": "Start date",
"description": null,
"order": 19,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 19115,
"type": "date",
"name": "End date",
"description": null,
"order": 20,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 19116,
"type": "link_row",
"name": "Leader",
"description": null,
"order": 21,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2060,
"link_row_related_field_id": 19148,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19117,
"type": "link_row",
"name": "Team",
"description": null,
"order": 22,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2060,
"link_row_related_field_id": 19149,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19118,
"type": "rollup",
"name": "Department",
"description": null,
"order": 23,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": true,
"error": null,
"date_include_time": null,
"duration_format": null,
"through_field_id": 19103,
"target_field_id": 19085,
"rollup_function": "min"
},
{
"id": 19119,
"type": "formula",
"name": "Target period",
"description": null,
"order": 24,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "join(totext(lookup(\"Objective ID\", \"Target period\")), \"\")",
"formula_type": "text"
},
{
"id": 19120,
"type": "rollup",
"name": "Leader name",
"description": null,
"order": 25,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": true,
"error": null,
"date_include_time": null,
"duration_format": null,
"through_field_id": 19116,
"target_field_id": 19131,
"rollup_function": "min"
}
],
"views": [
{
"id": 7955,
"type": "grid",
"name": "All key results",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5659,
"field_id": 19109,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1612,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 19108,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 19108,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 19108,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 19108,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1613,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 19110,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56635,
"field_id": 19102,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56636,
"field_id": 19103,
"width": 151,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56637,
"field_id": 19119,
"width": 156,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56638,
"field_id": 19118,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56639,
"field_id": 19104,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56640,
"field_id": 19105,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56641,
"field_id": 19111,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56642,
"field_id": 19110,
"width": 197,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56643,
"field_id": 19114,
"width": 133,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56644,
"field_id": 19115,
"width": 127,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56645,
"field_id": 19116,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56646,
"field_id": 19120,
"width": 200,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56647,
"field_id": 19117,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56648,
"field_id": 19113,
"width": 144,
"hidden": false,
"order": 13,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56649,
"field_id": 19106,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56650,
"field_id": 19107,
"width": 148,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56651,
"field_id": 19112,
"width": 159,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56652,
"field_id": 19109,
"width": 201,
"hidden": true,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56653,
"field_id": 19108,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7956,
"type": "grid",
"name": "Key results for 2024-Q1",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4877,
"field_id": 19119,
"type": "equal",
"value": "2024-Q1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5660,
"field_id": 19109,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1614,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 19108,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 19108,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 19108,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 19108,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1615,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 19110,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56654,
"field_id": 19102,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56655,
"field_id": 19103,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56656,
"field_id": 19119,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56657,
"field_id": 19118,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56658,
"field_id": 19104,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56659,
"field_id": 19105,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56660,
"field_id": 19111,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56661,
"field_id": 19110,
"width": 176,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56662,
"field_id": 19114,
"width": 121,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56663,
"field_id": 19115,
"width": 115,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56664,
"field_id": 19116,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56665,
"field_id": 19117,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56666,
"field_id": 19113,
"width": 144,
"hidden": false,
"order": 12,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56667,
"field_id": 19106,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56668,
"field_id": 19107,
"width": 148,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56669,
"field_id": 19112,
"width": 159,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56670,
"field_id": 19109,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56671,
"field_id": 19108,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56672,
"field_id": 19120,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7957,
"type": "grid",
"name": "Key results for 2024-Q2",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4878,
"field_id": 19119,
"type": "equal",
"value": "2024-Q2",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5661,
"field_id": 19109,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1616,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 19108,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 19108,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 19108,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 19108,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1617,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 19110,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56673,
"field_id": 19102,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56674,
"field_id": 19103,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56675,
"field_id": 19119,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56676,
"field_id": 19118,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56677,
"field_id": 19104,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56678,
"field_id": 19105,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56679,
"field_id": 19111,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56680,
"field_id": 19110,
"width": 176,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56681,
"field_id": 19114,
"width": 121,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56682,
"field_id": 19115,
"width": 115,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56683,
"field_id": 19116,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56684,
"field_id": 19117,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56685,
"field_id": 19113,
"width": 144,
"hidden": false,
"order": 12,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56686,
"field_id": 19106,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56687,
"field_id": 19107,
"width": 148,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56688,
"field_id": 19112,
"width": 159,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56689,
"field_id": 19109,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56690,
"field_id": 19108,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56691,
"field_id": 19120,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7958,
"type": "grid",
"name": "Key results for 2024-Q3",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4879,
"field_id": 19119,
"type": "equal",
"value": "2024-Q3",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5662,
"field_id": 19109,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1618,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 19108,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 19108,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 19108,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 19108,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1619,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 19110,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56692,
"field_id": 19102,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56693,
"field_id": 19103,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56694,
"field_id": 19119,
"width": 143,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56695,
"field_id": 19118,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56696,
"field_id": 19104,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56697,
"field_id": 19105,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56698,
"field_id": 19111,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56699,
"field_id": 19110,
"width": 176,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56700,
"field_id": 19114,
"width": 121,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56701,
"field_id": 19115,
"width": 115,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56702,
"field_id": 19116,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56703,
"field_id": 19117,
"width": 200,
"hidden": false,
"order": 11,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56704,
"field_id": 19113,
"width": 144,
"hidden": false,
"order": 12,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56705,
"field_id": 19106,
"width": 149,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56706,
"field_id": 19107,
"width": 148,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56707,
"field_id": 19112,
"width": 159,
"hidden": true,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56708,
"field_id": 19109,
"width": 201,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56709,
"field_id": 19108,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56710,
"field_id": 19120,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7959,
"type": "grid",
"name": "All key results grouped by Department",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5663,
"field_id": 19109,
"order": "ASC"
}
],
"group_bys": [
{
"id": 237,
"field_id": 19118,
"order": "ASC"
}
],
"decorations": [
{
"id": 1620,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 19108,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 19108,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 19108,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 19108,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1621,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 19110,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56711,
"field_id": 19102,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56712,
"field_id": 19103,
"width": 151,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56713,
"field_id": 19119,
"width": 156,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56714,
"field_id": 19118,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56715,
"field_id": 19104,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56716,
"field_id": 19105,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56717,
"field_id": 19111,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56718,
"field_id": 19110,
"width": 197,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56719,
"field_id": 19114,
"width": 133,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56720,
"field_id": 19115,
"width": 127,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56721,
"field_id": 19116,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56722,
"field_id": 19120,
"width": 200,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56723,
"field_id": 19117,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56724,
"field_id": 19113,
"width": 144,
"hidden": false,
"order": 13,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56725,
"field_id": 19106,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56726,
"field_id": 19107,
"width": 148,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56727,
"field_id": 19112,
"width": 159,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56728,
"field_id": 19109,
"width": 201,
"hidden": true,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56729,
"field_id": 19108,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7960,
"type": "grid",
"name": "All key results grouped by Target period",
"order": 6,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5664,
"field_id": 19109,
"order": "ASC"
}
],
"group_bys": [
{
"id": 238,
"field_id": 19119,
"order": "ASC"
}
],
"decorations": [
{
"id": 1622,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 19108,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 19108,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 19108,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 19108,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1623,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 19110,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56730,
"field_id": 19102,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56731,
"field_id": 19103,
"width": 151,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56732,
"field_id": 19119,
"width": 156,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56733,
"field_id": 19118,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56734,
"field_id": 19104,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56735,
"field_id": 19105,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56736,
"field_id": 19111,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56737,
"field_id": 19110,
"width": 197,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56738,
"field_id": 19114,
"width": 133,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56739,
"field_id": 19115,
"width": 127,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56740,
"field_id": 19116,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56741,
"field_id": 19120,
"width": 200,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56742,
"field_id": 19117,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56743,
"field_id": 19113,
"width": 144,
"hidden": false,
"order": 13,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56744,
"field_id": 19106,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56745,
"field_id": 19107,
"width": 148,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56746,
"field_id": 19112,
"width": 159,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56747,
"field_id": 19109,
"width": 201,
"hidden": true,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56748,
"field_id": 19108,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7961,
"type": "grid",
"name": "All key results grouped by Leader",
"order": 7,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5665,
"field_id": 19109,
"order": "ASC"
}
],
"group_bys": [
{
"id": 239,
"field_id": 19120,
"order": "ASC"
}
],
"decorations": [
{
"id": 1624,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "a58f177c-8a09-4008-b228-22d38d78fbce",
"color": "light-gray",
"filters": [
{
"id": "4916b81e-faed-40d0-a179-490ff33b8a03",
"type": "equal",
"field": 19108,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7eaf88f6-e356-4e33-8e82-7659df71159f",
"color": "light-orange",
"filters": [
{
"id": "9362b11f-6957-421c-bcc4-34021754e5c0",
"type": "equal",
"field": 19108,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "d16610e3-414e-4d29-b3d5-ca5e4de3908e",
"color": "light-green",
"filters": [
{
"id": "8364e96c-b822-4882-a890-b60f67755524",
"type": "equal",
"field": 19108,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "346878cf-4056-4b1f-870b-3602d2bb69d3",
"color": "light-blue",
"filters": [
{
"id": "4316fd2b-16f9-453c-9a35-a774e3455c10",
"type": "equal",
"field": 19108,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1625,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "c875757b-f025-4127-80e5-8dc9761483a5",
"color": "dark-green",
"filters": [
{
"id": "eb28f774-77af-4fec-a28e-925b2c97ebfe",
"type": "higher_than",
"field": 19110,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56749,
"field_id": 19102,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56750,
"field_id": 19103,
"width": 151,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56751,
"field_id": 19119,
"width": 156,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56752,
"field_id": 19118,
"width": 159,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56753,
"field_id": 19104,
"width": 261,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56754,
"field_id": 19105,
"width": 231,
"hidden": false,
"order": 5,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56755,
"field_id": 19111,
"width": 126,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56756,
"field_id": 19110,
"width": 197,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56757,
"field_id": 19114,
"width": 133,
"hidden": false,
"order": 8,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56758,
"field_id": 19115,
"width": 127,
"hidden": false,
"order": 9,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56759,
"field_id": 19116,
"width": 151,
"hidden": false,
"order": 10,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56760,
"field_id": 19120,
"width": 200,
"hidden": true,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56761,
"field_id": 19117,
"width": 200,
"hidden": false,
"order": 12,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56762,
"field_id": 19113,
"width": 144,
"hidden": false,
"order": 13,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56763,
"field_id": 19106,
"width": 149,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56764,
"field_id": 19107,
"width": 148,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56765,
"field_id": 19112,
"width": 159,
"hidden": true,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56766,
"field_id": 19109,
"width": 201,
"hidden": true,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56767,
"field_id": 19108,
"width": 149,
"hidden": true,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7962,
"type": "calendar",
"name": "All key results in calendar view",
"order": 8,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 1626,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ea47a64d-6372-4d74-b612-87c0e7afe03e",
"color": "green",
"filters": [
{
"id": "d1478188-1da3-4639-b3c9-4d37f719e15f",
"type": "higher_than",
"field": 19110,
"group": null,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1627,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "32550090-1eb5-40c2-8ffc-b3ec626312bc",
"color": "light-gray",
"filters": [
{
"id": "25d5e536-a3d4-4a06-91b4-c12ac41fda84",
"type": "equal",
"field": 19108,
"group": null,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "5a0c413b-b968-499f-9d0b-c8c22b103d4e",
"color": "light-orange",
"filters": [
{
"id": "19455876-a08e-4f41-9698-4a7c314a8569",
"type": "equal",
"field": 19108,
"group": null,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "9770e290-1fa6-4e42-8d0c-09302ab7e10c",
"color": "light-green",
"filters": [
{
"id": "c2c10d15-dec8-4206-be15-349938267b2a",
"type": "equal",
"field": 19108,
"group": null,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "aa3e4d59-c2ea-4833-b024-e50489761bb7",
"color": "light-blue",
"filters": [
{
"id": "c14a572d-2093-48cf-815e-95d01c9af853",
"type": "equal",
"field": 19108,
"group": null,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"date_field_id": 19114,
"field_options": [
{
"id": 752,
"field_id": 19104,
"hidden": false,
"order": 1
},
{
"id": 753,
"field_id": 19102,
"hidden": false,
"order": 2
},
{
"id": 754,
"field_id": 19103,
"hidden": true,
"order": 3
},
{
"id": 755,
"field_id": 19105,
"hidden": true,
"order": 4
},
{
"id": 756,
"field_id": 19106,
"hidden": true,
"order": 5
},
{
"id": 757,
"field_id": 19107,
"hidden": true,
"order": 6
},
{
"id": 758,
"field_id": 19108,
"hidden": true,
"order": 7
},
{
"id": 759,
"field_id": 19109,
"hidden": true,
"order": 8
},
{
"id": 760,
"field_id": 19110,
"hidden": true,
"order": 9
},
{
"id": 761,
"field_id": 19111,
"hidden": true,
"order": 10
},
{
"id": 762,
"field_id": 19112,
"hidden": true,
"order": 11
},
{
"id": 763,
"field_id": 19113,
"hidden": true,
"order": 12
},
{
"id": 764,
"field_id": 19114,
"hidden": true,
"order": 13
},
{
"id": 765,
"field_id": 19115,
"hidden": true,
"order": 14
},
{
"id": 766,
"field_id": 19116,
"hidden": true,
"order": 15
},
{
"id": 767,
"field_id": 19117,
"hidden": true,
"order": 16
},
{
"id": 768,
"field_id": 19118,
"hidden": true,
"order": 17
},
{
"id": 769,
"field_id": 19119,
"hidden": true,
"order": 18
},
{
"id": 770,
"field_id": 19120,
"hidden": true,
"order": 19
}
]
},
{
"id": 7963,
"type": "kanban",
"name": "By status for 2024-Q1",
"order": 9,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4880,
"field_id": 19119,
"type": "equal",
"value": "2024-Q1",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 1628,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "3b623e00-ed81-4f32-a256-bc85b332a6d7",
"color": "dark-green",
"filters": [
{
"id": "742774ad-c0a5-46fc-8e3c-f96b3f60a2de",
"type": "higher_than",
"field": 19110,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1629,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ddb1762b-08ce-496e-97bc-2fa6bdd3775a",
"color": "light-gray",
"filters": [
{
"id": "2522f229-7bb6-4b73-a65f-7537be794464",
"type": "equal",
"field": 19108,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "792fcffc-1888-4300-a3a1-47e84ffd6f49",
"color": "light-orange",
"filters": [
{
"id": "c751b72c-17a2-4503-b9ee-e860fc7bd73b",
"type": "equal",
"field": 19108,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "2c6a16bc-6851-4b6b-8f35-8332a26baa41",
"color": "light-green",
"filters": [
{
"id": "a5b1746e-7c58-4007-924b-5f180115c4a1",
"type": "equal",
"field": 19108,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "4c43b617-b606-4979-a327-eb1923c1882e",
"color": "light-blue",
"filters": [
{
"id": "362a8c7a-eb8a-4be2-a5cb-2b26a05688ab",
"type": "equal",
"field": 19108,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"single_select_field_id": 19111,
"field_options": [
{
"id": 10121,
"field_id": 19102,
"hidden": false,
"order": 1
},
{
"id": 10122,
"field_id": 19118,
"hidden": false,
"order": 2
},
{
"id": 10123,
"field_id": 19103,
"hidden": false,
"order": 3
},
{
"id": 10124,
"field_id": 19104,
"hidden": false,
"order": 4
},
{
"id": 10125,
"field_id": 19105,
"hidden": true,
"order": 5
},
{
"id": 10126,
"field_id": 19106,
"hidden": true,
"order": 6
},
{
"id": 10127,
"field_id": 19107,
"hidden": true,
"order": 7
},
{
"id": 10128,
"field_id": 19108,
"hidden": true,
"order": 8
},
{
"id": 10129,
"field_id": 19109,
"hidden": true,
"order": 9
},
{
"id": 10130,
"field_id": 19110,
"hidden": false,
"order": 10
},
{
"id": 10131,
"field_id": 19111,
"hidden": true,
"order": 11
},
{
"id": 10132,
"field_id": 19112,
"hidden": true,
"order": 12
},
{
"id": 10133,
"field_id": 19113,
"hidden": true,
"order": 13
},
{
"id": 10134,
"field_id": 19114,
"hidden": true,
"order": 14
},
{
"id": 10135,
"field_id": 19115,
"hidden": true,
"order": 15
},
{
"id": 10136,
"field_id": 19116,
"hidden": true,
"order": 16
},
{
"id": 10137,
"field_id": 19117,
"hidden": true,
"order": 17
},
{
"id": 10138,
"field_id": 19119,
"hidden": true,
"order": 18
}
]
},
{
"id": 7964,
"type": "kanban",
"name": "By status for 2024-Q2",
"order": 10,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4881,
"field_id": 19119,
"type": "equal",
"value": "2024-Q2",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 1630,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "3b623e00-ed81-4f32-a256-bc85b332a6d7",
"color": "dark-green",
"filters": [
{
"id": "742774ad-c0a5-46fc-8e3c-f96b3f60a2de",
"type": "higher_than",
"field": 19110,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1631,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ddb1762b-08ce-496e-97bc-2fa6bdd3775a",
"color": "light-gray",
"filters": [
{
"id": "2522f229-7bb6-4b73-a65f-7537be794464",
"type": "equal",
"field": 19108,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "792fcffc-1888-4300-a3a1-47e84ffd6f49",
"color": "light-orange",
"filters": [
{
"id": "c751b72c-17a2-4503-b9ee-e860fc7bd73b",
"type": "equal",
"field": 19108,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "2c6a16bc-6851-4b6b-8f35-8332a26baa41",
"color": "light-green",
"filters": [
{
"id": "a5b1746e-7c58-4007-924b-5f180115c4a1",
"type": "equal",
"field": 19108,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "4c43b617-b606-4979-a327-eb1923c1882e",
"color": "light-blue",
"filters": [
{
"id": "362a8c7a-eb8a-4be2-a5cb-2b26a05688ab",
"type": "equal",
"field": 19108,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"single_select_field_id": 19111,
"field_options": [
{
"id": 10139,
"field_id": 19102,
"hidden": false,
"order": 1
},
{
"id": 10140,
"field_id": 19118,
"hidden": false,
"order": 2
},
{
"id": 10141,
"field_id": 19103,
"hidden": false,
"order": 3
},
{
"id": 10142,
"field_id": 19104,
"hidden": false,
"order": 4
},
{
"id": 10143,
"field_id": 19105,
"hidden": true,
"order": 5
},
{
"id": 10144,
"field_id": 19106,
"hidden": true,
"order": 6
},
{
"id": 10145,
"field_id": 19107,
"hidden": true,
"order": 7
},
{
"id": 10146,
"field_id": 19108,
"hidden": true,
"order": 8
},
{
"id": 10147,
"field_id": 19109,
"hidden": true,
"order": 9
},
{
"id": 10148,
"field_id": 19110,
"hidden": false,
"order": 10
},
{
"id": 10149,
"field_id": 19111,
"hidden": true,
"order": 11
},
{
"id": 10150,
"field_id": 19112,
"hidden": true,
"order": 12
},
{
"id": 10151,
"field_id": 19113,
"hidden": true,
"order": 13
},
{
"id": 10152,
"field_id": 19114,
"hidden": true,
"order": 14
},
{
"id": 10153,
"field_id": 19115,
"hidden": true,
"order": 15
},
{
"id": 10154,
"field_id": 19116,
"hidden": true,
"order": 16
},
{
"id": 10155,
"field_id": 19117,
"hidden": true,
"order": 17
},
{
"id": 10156,
"field_id": 19119,
"hidden": true,
"order": 18
}
]
},
{
"id": 7965,
"type": "kanban",
"name": "By status for 2024-Q3",
"order": 11,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4882,
"field_id": 19119,
"type": "equal",
"value": "2024-Q3",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 1632,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "3b623e00-ed81-4f32-a256-bc85b332a6d7",
"color": "dark-green",
"filters": [
{
"id": "742774ad-c0a5-46fc-8e3c-f96b3f60a2de",
"type": "higher_than",
"field": 19110,
"value": "99.9"
}
],
"operator": "AND"
}
]
},
"order": 1
},
{
"id": 1633,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "ddb1762b-08ce-496e-97bc-2fa6bdd3775a",
"color": "light-gray",
"filters": [
{
"id": "2522f229-7bb6-4b73-a65f-7537be794464",
"type": "equal",
"field": 19108,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "792fcffc-1888-4300-a3a1-47e84ffd6f49",
"color": "light-orange",
"filters": [
{
"id": "c751b72c-17a2-4503-b9ee-e860fc7bd73b",
"type": "equal",
"field": 19108,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "2c6a16bc-6851-4b6b-8f35-8332a26baa41",
"color": "light-green",
"filters": [
{
"id": "a5b1746e-7c58-4007-924b-5f180115c4a1",
"type": "equal",
"field": 19108,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "4c43b617-b606-4979-a327-eb1923c1882e",
"color": "light-blue",
"filters": [
{
"id": "362a8c7a-eb8a-4be2-a5cb-2b26a05688ab",
"type": "equal",
"field": 19108,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 2
}
],
"public": false,
"single_select_field_id": 19111,
"field_options": [
{
"id": 10157,
"field_id": 19102,
"hidden": false,
"order": 1
},
{
"id": 10158,
"field_id": 19118,
"hidden": false,
"order": 2
},
{
"id": 10159,
"field_id": 19103,
"hidden": false,
"order": 3
},
{
"id": 10160,
"field_id": 19104,
"hidden": false,
"order": 4
},
{
"id": 10161,
"field_id": 19105,
"hidden": true,
"order": 5
},
{
"id": 10162,
"field_id": 19106,
"hidden": true,
"order": 6
},
{
"id": 10163,
"field_id": 19107,
"hidden": true,
"order": 7
},
{
"id": 10164,
"field_id": 19108,
"hidden": true,
"order": 8
},
{
"id": 10165,
"field_id": 19109,
"hidden": true,
"order": 9
},
{
"id": 10166,
"field_id": 19110,
"hidden": false,
"order": 10
},
{
"id": 10167,
"field_id": 19111,
"hidden": true,
"order": 11
},
{
"id": 10168,
"field_id": 19112,
"hidden": true,
"order": 12
},
{
"id": 10169,
"field_id": 19113,
"hidden": true,
"order": 13
},
{
"id": 10170,
"field_id": 19114,
"hidden": true,
"order": 14
},
{
"id": 10171,
"field_id": 19115,
"hidden": true,
"order": 15
},
{
"id": 10172,
"field_id": 19116,
"hidden": true,
"order": 16
},
{
"id": 10173,
"field_id": 19117,
"hidden": true,
"order": 17
},
{
"id": 10174,
"field_id": 19119,
"hidden": true,
"order": 18
}
]
},
{
"id": 7966,
"type": "form",
"name": "Add key result",
"order": 12,
"ownership_type": "collaborative",
"owned_by": null,
"public": false,
"title": "Add a key result to your objective",
"description": "",
"cover_image": {
"name": "5RJGcC63gLp0qa5kb7D063bTr7y9gTpT_9a2e84a95f806141a57bac7e8c3f742b11212110b6a4e1fd99a77c837e2c0fde.jpg",
"original_name": "Header.Target.02.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A new key result was successfully added to the database. Please reload this page to add more.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 9548,
"field_id": 19103,
"name": "",
"description": "Please enter the objective ID for which this key result is intended.",
"enabled": true,
"required": true,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9549,
"field_id": 19104,
"name": "",
"description": "Please give this key result a name or a brief summary.",
"enabled": true,
"required": true,
"order": 1,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9550,
"field_id": 19105,
"name": "",
"description": "Type below a detailed explanation or description of this key result.",
"enabled": true,
"required": false,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9551,
"field_id": 19111,
"name": "",
"description": "Please select the current status of this key result.",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9552,
"field_id": 19110,
"name": "",
"description": "Enter the percentage of the current progress toward achieving this key result.",
"enabled": true,
"required": false,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9553,
"field_id": 19114,
"name": "",
"description": "Enter the date this key result is scheduled to begin its implementation.",
"enabled": true,
"required": false,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9554,
"field_id": 19115,
"name": "",
"description": "Enter the precise date on which this key result is achieved or completed. This should show accurately whether the parent goal is due or has already been met.",
"enabled": true,
"required": false,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9555,
"field_id": 19116,
"name": "",
"description": "Select the team leader assigned or responsible for carrying out this key result. This could be the same as the value specified in the parent objective.",
"enabled": true,
"required": false,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9556,
"field_id": 19117,
"name": "",
"description": "Select the key team members contributing to carrying out this key result.",
"enabled": true,
"required": false,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9557,
"field_id": 19102,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9558,
"field_id": 19106,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9559,
"field_id": 19107,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9560,
"field_id": 19108,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9561,
"field_id": 19109,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9562,
"field_id": 19112,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9563,
"field_id": 19113,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9564,
"field_id": 19118,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 16,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9565,
"field_id": 19119,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 17,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368746+00:00",
"updated_on": "2024-04-30T06:51:56.659269+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
3
],
"field_19104": "Expanding our sales through targeted online advertising and trade show participation",
"field_19105": "The ultimate goal of this key result item is to increase the company's sales by leveraging the power of online advertising and trade show participation, ultimately contributing to the overall growth and success of the business.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "100.00",
"field_19111": 10737,
"field_19112": [
1,
2
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": "2024-02-29",
"field_19116": [
5
],
"field_19117": [
21,
22,
23
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368825+00:00",
"updated_on": "2024-04-30T06:51:56.669276+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
3
],
"field_19104": "Sales training and operational improvements boost conversion rates.",
"field_19105": "Successful implementation of sales training and operational improvements resulting in increased conversion rates.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "100.00",
"field_19111": 10737,
"field_19112": [
3,
4,
5,
6
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": "2024-03-07",
"field_19116": [
5
],
"field_19117": [
21,
22,
23
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368858+00:00",
"updated_on": "2024-04-30T06:51:38.232109+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
4
],
"field_19104": "Implementing cost-saving measures, such as reducing energy usage and reducing waste",
"field_19105": "Cost-saving measures implemented, including reduction of energy consumption and waste, leading to increased efficiency and cost savings.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "90.00",
"field_19111": 10733,
"field_19112": [
7,
8,
9,
10
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
3
],
"field_19117": [
6
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368888+00:00",
"updated_on": "2024-04-30T06:51:38.236093+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
5
],
"field_19104": "Targeted social media and advertising initiatives for user acquisition",
"field_19105": "Effective user acquisition through targeted social media and advertising campaigns, reaching and attracting new users.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "85.00",
"field_19111": 10733,
"field_19112": [
11,
12,
13,
14
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368917+00:00",
"updated_on": "2024-04-30T06:51:38.240453+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
5
],
"field_19104": "User surveys and focus groups to get input and find improvement areas",
"field_19105": "Improved product offerings through gathering user feedback via surveys and focus groups, leading to better understanding of user needs and areas for improvement.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "55.00",
"field_19111": 10733,
"field_19112": [
15,
16,
17,
18,
19
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368947+00:00",
"updated_on": "2024-04-30T06:51:38.244253+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
6
],
"field_19104": "Conducting market research and identifying unmet customer needs",
"field_19105": "In-depth market research conducted, uncovering unmet customer needs and providing insights for product development and differentiation.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "70.00",
"field_19111": 10733,
"field_19112": [
20,
21
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-10-06T19:38:33.368994+00:00",
"updated_on": "2024-04-30T06:51:38.248387+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
6
],
"field_19104": "Defining product requirements and creating product roadmaps",
"field_19105": "Defined product requirements and established clear product roadmaps, ensuring alignment and successful delivery of product offerings.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "85.00",
"field_19111": 10733,
"field_19112": [
22,
23,
24
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369042+00:00",
"updated_on": "2024-04-30T06:51:38.252210+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
6
],
"field_19104": "Finalize product proposals before Q2",
"field_19105": "Timely completion of product proposals by end of Q2, setting the stage for successful product development and launch.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "75.00",
"field_19111": 10733,
"field_19112": [
25,
26,
27
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369081+00:00",
"updated_on": "2024-04-30T06:51:38.256655+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
6
],
"field_19104": "Launch new product version",
"field_19105": "Successful launch of updated product version, bringing new and improved offerings to the market.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "50.00",
"field_19111": 10733,
"field_19112": [
28,
29,
30,
32,
31
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369134+00:00",
"updated_on": "2024-04-30T06:51:38.260475+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
7
],
"field_19104": "Move more of our products to QA soon",
"field_19105": "Expedited QA process for a larger portion of products, ensuring quality and timely delivery to customers.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "75.00",
"field_19111": 10733,
"field_19112": [
33,
34,
35,
36,
37
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369186+00:00",
"updated_on": "2024-04-30T06:51:38.264597+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
7
],
"field_19104": "Implement new modern testing methods",
"field_19105": "Adoption of modern testing methods, leading to improved efficiency, accuracy and overall product quality.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "80.00",
"field_19111": 10733,
"field_19112": [
38,
39,
40,
41
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369230+00:00",
"updated_on": "2024-04-30T06:52:01.192964+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
8
],
"field_19104": "Grow our customer service team by 10%",
"field_19105": "Expansion of customer service team by 10%, enhancing support and providing a better experience for customers.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "100.00",
"field_19111": 10737,
"field_19112": [
42,
43,
44
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": "2024-02-23",
"field_19116": [
5
],
"field_19117": [
21,
22,
23,
8,
7
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369277+00:00",
"updated_on": "2024-04-30T06:51:38.272472+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
8
],
"field_19104": "Tap some employees from other departments to assist",
"field_19105": "Tap cross-functional employees to provide additional support to achieve Key Result.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "90.00",
"field_19111": 10733,
"field_19112": [
45,
46,
47,
48
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
5
],
"field_19117": [
21,
22,
23
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369328+00:00",
"updated_on": "2024-04-30T06:51:38.276273+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
9
],
"field_19104": "Launch workshops for our customer service team",
"field_19105": "Launch training workshops to enhance customer service team's skills and knowledge.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "80.00",
"field_19111": 10733,
"field_19112": [
49,
50,
51,
52,
53
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
5
],
"field_19117": [
21,
22,
23
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369368+00:00",
"updated_on": "2024-04-30T06:51:38.280291+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
9
],
"field_19104": "Creating a mentorship program for customer service employees to learn from more experienced colleagues",
"field_19105": "Establish mentorship program to foster skill development and knowledge sharing among customer service team members.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "80.00",
"field_19111": 10733,
"field_19112": [
54,
55,
56,
57,
58
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": null,
"field_19116": [
5
],
"field_19117": [
21,
22,
23
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369397+00:00",
"updated_on": "2024-04-30T06:52:05.830724+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
10
],
"field_19104": "Research customer behavior to find the best incentives",
"field_19105": "Conduct research on customer behavior to determine the most effective incentives.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "100.00",
"field_19111": 10737,
"field_19112": [
59,
60,
61,
62,
63
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": "2024-02-08",
"field_19116": [
5
],
"field_19117": [
21,
22,
23
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369426+00:00",
"updated_on": "2024-04-30T06:52:05.840399+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
10
],
"field_19104": "Finalize new customer incentives before Q2",
"field_19105": "Implement new customer incentives by end of Q2 to drive engagement and loyalty.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": "100.00",
"field_19111": 10737,
"field_19112": [
64,
65,
66,
67,
68,
69,
70
],
"field_19113": null,
"field_19114": "2024-01-03",
"field_19115": "2024-02-15",
"field_19116": [
5
],
"field_19117": [
21,
22,
23
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369455+00:00",
"updated_on": "2024-04-30T06:51:38.291685+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
13
],
"field_19104": "Expanding our sales through targeted online advertising and trade show participation",
"field_19105": "Grow sales through targeted online advertising and trade show presence to increase market reach.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
5
],
"field_19117": [
21,
22,
23
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369484+00:00",
"updated_on": "2024-04-30T06:51:38.295845+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
13
],
"field_19104": "Sales training and operational improvements boost conversion rates",
"field_19105": "Improve conversion rates through sales training and operational efficiency enhancements.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
5
],
"field_19117": [
21,
22,
23
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369512+00:00",
"updated_on": "2024-04-30T06:51:38.299731+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
14
],
"field_19104": "Launch new campaigns for our products",
"field_19105": "Launch innovative campaigns to drive awareness and adoption of products.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369540+00:00",
"updated_on": "2024-04-30T06:51:38.355617+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
14
],
"field_19104": "Achieve 5% more business partners",
"field_19105": "Increase number of business partnerships by 5% to expand market reach and drive growth.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369568+00:00",
"updated_on": "2024-04-30T06:51:38.359539+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
15
],
"field_19104": "Have R&D submit product proposals based on current trends",
"field_19105": "Facilitate R&D submission of product proposals that align with current market trends to drive innovation and growth.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369595+00:00",
"updated_on": "2024-04-30T06:51:38.363682+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
15
],
"field_19104": "Review product proposals",
"field_19105": "Conduct thorough review of product proposals to ensure alignment with business goals and market trends.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369623+00:00",
"updated_on": "2024-04-30T06:51:38.367429+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
15
],
"field_19104": "Finalize product proposals before Q2",
"field_19105": "Finalize product proposals by end of Q2 to ensure timely implementation and market impact.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369651+00:00",
"updated_on": "2024-04-30T06:51:38.371599+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
15
],
"field_19104": "Launch new product version",
"field_19105": "Successfully launch new product version to enhance customer experience and drive growth.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369679+00:00",
"updated_on": "2024-04-30T06:51:38.375415+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
16
],
"field_19104": "Move more of our products to QA soon",
"field_19105": "Accelerate transition of products to QA phase to ensure timely release and meet customer demands.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369718+00:00",
"updated_on": "2024-04-30T06:51:38.379450+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
17
],
"field_19104": "Implement new customer feedback process",
"field_19105": "Establish new customer feedback process to ensure timely and effective resolution of customer concerns.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369746+00:00",
"updated_on": "2024-04-30T06:51:38.383153+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
17
],
"field_19104": "Launch new customer loyalty program",
"field_19105": "Successfully launch new customer loyalty program to drive engagement and increase customer retention.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369774+00:00",
"updated_on": "2024-04-30T06:51:38.387217+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
18
],
"field_19104": "Launch marketing event campaigns",
"field_19105": "Launch marketing event campaigns to drive awareness and engagement with target audiences.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369803+00:00",
"updated_on": "2024-04-30T06:51:38.390993+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
18
],
"field_19104": "Improve product engagement with customers",
"field_19105": "Enhance customer engagement with products through targeted campaigns and continuous improvement efforts.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10732,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-04-03",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 31,
"order": "31.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369837+00:00",
"updated_on": "2024-04-30T06:51:38.395131+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
21
],
"field_19104": "Achieve a 10% improvement on sales performance",
"field_19105": "Increase sales performance by 10% through effective sales strategies and continuous improvement efforts.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10731,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-07-04",
"field_19115": null,
"field_19116": [
5
],
"field_19117": [
21,
22,
23
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 32,
"order": "32.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369864+00:00",
"updated_on": "2024-04-30T06:51:38.398844+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
22
],
"field_19104": "Launch new product features",
"field_19105": "Successfully launch new product features to enhance customer experience and drive growth.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10731,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-07-04",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 33,
"order": "33.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369900+00:00",
"updated_on": "2024-04-30T06:51:38.402868+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
23
],
"field_19104": "Achieve 10% more business partners",
"field_19105": "Expand number of business partnerships by 10% to increase market reach and drive growth.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10731,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-07-04",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 34,
"order": "34.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369928+00:00",
"updated_on": "2024-04-30T06:51:38.406637+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
23
],
"field_19104": "Launch new marketing campaigns",
"field_19105": "Launch effective marketing campaigns to increase brand awareness and drive growth.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10731,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-07-04",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 35,
"order": "35.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369955+00:00",
"updated_on": "2024-04-30T06:51:38.410645+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
23
],
"field_19104": "Securing market share through market analysis and consumer feedback",
"field_19105": "Monitoring our market share through regular market analysis and customer feedback",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10731,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-07-04",
"field_19115": null,
"field_19116": [
4
],
"field_19117": [
20
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 36,
"order": "36.00000000000000000000",
"created_on": "2022-10-06T19:38:33.369983+00:00",
"updated_on": "2024-04-30T06:51:38.414470+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
24
],
"field_19104": "Develop and launch at least 2 new products per quarter",
"field_19105": "Develop and introduce at least two new innovative products to enhance customer experience and drive growth.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10731,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-07-04",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 37,
"order": "37.00000000000000000000",
"created_on": "2022-10-06T19:38:33.370012+00:00",
"updated_on": "2024-04-30T06:51:38.418424+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
24
],
"field_19104": "Monitor the success of the new products through metrics",
"field_19105": "Monitoring the success of the new products through metrics such as customer feedback, sales, and market share.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10731,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-07-04",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
},
{
"id": 38,
"order": "38.00000000000000000000",
"created_on": "2022-10-06T19:38:33.370040+00:00",
"updated_on": "2024-04-30T06:51:38.422127+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19102": null,
"field_19103": [
24
],
"field_19104": "5% revenue growth from product launches",
"field_19105": "Increasing our revenue by 5% through the launch of new products.",
"field_19106": null,
"field_19107": null,
"field_19108": null,
"field_19109": null,
"field_19110": null,
"field_19111": 10731,
"field_19112": [],
"field_19113": null,
"field_19114": "2024-07-04",
"field_19115": null,
"field_19116": [
9
],
"field_19117": [
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19118": null,
"field_19119": null,
"field_19120": null
}
],
"data_sync": null
},
{
"id": 2059,
"name": "Updates",
"order": 3,
"fields": [
{
"id": 19121,
"type": "formula",
"name": "ID",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "concat( \n \"U\", \n if( \n row_id() < 10, \n concat(\"0000\", row_id()), \n if( \n row_id() < 100, \n concat(\"000\", row_id()), \n if( \n row_id() < 1000, \n concat(\"00\", row_id()), \n if( \n row_id() < 10000, \n concat(\"0\", row_id()), \n row_id() \n ) \n ) \n ) \n ) \n)",
"formula_type": "text"
},
{
"id": 19122,
"type": "link_row",
"name": "Key result ID",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2058,
"link_row_related_field_id": 19112,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19123,
"type": "text",
"name": "Title",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19124,
"type": "long_text",
"name": "Description",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 19125,
"type": "link_row",
"name": "Update by",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2060,
"link_row_related_field_id": 19147,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19126,
"type": "created_on",
"name": "Date created",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": "Asia/Singapore"
},
{
"id": 19127,
"type": "last_modified",
"name": "Date updated",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": "Asia/Singapore"
},
{
"id": 19128,
"type": "formula",
"name": "Key result ID for sorting",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "join(totext(field(\"Key result ID\")), \"\")",
"formula_type": "text"
},
{
"id": 19129,
"type": "formula",
"name": "Group bgcolor",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "join( \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 1, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 6 \n ), \n \"S\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 2, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 7 \n ), \n \"Y\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 3, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 8 \n ), \n \"G\", \n if( \n or( \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 4, \n trunc(tonumber(right(totext(field(\"Key result ID\")), 1))) = 9 \n ), \n \"R\", \n \"B\" \n ) \n ) \n ) \n ), \n \"\" \n)",
"formula_type": "text"
},
{
"id": 19130,
"type": "formula",
"name": "Target period for filter",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "join(lookup(\"Key result ID\", \"Target period\"), \"\")",
"formula_type": "text"
}
],
"views": [
{
"id": 7967,
"type": "grid",
"name": "All updates",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5666,
"field_id": 19128,
"order": "ASC"
},
{
"id": 5667,
"field_id": 19123,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1634,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
"color": "light-gray",
"filters": [
{
"id": "473b950b-c6df-4569-b943-e13363522b00",
"type": "equal",
"field": 19129,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
"color": "light-orange",
"filters": [
{
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
"type": "equal",
"field": 19129,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
"color": "light-green",
"filters": [
{
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
"type": "equal",
"field": 19129,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
"color": "light-blue",
"filters": [
{
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
"type": "equal",
"field": 19129,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56768,
"field_id": 19121,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56769,
"field_id": 19122,
"width": 137,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56770,
"field_id": 19123,
"width": 185,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56771,
"field_id": 19124,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56772,
"field_id": 19125,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56773,
"field_id": 19126,
"width": 148,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56774,
"field_id": 19127,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56775,
"field_id": 19128,
"width": 204,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56776,
"field_id": 19130,
"width": 196,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56777,
"field_id": 19129,
"width": 150,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7968,
"type": "grid",
"name": "Updates for 2024-Q1",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4883,
"field_id": 19130,
"type": "equal",
"value": "2024-Q1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5668,
"field_id": 19128,
"order": "ASC"
},
{
"id": 5669,
"field_id": 19123,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1635,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
"color": "light-gray",
"filters": [
{
"id": "473b950b-c6df-4569-b943-e13363522b00",
"type": "equal",
"field": 19129,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
"color": "light-orange",
"filters": [
{
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
"type": "equal",
"field": 19129,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
"color": "light-green",
"filters": [
{
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
"type": "equal",
"field": 19129,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
"color": "light-blue",
"filters": [
{
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
"type": "equal",
"field": 19129,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56778,
"field_id": 19121,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56779,
"field_id": 19122,
"width": 137,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56780,
"field_id": 19123,
"width": 185,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56781,
"field_id": 19124,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56782,
"field_id": 19125,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56783,
"field_id": 19126,
"width": 148,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56784,
"field_id": 19127,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56785,
"field_id": 19128,
"width": 204,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56786,
"field_id": 19130,
"width": 196,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56787,
"field_id": 19129,
"width": 150,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7969,
"type": "grid",
"name": "Updates for 2024-Q2",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4884,
"field_id": 19130,
"type": "equal",
"value": "2024-Q2",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5670,
"field_id": 19128,
"order": "ASC"
},
{
"id": 5671,
"field_id": 19123,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1636,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
"color": "light-gray",
"filters": [
{
"id": "473b950b-c6df-4569-b943-e13363522b00",
"type": "equal",
"field": 19129,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
"color": "light-orange",
"filters": [
{
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
"type": "equal",
"field": 19129,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
"color": "light-green",
"filters": [
{
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
"type": "equal",
"field": 19129,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
"color": "light-blue",
"filters": [
{
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
"type": "equal",
"field": 19129,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56788,
"field_id": 19121,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56789,
"field_id": 19122,
"width": 137,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56790,
"field_id": 19123,
"width": 185,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56791,
"field_id": 19124,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56792,
"field_id": 19125,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56793,
"field_id": 19126,
"width": 148,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56794,
"field_id": 19127,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56795,
"field_id": 19128,
"width": 204,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56796,
"field_id": 19130,
"width": 196,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56797,
"field_id": 19129,
"width": 150,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7970,
"type": "grid",
"name": "Updates for 2024-Q3",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4885,
"field_id": 19130,
"type": "equal",
"value": "2024-Q3",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5672,
"field_id": 19128,
"order": "ASC"
},
{
"id": 5673,
"field_id": 19123,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [
{
"id": 1637,
"type": "background_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "6e7e6638-3e99-43d2-87a8-bd548af50a95",
"color": "light-gray",
"filters": [
{
"id": "473b950b-c6df-4569-b943-e13363522b00",
"type": "equal",
"field": 19129,
"value": "S"
}
],
"operator": "AND"
},
{
"id": "7f28c92f-de21-435e-adcb-2dc28ed94bfe",
"color": "light-orange",
"filters": [
{
"id": "79992e23-b734-4392-b6a2-ed6d94793163",
"type": "equal",
"field": 19129,
"value": "Y"
}
],
"operator": "AND"
},
{
"id": "9f3c63e8-ad4d-4356-b075-54b19173803f",
"color": "light-green",
"filters": [
{
"id": "fee25a4c-2d5e-456f-b720-9f65edfc872b",
"type": "equal",
"field": 19129,
"value": "G"
}
],
"operator": "AND"
},
{
"id": "ea61c8cb-eed4-4843-a05c-2ef3cbf90534",
"color": "light-blue",
"filters": [
{
"id": "0dea69a1-1064-4370-a9c3-a4926bb04029",
"type": "equal",
"field": 19129,
"value": "B"
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56798,
"field_id": 19121,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56799,
"field_id": 19122,
"width": 137,
"hidden": false,
"order": 1,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56800,
"field_id": 19123,
"width": 185,
"hidden": false,
"order": 2,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56801,
"field_id": 19124,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56802,
"field_id": 19125,
"width": 173,
"hidden": false,
"order": 4,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56803,
"field_id": 19126,
"width": 148,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56804,
"field_id": 19127,
"width": 148,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56805,
"field_id": 19128,
"width": 204,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56806,
"field_id": 19130,
"width": 196,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56807,
"field_id": 19129,
"width": 150,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7971,
"type": "form",
"name": "Add update",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"public": false,
"title": "Add a new update for a key result",
"description": "",
"cover_image": {
"name": "XAZ986Pjrrud5yhyAoDs3eKFc4hFTP6t_c7063f6fe195d3a2551068ee28f8ebd91891b5f26d7224478603086be702a62d.jpg",
"original_name": "Header.Darts.02.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "A new update was successfully added to the database. Please reload this page to add more.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 9566,
"field_id": 19121,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9567,
"field_id": 19122,
"name": "",
"description": "Please enter the key result ID for which this update is intended.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9568,
"field_id": 19123,
"name": "",
"description": "Please give this update a name or a brief summary.",
"enabled": true,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9569,
"field_id": 19124,
"name": "",
"description": "Type below a detailed explanation or description of this update.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9570,
"field_id": 19125,
"name": "",
"description": "Please select the employee who made or delivered this update.",
"enabled": true,
"required": false,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9571,
"field_id": 19126,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9572,
"field_id": 19127,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9573,
"field_id": 19128,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9574,
"field_id": 19129,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9575,
"field_id": 19130,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2023-01-23T19:23:32.995065+00:00",
"updated_on": "2023-02-03T03:54:37.145826+00:00",
"field_19121": null,
"field_19122": [
1
],
"field_19123": "2 trade fairs yielded 5 new clients and a 7% revenue boost.",
"field_19124": "Successfully participated in 2 trade shows, resulting in the acquisition of 5 new clients and a 7% increase in sales.",
"field_19125": [
22
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2023-01-23T19:23:32.995146+00:00",
"updated_on": "2023-02-03T03:54:48.393993+00:00",
"field_19121": null,
"field_19122": [
1
],
"field_19123": "Targeted online ads increased website traffic by 10% and sales by 5%.",
"field_19124": "Implemented targeted online advertising campaigns, resulting in a 10% increase in website traffic and a 5% increase in sales.",
"field_19125": [
21
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2023-01-23T20:27:47.764944+00:00",
"updated_on": "2023-02-03T03:55:01.396800+00:00",
"field_19121": null,
"field_19122": [
2
],
"field_19123": "Sales team training increased conversion rates by 12%.",
"field_19124": "Conducted sales training sessions for the sales team, resulting in a 12% increase in conversion rates.",
"field_19125": [
22
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 4,
"order": "3.00000000000000000000",
"created_on": "2023-01-23T20:27:48.134337+00:00",
"updated_on": "2023-02-03T03:55:13.051728+00:00",
"field_19121": null,
"field_19122": [
2
],
"field_19123": "New sales processes increased efficiency by 15% and conversion rates by 10%.",
"field_19124": "Implemented new sales processes, resulting in a 15% improvement in the efficiency of the sales process and a 10% increase in conversion rates.",
"field_19125": [
21
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2023-01-23T20:27:49.432571+00:00",
"updated_on": "2023-02-03T03:55:24.399498+00:00",
"field_19121": null,
"field_19122": [
2
],
"field_19123": "New sales tools increased conversion rates by 8% and shortened sales cycles by 5%.",
"field_19124": "Developed new sales tools, resulting in a 8% increase in conversion rates and a 5% reduction in sales cycle time.",
"field_19125": [
23
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 6,
"order": "5.00000000000000000000",
"created_on": "2023-01-24T12:44:12.760091+00:00",
"updated_on": "2023-02-03T03:55:28.823961+00:00",
"field_19121": null,
"field_19122": [
2
],
"field_19123": "Data analysis improved sales targeting and conversion rates by 7%.",
"field_19124": "Incorporated data analysis into sales processes, resulting in more targeted sales efforts and a 7% increase in conversion rates.",
"field_19125": [
23
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 7,
"order": "6.00000000000000000000",
"created_on": "2023-01-24T12:44:14.342517+00:00",
"updated_on": "2023-02-03T03:55:50.969244+00:00",
"field_19121": null,
"field_19122": [
3
],
"field_19123": "Installed energy-efficient lighting systems, reducing energy usage and expenses by 25%.",
"field_19124": "Installed energy-efficient lighting systems, resulting in a 25% reduction in energy usage and a corresponding decrease in energy costs.",
"field_19125": [
6
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 8,
"order": "7.00000000000000000000",
"created_on": "2023-01-24T12:44:15.992718+00:00",
"updated_on": "2023-02-03T03:55:55.332275+00:00",
"field_19121": null,
"field_19122": [
3
],
"field_19123": "Paperless operations reduced firm paper waste by 40% and costs.",
"field_19124": "Implemented paperless processes, reducing the company's paper waste by 40% and associated costs.",
"field_19125": [
6
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 9,
"order": "8.00000000000000000000",
"created_on": "2023-01-24T12:44:19.256609+00:00",
"updated_on": "2023-02-03T03:55:56.450155+00:00",
"field_19121": null,
"field_19122": [
3
],
"field_19123": "Virtual collaboration technologies cut travel costs and carbon emissions by 20%.",
"field_19124": "Adopted virtual collaboration tools, reducing travel expenses and associated carbon emissions by 20%.",
"field_19125": [
6
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 10,
"order": "9.00000000000000000000",
"created_on": "2023-01-24T12:44:21.261410+00:00",
"updated_on": "2023-02-03T03:55:58.164360+00:00",
"field_19121": null,
"field_19122": [
3
],
"field_19123": "Implemented an electronic trash recycling program, reducing disposal expenses by 30% and environmental effect.",
"field_19124": "Implemented a recycling program for electronic waste, resulting in a 30% reduction in waste disposal costs and a corresponding decrease in environmental impact.",
"field_19125": [
6
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 11,
"order": "10.00000000000000000000",
"created_on": "2023-01-25T15:53:01.836270+00:00",
"updated_on": "2023-02-03T03:56:10.043270+00:00",
"field_19121": null,
"field_19122": [
4
],
"field_19123": "Our initial social media advertising effort gained 20,000 users.",
"field_19124": "We've successfully launched our first social media advertising campaign and have acquired 20,000 new users.",
"field_19125": [
20
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 12,
"order": "10.00000000000000000000",
"created_on": "2023-01-25T15:53:02.240129+00:00",
"updated_on": "2023-02-03T03:56:12.832296+00:00",
"field_19121": null,
"field_19122": [
4
],
"field_19123": "We gained 20,000 users from our 20% social media growth.",
"field_19124": "Our social media following has increased by 20% and has led to an additional 20,000 user acquisitions.",
"field_19125": [
20
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 13,
"order": "11.00000000000000000000",
"created_on": "2023-02-03T01:57:35.579517+00:00",
"updated_on": "2023-02-03T03:56:15.082066+00:00",
"field_19121": null,
"field_19122": [
4
],
"field_19123": "Our focused internet advertising effort increased website traffic by 15%. Potential users liked it.",
"field_19124": "Our targeted online advertising campaign has received a positive response from potential users and has resulted in a 15% increase in website traffic.",
"field_19125": [
20
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 14,
"order": "11.00000000000000000000",
"created_on": "2023-02-03T01:57:36.119555+00:00",
"updated_on": "2023-02-03T03:56:15.507941+00:00",
"field_19121": null,
"field_19122": [
4
],
"field_19123": "We've added 20% more users and are on course to reach 50,000.",
"field_19124": "Our user acquisition initiatives have increased our user base by 20% and are on track to meet our target of 50,000 new users.",
"field_19125": [
20
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 15,
"order": "12.00000000000000000000",
"created_on": "2023-02-03T01:57:37.078724+00:00",
"updated_on": "2023-02-03T03:56:26.246841+00:00",
"field_19121": null,
"field_19122": [
5
],
"field_19123": "10 user surveys, 30% response rate.",
"field_19124": "Conducted 10 user surveys, with a response rate of 30%.",
"field_19125": [
20
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 16,
"order": "13.00000000000000000000",
"created_on": "2023-02-03T01:57:38.344498+00:00",
"updated_on": "2023-02-03T03:56:27.381472+00:00",
"field_19121": null,
"field_19122": [
5
],
"field_19123": "Held two 20-person focus groups.",
"field_19124": "Organized 2 focus groups, with a total of 20 participants.",
"field_19125": [
20
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 17,
"order": "13.00000000000000000000",
"created_on": "2023-02-03T01:57:38.876733+00:00",
"updated_on": "2023-02-03T03:56:35.804663+00:00",
"field_19121": null,
"field_19122": [
5
],
"field_19123": "Identified improvement areas from user surveys and focus groups.",
"field_19124": "Compiled results from user surveys and focus groups, identified top areas for improvement.",
"field_19125": [
4
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 18,
"order": "14.00000000000000000000",
"created_on": "2023-02-03T01:57:39.257575+00:00",
"updated_on": "2023-02-03T03:56:36.484083+00:00",
"field_19121": null,
"field_19122": [
5
],
"field_19123": "User-requested UI/UX upgrades and new features.",
"field_19124": "Suggested and submitted changes based on user feedback, including UI/UX updates and new features.",
"field_19125": [
4
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 19,
"order": "14.00000000000000000000",
"created_on": "2023-02-03T01:57:40.042598+00:00",
"updated_on": "2023-02-03T03:56:37.059521+00:00",
"field_19121": null,
"field_19122": [
5
],
"field_19123": "Changes improved user satisfaction by 50% when resurveyed.",
"field_19124": "Re-surveyed users to measure the impact of changes, with a 50% improvement in overall satisfaction.",
"field_19125": [
4
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 20,
"order": "15.00000000000000000000",
"created_on": "2023-02-03T01:57:40.877201+00:00",
"updated_on": "2023-02-03T03:56:52.433109+00:00",
"field_19121": null,
"field_19122": [
6
],
"field_19123": "Market research identified client pain issues and preferences.",
"field_19124": "Completed market research study, identifying key customer pain points and preferences.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 21,
"order": "15.00000000000000000000",
"created_on": "2023-02-03T01:57:41.613624+00:00",
"updated_on": "2023-02-03T03:56:52.565166+00:00",
"field_19121": null,
"field_19122": [
6
],
"field_19123": "Researching and developing new product features with cross-functional team.",
"field_19124": "Presenting findings to cross-functional team and developing new product features based on research.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 22,
"order": "16.00000000000000000000",
"created_on": "2023-02-03T01:57:42.428686+00:00",
"updated_on": "2023-02-03T03:56:59.439036+00:00",
"field_19121": null,
"field_19122": [
7
],
"field_19123": "Market research yielded customer insights.",
"field_19124": "Completed market research and received valuable customer insights.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 23,
"order": "17.00000000000000000000",
"created_on": "2023-02-03T01:57:44.642933+00:00",
"updated_on": "2023-02-03T03:56:59.875558+00:00",
"field_19121": null,
"field_19122": [
7
],
"field_19123": "Leaders approve product requirements and roadmap.",
"field_19124": "Product requirements and roadmap defined and approved by leadership team.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 24,
"order": "18.00000000000000000000",
"created_on": "2023-02-03T03:11:48.486096+00:00",
"updated_on": "2023-02-03T03:57:00.725851+00:00",
"field_19121": null,
"field_19122": [
7
],
"field_19123": "R&D is developing prioritized features.",
"field_19124": "R&D team has prioritized features and is proceeding with development",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 25,
"order": "18.00000000000000000000",
"created_on": "2023-02-03T03:11:49.158661+00:00",
"updated_on": "2023-02-03T03:57:01.736966+00:00",
"field_19121": null,
"field_19122": [
8
],
"field_19123": "Define product requirements - 100% complete",
"field_19124": "Define product requirements - 100% complete",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 26,
"order": "19.00000000000000000000",
"created_on": "2023-02-03T03:11:50.132268+00:00",
"updated_on": "2023-02-03T03:57:02.663873+00:00",
"field_19121": null,
"field_19122": [
8
],
"field_19123": "Create product roadmaps - 95% complete",
"field_19124": "Create product roadmaps - 95% complete",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 27,
"order": "19.00000000000000000000",
"created_on": "2023-02-03T03:11:50.630718+00:00",
"updated_on": "2023-02-03T03:57:02.982620+00:00",
"field_19121": null,
"field_19122": [
8
],
"field_19123": "Review and approve product proposals - 90% complete",
"field_19124": "Review and approve product proposals - 90% complete",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 28,
"order": "20.00000000000000000000",
"created_on": "2023-02-03T03:11:51.838451+00:00",
"updated_on": "2023-02-03T03:57:10.713252+00:00",
"field_19121": null,
"field_19122": [
9
],
"field_19123": "Beta testing is underway.",
"field_19124": "Product design and development is on track, with beta testing underway.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 29,
"order": "21.00000000000000000000",
"created_on": "2023-02-03T03:11:52.800130+00:00",
"updated_on": "2023-02-03T03:57:10.997014+00:00",
"field_19121": null,
"field_19122": [
9
],
"field_19123": "Product launch before Q2, marketing and sales efforts increased.",
"field_19124": "Product launch date confirmed before Q2, marketing and sales efforts being ramped up.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 30,
"order": "22.00000000000000000000",
"created_on": "2023-02-03T03:11:53.721985+00:00",
"updated_on": "2023-02-03T03:57:11.455105+00:00",
"field_19121": null,
"field_19122": [
9
],
"field_19123": "Beta testers gave positive feedback, finalizing product adjustments.",
"field_19124": "Feedback from beta testers has been positive, making final tweaks to product.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 31,
"order": "23.00000000000000000000",
"created_on": "2023-02-03T03:11:55.185366+00:00",
"updated_on": "2023-02-03T03:57:11.878145+00:00",
"field_19121": null,
"field_19122": [
9
],
"field_19123": "Key customers are interested in product demos.",
"field_19124": "Product demos are being scheduled for key customers, generating strong interest.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 32,
"order": "24.00000000000000000000",
"created_on": "2023-02-03T03:11:56.493029+00:00",
"updated_on": "2023-02-03T03:57:13.591394+00:00",
"field_19121": null,
"field_19122": [
9
],
"field_19123": "Sales team and product training materials are ready.",
"field_19124": "Product training materials have been created and sales team is ready for launch.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 33,
"order": "25.00000000000000000000",
"created_on": "2023-02-03T03:12:00.133515+00:00",
"updated_on": "2023-02-03T03:57:13.718019+00:00",
"field_19121": null,
"field_19122": [
10
],
"field_19123": "5 goods passed first testing.",
"field_19124": "Completed first round of product testing for 5 products, with positive results.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 34,
"order": "26.00000000000000000000",
"created_on": "2023-02-03T03:12:01.800197+00:00",
"updated_on": "2023-02-03T03:57:14.138531+00:00",
"field_19121": null,
"field_19122": [
10
],
"field_19123": "Improved QA reduced testing time by 30%.",
"field_19124": "Implemented improved QA processes, reducing the time to test by 30%.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 35,
"order": "27.00000000000000000000",
"created_on": "2023-02-03T03:12:03.520994+00:00",
"updated_on": "2023-02-03T03:57:14.467370+00:00",
"field_19121": null,
"field_19122": [
10
],
"field_19123": "Transferred 5 more products to QA this week.",
"field_19124": "Started transition of an additional 5 products to the QA department this week.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 36,
"order": "28.00000000000000000000",
"created_on": "2023-02-03T03:18:35.728985+00:00",
"updated_on": "2023-02-03T03:57:14.865382+00:00",
"field_19121": null,
"field_19122": [
10
],
"field_19123": "QA prioritization with R&D.",
"field_19124": "Working with R&D to prioritize remaining products for QA testing.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 37,
"order": "29.00000000000000000000",
"created_on": "2023-02-03T03:18:36.513338+00:00",
"updated_on": "2023-02-03T03:57:15.506036+00:00",
"field_19121": null,
"field_19122": [
10
],
"field_19123": "To accommodate volume growth, reviewed and updated QA resources.",
"field_19124": "Evaluated and updated QA resources to ensure we have enough capacity for the increased volume.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 38,
"order": "30.00000000000000000000",
"created_on": "2023-02-03T03:18:37.367357+00:00",
"updated_on": "2023-02-03T03:57:15.536456+00:00",
"field_19121": null,
"field_19122": [
11
],
"field_19123": "Researched modern testing methodologies' benefits.",
"field_19124": "Started researching and comparing modern testing methods and their benefits.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 39,
"order": "31.00000000000000000000",
"created_on": "2023-02-03T03:18:39.179838+00:00",
"updated_on": "2023-02-03T03:57:15.975558+00:00",
"field_19121": null,
"field_19122": [
11
],
"field_19123": "Created testing team and plan.",
"field_19124": "Formed a team to implement the chosen testing method and created a plan for implementation.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 40,
"order": "32.00000000000000000000",
"created_on": "2023-02-03T03:20:27.290787+00:00",
"updated_on": "2023-02-03T03:57:16.329896+00:00",
"field_19121": null,
"field_19122": [
11
],
"field_19123": "Successfully tested 20% of our product line with the new procedure.",
"field_19124": "Rolled out the new testing method to 20% of our product line, with successful results.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 41,
"order": "33.00000000000000000000",
"created_on": "2023-02-03T03:20:28.105924+00:00",
"updated_on": "2023-02-03T03:57:16.666362+00:00",
"field_19121": null,
"field_19122": [
11
],
"field_19123": "Fully switched to current testing, improving product quality.",
"field_19124": "Fully transitioned all products to the modern testing method, with a noticeable improvement in overall product quality.",
"field_19125": [
9
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 42,
"order": "34.00000000000000000000",
"created_on": "2023-02-03T03:20:28.900664+00:00",
"updated_on": "2023-02-03T03:57:28.782267+00:00",
"field_19121": null,
"field_19122": [
12
],
"field_19123": "To achieve 10% growth, hiring 3 customer service reps.",
"field_19124": "Hiring 3 new customer service representatives to meet our target of 10% growth.",
"field_19125": [
5
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 43,
"order": "35.00000000000000000000",
"created_on": "2023-02-03T03:20:29.877335+00:00",
"updated_on": "2023-02-03T03:57:29.242876+00:00",
"field_19121": null,
"field_19122": [
12
],
"field_19123": "To improve customer service, launched a new platform.",
"field_19124": "Launched a new customer support platform to increase efficiency and streamline support processes.",
"field_19125": [
5
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 44,
"order": "36.00000000000000000000",
"created_on": "2023-02-03T03:22:00.395830+00:00",
"updated_on": "2023-02-03T03:57:29.830879+00:00",
"field_19121": null,
"field_19122": [
12
],
"field_19123": "Provided continual customer service training and development.",
"field_19124": "Provided ongoing training and development opportunities for our customer service team to enhance their skills and knowledge.",
"field_19125": [
5
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 45,
"order": "36.00000000000000000000",
"created_on": "2023-02-03T03:22:01.048815+00:00",
"updated_on": "2023-02-03T03:57:44.004528+00:00",
"field_19121": null,
"field_19122": [
13
],
"field_19123": "Started cross-departmental customer support.",
"field_19124": "Initiated cross-departmental collaboration for customer service support.",
"field_19125": [
22
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 46,
"order": "37.00000000000000000000",
"created_on": "2023-02-03T03:22:01.639184+00:00",
"updated_on": "2023-02-03T03:57:49.084180+00:00",
"field_19121": null,
"field_19122": [
13
],
"field_19123": "Trained 5 non-customer service staff.",
"field_19124": "Recruited and trained 5 employees from other departments to support customer service.",
"field_19125": [
22
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 47,
"order": "38.00000000000000000000",
"created_on": "2023-02-03T03:22:03.558568+00:00",
"updated_on": "2023-02-03T03:57:54.525805+00:00",
"field_19121": null,
"field_19122": [
13
],
"field_19123": "Implemented cross-departmental customer service support rotation.",
"field_19124": "Implemented a rotational system for cross-departmental support in customer service.",
"field_19125": [
23
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 48,
"order": "39.00000000000000000000",
"created_on": "2023-02-03T03:22:06.111872+00:00",
"updated_on": "2023-02-03T03:57:59.499639+00:00",
"field_19121": null,
"field_19122": [
13
],
"field_19123": "Cross-departmental support maintained customer service quality.",
"field_19124": "Maintained customer service quality despite increased workload with cross-departmental support.",
"field_19125": [
21
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 49,
"order": "40.00000000000000000000",
"created_on": "2023-02-03T03:22:08.582439+00:00",
"updated_on": "2023-02-03T03:58:15.663316+00:00",
"field_19121": null,
"field_19122": [
14
],
"field_19123": "Workshop on communication skills increased confidence and happiness.",
"field_19124": "Workshop on effective communication skills conducted, attendees reported improved confidence and satisfaction.",
"field_19125": [
22
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 50,
"order": "41.00000000000000000000",
"created_on": "2023-02-03T03:22:10.452836+00:00",
"updated_on": "2023-02-03T03:58:15.676307+00:00",
"field_19121": null,
"field_19122": [
14
],
"field_19123": "After workshop, team resolved further problems.",
"field_19124": "Workshop on handling difficult customer situations concluded, team reported higher success in resolving complaints.",
"field_19125": [
22
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 51,
"order": "42.00000000000000000000",
"created_on": "2023-02-03T03:25:11.897988+00:00",
"updated_on": "2023-02-03T03:58:15.686478+00:00",
"field_19121": null,
"field_19122": [
14
],
"field_19123": "Implemented customer service technology training, staff can handle more enquiries.",
"field_19124": "Training program on the latest customer service technology implemented, team now able to handle a higher volume of inquiries.",
"field_19125": [
23
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 52,
"order": "43.00000000000000000000",
"created_on": "2023-02-03T03:25:12.741504+00:00",
"updated_on": "2023-02-03T03:58:15.697116+00:00",
"field_19121": null,
"field_19122": [
14
],
"field_19123": "Workshop team building exercises enhanced customer service rep morale and teamwork.",
"field_19124": "Team building exercises added to workshop schedule, improved morale and collaboration among customer service representatives.",
"field_19125": [
21
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 53,
"order": "43.00000000000000000000",
"created_on": "2023-02-03T03:25:13.589592+00:00",
"updated_on": "2023-02-03T03:58:27.033672+00:00",
"field_19121": null,
"field_19122": [
14
],
"field_19123": "Customer service is faster and more efficient with online resources and support tools.",
"field_19124": "Online resources and support tools made available to the customer service team, resulting in faster and more efficient service.",
"field_19125": [
22
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 54,
"order": "44.00000000000000000000",
"created_on": "2023-02-03T03:25:14.398749+00:00",
"updated_on": "2023-02-03T03:58:30.106697+00:00",
"field_19121": null,
"field_19122": [
15
],
"field_19123": "Designed a mentorship program and defined mentors' and mentees' roles.",
"field_19124": "Developed a mentorship program structure and outlined the responsibilities of mentors and mentees",
"field_19125": [
22
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 55,
"order": "45.00000000000000000000",
"created_on": "2023-02-03T03:25:15.821233+00:00",
"updated_on": "2023-02-03T03:58:30.114581+00:00",
"field_19121": null,
"field_19122": [
15
],
"field_19123": "Recruited mentors from customer service.",
"field_19124": "Recruited experienced customer service employees to serve as mentors.",
"field_19125": [
22
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 56,
"order": "46.00000000000000000000",
"created_on": "2023-02-03T03:26:47.170330+00:00",
"updated_on": "2023-02-03T03:58:30.124832+00:00",
"field_19121": null,
"field_19122": [
15
],
"field_19123": "Matching mentees and mentors by skills and career aspirations.",
"field_19124": "Started matching mentees with mentors based on skill sets and career goals.",
"field_19125": [
23
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 57,
"order": "47.00000000000000000000",
"created_on": "2023-02-03T03:26:48.352537+00:00",
"updated_on": "2023-02-03T03:58:30.133292+00:00",
"field_19121": null,
"field_19122": [
15
],
"field_19123": "Oriented mentees on program expectations.",
"field_19124": "Held an orientation session for mentees to explain the program details and expectations.",
"field_19125": [
21
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 58,
"order": "48.00000000000000000000",
"created_on": "2023-02-03T03:26:49.482274+00:00",
"updated_on": "2023-02-03T03:58:38.490747+00:00",
"field_19121": null,
"field_19122": [
15
],
"field_19123": "Discussed career paths and aspirations in the first mentorship session.",
"field_19124": "Started the first round of mentorship sessions with mentors and mentees discussing individual goals and career paths.",
"field_19125": [
5
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 59,
"order": "49.00000000000000000000",
"created_on": "2023-02-03T03:26:52.098299+00:00",
"updated_on": "2023-02-03T03:58:47.915093+00:00",
"field_19121": null,
"field_19122": [
16
],
"field_19123": "Market surveys to determine client preferences.",
"field_19124": "Conducted market surveys to gather data on customer behavior and preferences.",
"field_19125": [
23
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 60,
"order": "50.00000000000000000000",
"created_on": "2023-02-03T03:28:43.959933+00:00",
"updated_on": "2023-02-03T03:58:47.926209+00:00",
"field_19121": null,
"field_19122": [
16
],
"field_19123": "Data-analyzed customer incentives.",
"field_19124": "Analyzed data to determine the most effective incentives for customers.",
"field_19125": [
21
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 61,
"order": "51.00000000000000000000",
"created_on": "2023-02-03T03:28:44.710404+00:00",
"updated_on": "2023-02-03T03:58:49.641275+00:00",
"field_19121": null,
"field_19122": [
16
],
"field_19123": "Presented findings to management and informing new consumer incentive programs.",
"field_19124": "Presented findings to management and used the information to inform new customer incentive programs.",
"field_19125": [
23
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 62,
"order": "52.00000000000000000000",
"created_on": "2023-02-03T03:28:45.671620+00:00",
"updated_on": "2023-02-03T03:58:49.653345+00:00",
"field_19121": null,
"field_19122": [
16
],
"field_19123": "Adjusted incentive programs based on feedback.",
"field_19124": "Monitored the success of new incentive programs and made adjustments based on feedback.",
"field_19125": [
21
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 63,
"order": "53.00000000000000000000",
"created_on": "2023-02-03T03:28:47.085050+00:00",
"updated_on": "2023-02-03T03:58:56.103259+00:00",
"field_19121": null,
"field_19122": [
16
],
"field_19123": "Collected customer behavior data and improving incentive programs as needed.",
"field_19124": "Continued to gather customer behavior data and make improvements to incentive programs as needed.",
"field_19125": [
21
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 64,
"order": "54.00000000000000000000",
"created_on": "2023-02-03T03:28:47.940080+00:00",
"updated_on": "2023-02-03T03:59:10.485777+00:00",
"field_19121": null,
"field_19122": [
17
],
"field_19123": "Customer incentive surveys and focus groups.",
"field_19124": "Conducting surveys and focus groups to gather customer opinions on potential incentives.",
"field_19125": [
5
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 65,
"order": "55.00000000000000000000",
"created_on": "2023-02-03T03:28:49.064094+00:00",
"updated_on": "2023-02-03T03:59:11.429445+00:00",
"field_19121": null,
"field_19122": [
17
],
"field_19123": "Data analysis and industry trends to measure incentive effectiveness.",
"field_19124": "Analyzing data and researching industry trends to determine the most effective incentives.",
"field_19125": [
5
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 66,
"order": "56.00000000000000000000",
"created_on": "2023-02-03T03:28:50.967112+00:00",
"updated_on": "2023-02-03T03:59:14.182029+00:00",
"field_19121": null,
"field_19122": [
17
],
"field_19123": "Cross-functional teams brainstorming incentive ideas.",
"field_19124": "Brainstorming and discussing various incentive ideas with cross-functional teams.",
"field_19125": [
5
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 67,
"order": "57.00000000000000000000",
"created_on": "2023-02-03T03:28:52.319486+00:00",
"updated_on": "2023-02-03T03:59:14.240519+00:00",
"field_19121": null,
"field_19122": [
17
],
"field_19123": "Created incentive choices for management review.",
"field_19124": "Developed several potential incentive options for review by the management team.",
"field_19125": [
5
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 68,
"order": "58.00000000000000000000",
"created_on": "2023-02-03T03:28:53.850574+00:00",
"updated_on": "2023-02-03T03:59:27.029326+00:00",
"field_19121": null,
"field_19122": [
17
],
"field_19123": "Approving final incentive ideas with senior leadership.",
"field_19124": "Presenting final incentive proposals to senior leadership for approval.",
"field_19125": [
22
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 69,
"order": "59.00000000000000000000",
"created_on": "2023-02-03T03:28:55.250774+00:00",
"updated_on": "2023-02-03T03:59:15.417780+00:00",
"field_19121": null,
"field_19122": [
17
],
"field_19123": "Launching selected incentives before Q2.",
"field_19124": "Implementing chosen incentives and launching them before the end of Q1.",
"field_19125": [
5
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
},
{
"id": 70,
"order": "60.00000000000000000000",
"created_on": "2023-02-03T03:28:57.341534+00:00",
"updated_on": "2023-02-03T03:59:16.379602+00:00",
"field_19121": null,
"field_19122": [
17
],
"field_19123": "Monitoring incentive success and adjusting based on consumer input.",
"field_19124": "Monitoring the success of the incentives and making any necessary adjustments based on customer feedback.",
"field_19125": [
5
],
"field_19126": null,
"field_19127": null,
"field_19128": null,
"field_19129": null,
"field_19130": null
}
],
"data_sync": null
},
{
"id": 2060,
"name": "Employees",
"order": 4,
"fields": [
{
"id": 19131,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19132,
"type": "link_row",
"name": "Title",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2061,
"link_row_related_field_id": 19157,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19133,
"type": "link_row",
"name": "Department",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2062,
"link_row_related_field_id": 19163,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19134,
"type": "link_row",
"name": "Office location",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2063,
"link_row_related_field_id": 19171,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19135,
"type": "file",
"name": "Photo",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 19136,
"type": "text",
"name": "Local extension number",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19137,
"type": "phone_number",
"name": "Phone number",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 19138,
"type": "email",
"name": "Email",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 19139,
"type": "text",
"name": "Address",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19140,
"type": "text",
"name": "Zip code",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19141,
"type": "long_text",
"name": "Remarks",
"description": null,
"order": 15,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": true
},
{
"id": 19142,
"type": "date",
"name": "Start date",
"description": null,
"order": 16,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 19143,
"type": "single_select",
"name": "Status",
"description": null,
"order": 17,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 10738,
"value": "Full-time",
"color": "dark-green",
"order": 0
},
{
"id": 10739,
"value": "Part-time",
"color": "dark-blue",
"order": 1
},
{
"id": 10740,
"value": "Seasonal",
"color": "dark-red",
"order": 2
},
{
"id": 10741,
"value": "Temporary",
"color": "dark-gray",
"order": 3
}
]
},
{
"id": 19144,
"type": "boolean",
"name": "Is active",
"description": null,
"order": 19,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 19145,
"type": "date",
"name": "End date",
"description": null,
"order": 20,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": "ISO",
"date_include_time": false,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 19146,
"type": "count",
"name": "Objectives supervising",
"description": null,
"order": 22,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": 0,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"through_field_id": 19150
},
{
"id": 19147,
"type": "link_row",
"name": "Related updates",
"description": null,
"order": 23,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2059,
"link_row_related_field_id": 19125,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19148,
"type": "link_row",
"name": "Related key results as lead",
"description": null,
"order": 24,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2058,
"link_row_related_field_id": 19116,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19149,
"type": "link_row",
"name": "Related key results as member",
"description": null,
"order": 25,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2058,
"link_row_related_field_id": 19117,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19150,
"type": "link_row",
"name": "Related objectives as lead",
"description": null,
"order": 26,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2057,
"link_row_related_field_id": 19088,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19151,
"type": "formula",
"name": "Key results linked",
"description": null,
"order": 27,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": 0,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "add( \n count(field(\"Related key results as lead\")), \n count(field(\"Related key results as member\")) \n)",
"formula_type": "number"
},
{
"id": 19152,
"type": "rollup",
"name": "Department name",
"description": null,
"order": 28,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": true,
"error": null,
"date_include_time": null,
"duration_format": null,
"through_field_id": 19133,
"target_field_id": 19160,
"rollup_function": "min"
},
{
"id": 19153,
"type": "rollup",
"name": "Office locations name",
"description": null,
"order": 29,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": null,
"date_time_format": null,
"nullable": true,
"error": null,
"date_include_time": null,
"duration_format": null,
"through_field_id": 19134,
"target_field_id": 19168,
"rollup_function": "min"
},
{
"id": 19154,
"type": "password",
"name": "Password",
"description": null,
"order": 30,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
}
],
"views": [
{
"id": 7972,
"type": "grid",
"name": "All employees",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5674,
"field_id": 19131,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56808,
"field_id": 19135,
"width": 113,
"hidden": false,
"order": 0,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56809,
"field_id": 19146,
"width": 211,
"hidden": false,
"order": 1,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56810,
"field_id": 19151,
"width": 167,
"hidden": false,
"order": 2,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56811,
"field_id": 19132,
"width": 170,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56812,
"field_id": 19133,
"width": 169,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56813,
"field_id": 19152,
"width": 200,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56814,
"field_id": 19134,
"width": 171,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56815,
"field_id": 19153,
"width": 200,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56816,
"field_id": 19136,
"width": 208,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56817,
"field_id": 19137,
"width": 153,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56818,
"field_id": 19138,
"width": 275,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56819,
"field_id": 19139,
"width": 240,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56820,
"field_id": 19140,
"width": 118,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56821,
"field_id": 19141,
"width": 200,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56822,
"field_id": 19142,
"width": 123,
"hidden": false,
"order": 18,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56823,
"field_id": 19145,
"width": 117,
"hidden": false,
"order": 19,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56824,
"field_id": 19143,
"width": 106,
"hidden": false,
"order": 20,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56825,
"field_id": 19144,
"width": 110,
"hidden": false,
"order": 21,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 56826,
"field_id": 19131,
"width": 173,
"hidden": false,
"order": 22,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56827,
"field_id": 19150,
"width": 217,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56828,
"field_id": 19148,
"width": 222,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56829,
"field_id": 19149,
"width": 247,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56830,
"field_id": 19147,
"width": 160,
"hidden": false,
"order": 26,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56831,
"field_id": 19154,
"width": 200,
"hidden": false,
"order": 27,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7973,
"type": "grid",
"name": "All employees grouped by Department",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5675,
"field_id": 19131,
"order": "ASC"
}
],
"group_bys": [
{
"id": 240,
"field_id": 19152,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56832,
"field_id": 19135,
"width": 113,
"hidden": false,
"order": 0,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56833,
"field_id": 19146,
"width": 211,
"hidden": false,
"order": 1,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56834,
"field_id": 19151,
"width": 167,
"hidden": false,
"order": 2,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56835,
"field_id": 19132,
"width": 170,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56836,
"field_id": 19133,
"width": 169,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56837,
"field_id": 19152,
"width": 200,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56838,
"field_id": 19134,
"width": 171,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56839,
"field_id": 19153,
"width": 200,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56840,
"field_id": 19136,
"width": 208,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56841,
"field_id": 19137,
"width": 153,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56842,
"field_id": 19138,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56843,
"field_id": 19139,
"width": 240,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56844,
"field_id": 19140,
"width": 118,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56845,
"field_id": 19141,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56846,
"field_id": 19142,
"width": 123,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56847,
"field_id": 19145,
"width": 117,
"hidden": false,
"order": 18,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56848,
"field_id": 19143,
"width": 106,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56849,
"field_id": 19144,
"width": 110,
"hidden": false,
"order": 20,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 56850,
"field_id": 19131,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56851,
"field_id": 19150,
"width": 217,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56852,
"field_id": 19148,
"width": 222,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56853,
"field_id": 19149,
"width": 247,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56854,
"field_id": 19147,
"width": 160,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56855,
"field_id": 19154,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7974,
"type": "grid",
"name": "All employees grouped by Office location",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5676,
"field_id": 19131,
"order": "ASC"
}
],
"group_bys": [
{
"id": 241,
"field_id": 19153,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56856,
"field_id": 19135,
"width": 113,
"hidden": false,
"order": 0,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56857,
"field_id": 19146,
"width": 211,
"hidden": false,
"order": 1,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56858,
"field_id": 19151,
"width": 167,
"hidden": false,
"order": 2,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56859,
"field_id": 19132,
"width": 170,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56860,
"field_id": 19133,
"width": 169,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56861,
"field_id": 19152,
"width": 200,
"hidden": true,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56862,
"field_id": 19134,
"width": 171,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56863,
"field_id": 19153,
"width": 200,
"hidden": true,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56864,
"field_id": 19136,
"width": 208,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56865,
"field_id": 19137,
"width": 153,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56866,
"field_id": 19138,
"width": 200,
"hidden": false,
"order": 13,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56867,
"field_id": 19139,
"width": 240,
"hidden": false,
"order": 14,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56868,
"field_id": 19140,
"width": 118,
"hidden": false,
"order": 15,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56869,
"field_id": 19141,
"width": 200,
"hidden": false,
"order": 16,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56870,
"field_id": 19142,
"width": 123,
"hidden": false,
"order": 17,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56871,
"field_id": 19145,
"width": 117,
"hidden": false,
"order": 18,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56872,
"field_id": 19143,
"width": 106,
"hidden": false,
"order": 19,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56873,
"field_id": 19144,
"width": 110,
"hidden": false,
"order": 20,
"aggregation_type": "checked_count",
"aggregation_raw_type": "empty_count"
},
{
"id": 56874,
"field_id": 19131,
"width": 173,
"hidden": false,
"order": 21,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56875,
"field_id": 19150,
"width": 217,
"hidden": false,
"order": 22,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56876,
"field_id": 19148,
"width": 222,
"hidden": false,
"order": 23,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56877,
"field_id": 19149,
"width": 247,
"hidden": false,
"order": 24,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56878,
"field_id": 19147,
"width": 160,
"hidden": false,
"order": 25,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56879,
"field_id": 19154,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7975,
"type": "form",
"name": "Add new employee",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"public": false,
"title": "Add new employee",
"description": "",
"cover_image": {
"name": "ke6FoSFeRnn25b5dMla8lRLTY3qxeMw9_85d919a71bbf58dd3b55f6d7c634573f36cd86251b71b9bf84ff1370703769ff.jpg",
"original_name": "Header.Clients.01.jpg"
},
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Thank you for using this form. To add more employees, please refresh this page.",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 9576,
"field_id": 19135,
"name": "",
"description": "You can add a photo of the employee here.",
"enabled": true,
"required": false,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9577,
"field_id": 19132,
"name": "",
"description": "Please select the employee's role or designation from the selection below.",
"enabled": true,
"required": true,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9578,
"field_id": 19133,
"name": "",
"description": "Please indicate the department this employee belongs to.",
"enabled": true,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9579,
"field_id": 19134,
"name": "",
"description": "Select the assigned office location for this employee.",
"enabled": true,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9580,
"field_id": 19136,
"name": "",
"description": "Please enter the local or extension number assigned to this employee.",
"enabled": true,
"required": false,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9581,
"field_id": 19137,
"name": "",
"description": "Enter the employee's current phone or mobile number.",
"enabled": true,
"required": true,
"order": 8,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9582,
"field_id": 19138,
"name": "",
"description": "Please enter the employee's email address.",
"enabled": true,
"required": true,
"order": 9,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9583,
"field_id": 19139,
"name": "",
"description": "Enter the employee's current home address.",
"enabled": true,
"required": false,
"order": 10,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9584,
"field_id": 19140,
"name": "",
"description": "Please indicate the zip code of the employee's address.",
"enabled": true,
"required": false,
"order": 11,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9585,
"field_id": 19141,
"name": "",
"description": "Fill in any notes or remarks about this employee.",
"enabled": true,
"required": false,
"order": 12,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9586,
"field_id": 19142,
"name": "",
"description": "Please enter the date this employee joined the organization.",
"enabled": true,
"required": true,
"order": 13,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9587,
"field_id": 19143,
"name": "",
"description": "Select the employee's employment status.",
"enabled": true,
"required": true,
"order": 14,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9588,
"field_id": 19144,
"name": "",
"description": "Please indicate whether this employee is still with the organization.",
"enabled": true,
"required": false,
"order": 15,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9589,
"field_id": 19131,
"name": "",
"description": "Please enter the unique company-provided employee ID number assigned to this employee. ex: BR00001",
"enabled": false,
"required": true,
"order": 16,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9590,
"field_id": 19145,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 17,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9591,
"field_id": 19146,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9592,
"field_id": 19147,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9593,
"field_id": 19148,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9594,
"field_id": 19149,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9595,
"field_id": 19150,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
},
{
"id": 9596,
"field_id": 19151,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"condition_groups": [],
"field_component": "default"
}
]
},
{
"id": 7976,
"type": "gallery",
"name": "Goal supervisors",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4886,
"field_id": 19146,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5677,
"field_id": 19131,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 19135,
"field_options": [
{
"id": 11075,
"field_id": 19131,
"hidden": false,
"order": 1
},
{
"id": 11076,
"field_id": 19132,
"hidden": false,
"order": 5
},
{
"id": 11077,
"field_id": 19133,
"hidden": false,
"order": 6
},
{
"id": 11078,
"field_id": 19134,
"hidden": true,
"order": 7
},
{
"id": 11079,
"field_id": 19135,
"hidden": true,
"order": 8
},
{
"id": 11080,
"field_id": 19146,
"hidden": false,
"order": 9
},
{
"id": 11081,
"field_id": 19136,
"hidden": false,
"order": 10
},
{
"id": 11082,
"field_id": 19137,
"hidden": true,
"order": 11
},
{
"id": 11083,
"field_id": 19138,
"hidden": true,
"order": 12
},
{
"id": 11084,
"field_id": 19139,
"hidden": true,
"order": 13
},
{
"id": 11085,
"field_id": 19140,
"hidden": true,
"order": 14
},
{
"id": 11086,
"field_id": 19141,
"hidden": true,
"order": 15
},
{
"id": 11087,
"field_id": 19142,
"hidden": true,
"order": 16
},
{
"id": 11088,
"field_id": 19143,
"hidden": true,
"order": 17
},
{
"id": 11089,
"field_id": 19144,
"hidden": true,
"order": 18
},
{
"id": 11090,
"field_id": 19145,
"hidden": true,
"order": 19
},
{
"id": 11091,
"field_id": 19147,
"hidden": true,
"order": 20
},
{
"id": 11092,
"field_id": 19148,
"hidden": true,
"order": 21
},
{
"id": 11093,
"field_id": 19149,
"hidden": true,
"order": 22
},
{
"id": 11094,
"field_id": 19150,
"hidden": true,
"order": 23
},
{
"id": 11095,
"field_id": 19151,
"hidden": true,
"order": 24
},
{
"id": 11096,
"field_id": 19152,
"hidden": true,
"order": 32767
},
{
"id": 11097,
"field_id": 19153,
"hidden": true,
"order": 32767
},
{
"id": 11098,
"field_id": 19154,
"hidden": true,
"order": 32767
}
]
},
{
"id": 7977,
"type": "gallery",
"name": "Active employees",
"order": 6,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4887,
"field_id": 19144,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5678,
"field_id": 19131,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 19135,
"field_options": [
{
"id": 11099,
"field_id": 19131,
"hidden": false,
"order": 0
},
{
"id": 11100,
"field_id": 19132,
"hidden": false,
"order": 5
},
{
"id": 11101,
"field_id": 19133,
"hidden": false,
"order": 6
},
{
"id": 11102,
"field_id": 19134,
"hidden": true,
"order": 7
},
{
"id": 11103,
"field_id": 19135,
"hidden": true,
"order": 8
},
{
"id": 11104,
"field_id": 19136,
"hidden": false,
"order": 9
},
{
"id": 11105,
"field_id": 19137,
"hidden": false,
"order": 10
},
{
"id": 11106,
"field_id": 19138,
"hidden": true,
"order": 11
},
{
"id": 11107,
"field_id": 19139,
"hidden": true,
"order": 12
},
{
"id": 11108,
"field_id": 19140,
"hidden": true,
"order": 13
},
{
"id": 11109,
"field_id": 19141,
"hidden": true,
"order": 16
},
{
"id": 11110,
"field_id": 19142,
"hidden": true,
"order": 17
},
{
"id": 11111,
"field_id": 19143,
"hidden": false,
"order": 18
},
{
"id": 11112,
"field_id": 19144,
"hidden": true,
"order": 19
},
{
"id": 11113,
"field_id": 19145,
"hidden": true,
"order": 32767
},
{
"id": 11114,
"field_id": 19146,
"hidden": true,
"order": 32767
},
{
"id": 11115,
"field_id": 19147,
"hidden": true,
"order": 32767
},
{
"id": 11116,
"field_id": 19148,
"hidden": true,
"order": 32767
},
{
"id": 11117,
"field_id": 19149,
"hidden": true,
"order": 32767
},
{
"id": 11118,
"field_id": 19150,
"hidden": true,
"order": 32767
},
{
"id": 11119,
"field_id": 19151,
"hidden": true,
"order": 32767
},
{
"id": 11120,
"field_id": 19152,
"hidden": true,
"order": 32767
},
{
"id": 11121,
"field_id": 19153,
"hidden": true,
"order": 32767
},
{
"id": 11122,
"field_id": 19154,
"hidden": true,
"order": 32767
}
]
},
{
"id": 7978,
"type": "gallery",
"name": "Full-time employees",
"order": 7,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4888,
"field_id": 19143,
"type": "single_select_equal",
"value": "10738",
"group": null
},
{
"id": 4889,
"field_id": 19144,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5679,
"field_id": 19131,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 19135,
"field_options": [
{
"id": 11123,
"field_id": 19131,
"hidden": false,
"order": 0
},
{
"id": 11124,
"field_id": 19132,
"hidden": false,
"order": 5
},
{
"id": 11125,
"field_id": 19133,
"hidden": false,
"order": 6
},
{
"id": 11126,
"field_id": 19134,
"hidden": true,
"order": 7
},
{
"id": 11127,
"field_id": 19135,
"hidden": true,
"order": 8
},
{
"id": 11128,
"field_id": 19136,
"hidden": false,
"order": 9
},
{
"id": 11129,
"field_id": 19137,
"hidden": false,
"order": 10
},
{
"id": 11130,
"field_id": 19138,
"hidden": true,
"order": 11
},
{
"id": 11131,
"field_id": 19139,
"hidden": true,
"order": 12
},
{
"id": 11132,
"field_id": 19140,
"hidden": true,
"order": 13
},
{
"id": 11133,
"field_id": 19141,
"hidden": true,
"order": 16
},
{
"id": 11134,
"field_id": 19142,
"hidden": true,
"order": 17
},
{
"id": 11135,
"field_id": 19143,
"hidden": true,
"order": 18
},
{
"id": 11136,
"field_id": 19144,
"hidden": true,
"order": 19
},
{
"id": 11137,
"field_id": 19145,
"hidden": true,
"order": 32767
},
{
"id": 11138,
"field_id": 19146,
"hidden": true,
"order": 32767
},
{
"id": 11139,
"field_id": 19147,
"hidden": true,
"order": 32767
},
{
"id": 11140,
"field_id": 19148,
"hidden": true,
"order": 32767
},
{
"id": 11141,
"field_id": 19149,
"hidden": true,
"order": 32767
},
{
"id": 11142,
"field_id": 19150,
"hidden": true,
"order": 32767
},
{
"id": 11143,
"field_id": 19151,
"hidden": true,
"order": 32767
},
{
"id": 11144,
"field_id": 19152,
"hidden": true,
"order": 32767
},
{
"id": 11145,
"field_id": 19153,
"hidden": true,
"order": 32767
},
{
"id": 11146,
"field_id": 19154,
"hidden": true,
"order": 32767
}
]
},
{
"id": 7979,
"type": "gallery",
"name": "Part-time employees",
"order": 8,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4890,
"field_id": 19143,
"type": "single_select_equal",
"value": "10739",
"group": null
},
{
"id": 4891,
"field_id": 19144,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5680,
"field_id": 19131,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 19135,
"field_options": [
{
"id": 11147,
"field_id": 19131,
"hidden": false,
"order": 0
},
{
"id": 11148,
"field_id": 19132,
"hidden": false,
"order": 5
},
{
"id": 11149,
"field_id": 19133,
"hidden": false,
"order": 6
},
{
"id": 11150,
"field_id": 19134,
"hidden": true,
"order": 7
},
{
"id": 11151,
"field_id": 19135,
"hidden": true,
"order": 8
},
{
"id": 11152,
"field_id": 19136,
"hidden": false,
"order": 9
},
{
"id": 11153,
"field_id": 19137,
"hidden": false,
"order": 10
},
{
"id": 11154,
"field_id": 19138,
"hidden": true,
"order": 11
},
{
"id": 11155,
"field_id": 19139,
"hidden": true,
"order": 12
},
{
"id": 11156,
"field_id": 19140,
"hidden": true,
"order": 13
},
{
"id": 11157,
"field_id": 19141,
"hidden": true,
"order": 16
},
{
"id": 11158,
"field_id": 19142,
"hidden": true,
"order": 17
},
{
"id": 11159,
"field_id": 19143,
"hidden": true,
"order": 18
},
{
"id": 11160,
"field_id": 19144,
"hidden": true,
"order": 19
},
{
"id": 11161,
"field_id": 19145,
"hidden": true,
"order": 32767
},
{
"id": 11162,
"field_id": 19146,
"hidden": true,
"order": 32767
},
{
"id": 11163,
"field_id": 19147,
"hidden": true,
"order": 32767
},
{
"id": 11164,
"field_id": 19148,
"hidden": true,
"order": 32767
},
{
"id": 11165,
"field_id": 19149,
"hidden": true,
"order": 32767
},
{
"id": 11166,
"field_id": 19150,
"hidden": true,
"order": 32767
},
{
"id": 11167,
"field_id": 19151,
"hidden": true,
"order": 32767
},
{
"id": 11168,
"field_id": 19152,
"hidden": true,
"order": 32767
},
{
"id": 11169,
"field_id": 19153,
"hidden": true,
"order": 32767
},
{
"id": 11170,
"field_id": 19154,
"hidden": true,
"order": 32767
}
]
},
{
"id": 7980,
"type": "gallery",
"name": "Seasonal employees",
"order": 9,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4892,
"field_id": 19143,
"type": "single_select_equal",
"value": "10740",
"group": null
},
{
"id": 4893,
"field_id": 19144,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5681,
"field_id": 19131,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 19135,
"field_options": [
{
"id": 11171,
"field_id": 19131,
"hidden": false,
"order": 0
},
{
"id": 11172,
"field_id": 19132,
"hidden": false,
"order": 5
},
{
"id": 11173,
"field_id": 19133,
"hidden": false,
"order": 6
},
{
"id": 11174,
"field_id": 19134,
"hidden": true,
"order": 7
},
{
"id": 11175,
"field_id": 19135,
"hidden": true,
"order": 8
},
{
"id": 11176,
"field_id": 19136,
"hidden": false,
"order": 9
},
{
"id": 11177,
"field_id": 19137,
"hidden": false,
"order": 10
},
{
"id": 11178,
"field_id": 19138,
"hidden": true,
"order": 11
},
{
"id": 11179,
"field_id": 19139,
"hidden": true,
"order": 12
},
{
"id": 11180,
"field_id": 19140,
"hidden": true,
"order": 13
},
{
"id": 11181,
"field_id": 19141,
"hidden": true,
"order": 16
},
{
"id": 11182,
"field_id": 19142,
"hidden": true,
"order": 17
},
{
"id": 11183,
"field_id": 19143,
"hidden": true,
"order": 18
},
{
"id": 11184,
"field_id": 19144,
"hidden": true,
"order": 19
},
{
"id": 11185,
"field_id": 19145,
"hidden": true,
"order": 32767
},
{
"id": 11186,
"field_id": 19146,
"hidden": true,
"order": 32767
},
{
"id": 11187,
"field_id": 19147,
"hidden": true,
"order": 32767
},
{
"id": 11188,
"field_id": 19148,
"hidden": true,
"order": 32767
},
{
"id": 11189,
"field_id": 19149,
"hidden": true,
"order": 32767
},
{
"id": 11190,
"field_id": 19150,
"hidden": true,
"order": 32767
},
{
"id": 11191,
"field_id": 19151,
"hidden": true,
"order": 32767
},
{
"id": 11192,
"field_id": 19152,
"hidden": true,
"order": 32767
},
{
"id": 11193,
"field_id": 19153,
"hidden": true,
"order": 32767
},
{
"id": 11194,
"field_id": 19154,
"hidden": true,
"order": 32767
}
]
},
{
"id": 7981,
"type": "gallery",
"name": "Temporary employees",
"order": 10,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4894,
"field_id": 19143,
"type": "single_select_equal",
"value": "10741",
"group": null
},
{
"id": 4895,
"field_id": 19144,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5682,
"field_id": 19131,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 19135,
"field_options": [
{
"id": 11195,
"field_id": 19131,
"hidden": false,
"order": 0
},
{
"id": 11196,
"field_id": 19132,
"hidden": false,
"order": 5
},
{
"id": 11197,
"field_id": 19133,
"hidden": false,
"order": 6
},
{
"id": 11198,
"field_id": 19134,
"hidden": true,
"order": 7
},
{
"id": 11199,
"field_id": 19135,
"hidden": true,
"order": 8
},
{
"id": 11200,
"field_id": 19136,
"hidden": false,
"order": 9
},
{
"id": 11201,
"field_id": 19137,
"hidden": false,
"order": 10
},
{
"id": 11202,
"field_id": 19138,
"hidden": true,
"order": 11
},
{
"id": 11203,
"field_id": 19139,
"hidden": true,
"order": 12
},
{
"id": 11204,
"field_id": 19140,
"hidden": true,
"order": 13
},
{
"id": 11205,
"field_id": 19141,
"hidden": true,
"order": 16
},
{
"id": 11206,
"field_id": 19142,
"hidden": true,
"order": 17
},
{
"id": 11207,
"field_id": 19143,
"hidden": true,
"order": 18
},
{
"id": 11208,
"field_id": 19144,
"hidden": true,
"order": 19
},
{
"id": 11209,
"field_id": 19145,
"hidden": true,
"order": 32767
},
{
"id": 11210,
"field_id": 19146,
"hidden": true,
"order": 32767
},
{
"id": 11211,
"field_id": 19147,
"hidden": true,
"order": 32767
},
{
"id": 11212,
"field_id": 19148,
"hidden": true,
"order": 32767
},
{
"id": 11213,
"field_id": 19149,
"hidden": true,
"order": 32767
},
{
"id": 11214,
"field_id": 19150,
"hidden": true,
"order": 32767
},
{
"id": 11215,
"field_id": 19151,
"hidden": true,
"order": 32767
},
{
"id": 11216,
"field_id": 19152,
"hidden": true,
"order": 32767
},
{
"id": 11217,
"field_id": 19153,
"hidden": true,
"order": 32767
},
{
"id": 11218,
"field_id": 19154,
"hidden": true,
"order": 32767
}
]
},
{
"id": 7982,
"type": "kanban",
"name": "Employees by status",
"order": 11,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4896,
"field_id": 19144,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 19143,
"card_cover_image_field_id": 19135,
"field_options": [
{
"id": 10175,
"field_id": 19131,
"hidden": false,
"order": 0
},
{
"id": 10176,
"field_id": 19132,
"hidden": false,
"order": 5
},
{
"id": 10177,
"field_id": 19133,
"hidden": true,
"order": 6
},
{
"id": 10178,
"field_id": 19134,
"hidden": true,
"order": 7
},
{
"id": 10179,
"field_id": 19135,
"hidden": true,
"order": 8
},
{
"id": 10180,
"field_id": 19136,
"hidden": true,
"order": 9
},
{
"id": 10181,
"field_id": 19137,
"hidden": true,
"order": 10
},
{
"id": 10182,
"field_id": 19138,
"hidden": true,
"order": 11
},
{
"id": 10183,
"field_id": 19139,
"hidden": true,
"order": 12
},
{
"id": 10184,
"field_id": 19140,
"hidden": true,
"order": 13
},
{
"id": 10185,
"field_id": 19141,
"hidden": true,
"order": 16
},
{
"id": 10186,
"field_id": 19142,
"hidden": true,
"order": 17
},
{
"id": 10187,
"field_id": 19143,
"hidden": true,
"order": 18
},
{
"id": 10188,
"field_id": 19144,
"hidden": true,
"order": 19
},
{
"id": 10189,
"field_id": 19145,
"hidden": true,
"order": 32767
},
{
"id": 10190,
"field_id": 19146,
"hidden": true,
"order": 32767
},
{
"id": 10191,
"field_id": 19147,
"hidden": true,
"order": 32767
},
{
"id": 10192,
"field_id": 19148,
"hidden": true,
"order": 32767
},
{
"id": 10193,
"field_id": 19149,
"hidden": true,
"order": 32767
},
{
"id": 10194,
"field_id": 19150,
"hidden": true,
"order": 32767
},
{
"id": 10195,
"field_id": 19151,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:41:08.429516+00:00",
"updated_on": "2024-04-30T07:57:23.485219+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Janice Fitzpatrick",
"field_19132": [
12
],
"field_19133": [
8
],
"field_19134": [
2
],
"field_19135": [
{
"name": "vLWrwI4dnyLIVqvD9PICeU4D1mSAtfK3_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg",
"visible_name": "Woman.16.jpg",
"original_name": "vLWrwI4dnyLIVqvD9PICeU4D1mSAtfK3_6033c389c7b9a28b3f4d1ad791cd071bb18d341fb50ca862338d0688129b1d93.jpg"
}
],
"field_19136": "x2083",
"field_19137": "(510) 476-1189",
"field_19138": "janice.fitzpatrick@example.com",
"field_19139": "1053 Thompson Drive, Union City, California",
"field_19140": "94587",
"field_19141": "Started this company with friends.",
"field_19142": "2012-01-08",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [],
"field_19150": [
1,
11,
19
],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$h12Va61QebEuhx2XoElMaT$+IzrErccPukLNpN2zyLFu9psQkgANgPaxkVygixEXLE="
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:41:08.431669+00:00",
"updated_on": "2024-04-30T07:57:23.487379+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Cinda Pullen",
"field_19132": [
13
],
"field_19133": [
8
],
"field_19134": [
2
],
"field_19135": [
{
"name": "qfwRy3yZ8kYXuQsy1bVd7686OSYpgoUQ_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg",
"visible_name": "Woman.36.jpg",
"original_name": "qfwRy3yZ8kYXuQsy1bVd7686OSYpgoUQ_32a0bb1e8cd43f9a27f05e95039ad44b606915d94c3f6ac8aa9359a5d66d0e40.jpg"
}
],
"field_19136": "x8170",
"field_19137": "(213) 743-1636",
"field_19138": "cinda.pullen@example.com",
"field_19139": "3486 Canis Heights Drive, Los Angeles, California",
"field_19140": "90007",
"field_19141": "Joined to build something wonderful.",
"field_19142": "2012-01-08",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [],
"field_19150": [
6,
7,
15,
16,
24
],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$Z8rdW9lS4ZK2J9GiR4RRYG$OzdovDfo+ION9MtrXDs6T9+KYTqhBu4BfO35sNofkOY="
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T19:39:33.168366+00:00",
"updated_on": "2024-04-30T07:57:23.489084+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Clayton Best",
"field_19132": [
14
],
"field_19133": [
8
],
"field_19134": [
2
],
"field_19135": [
{
"name": "9PN3VPMhmvZIZffopFep3F9V5gT2FXWt_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg",
"visible_name": "Man.33.jpg",
"original_name": "9PN3VPMhmvZIZffopFep3F9V5gT2FXWt_636d58571a3d01fad628780775449b7c9fe67e40a5d2154ffeed3cccec5bd2f0.jpg"
}
],
"field_19136": "x1528",
"field_19137": "(916) 478-0153",
"field_19138": "clayton.best@example.com",
"field_19139": "3380 Park Avenue, Elk Grove, California",
"field_19140": "95624",
"field_19141": "Saw the same vision as the other founders.",
"field_19142": "2012-01-08",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [
3
],
"field_19149": [],
"field_19150": [
3,
4,
13,
21
],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$jcfiyFb0vpbCZLZQteqZAj$Ir4h0dkayFRD246xd//Pj2QtfL+uMGbBqvl+wrUEUao="
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-11T19:39:45.735708+00:00",
"updated_on": "2024-04-30T07:57:23.490773+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Lane Mahon",
"field_19132": [
15
],
"field_19133": [
8,
6
],
"field_19134": [
2
],
"field_19135": [
{
"name": "3zSZcQDUFa5zoz8Fbe2BLar3e0H9T4rd_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg",
"visible_name": "Man.18.jpg",
"original_name": "3zSZcQDUFa5zoz8Fbe2BLar3e0H9T4rd_7d55a7f32efd179a5dd35d905c33a80528c84e057c8c6ad07a6f190fd8a135b8.jpg"
}
],
"field_19136": "x8338",
"field_19137": "(925) 250-4627",
"field_19138": "lane.mahon@example.com",
"field_19139": "1669 Water Street, Dublin, California",
"field_19140": "94568",
"field_19141": "Believes in the potential of the company.",
"field_19142": "2012-01-08",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [
17,
18,
19
],
"field_19148": [
4,
5,
20,
21,
27,
28,
29,
30,
32,
33,
34,
35
],
"field_19149": [],
"field_19150": [
5,
14,
17,
18,
22,
23
],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$xYWjshJu2pc9a5TMCyBLmi$puC26xPcMz+t40Di76eFgQv7NtkQNGqZvEXORvVvWi4="
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-11T19:39:54.036617+00:00",
"updated_on": "2024-04-30T08:45:24.336981+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Allie Ecker",
"field_19132": [
16
],
"field_19133": [
8,
7
],
"field_19134": [
2
],
"field_19135": [
{
"name": "o7og0qj2kgNIEMCqLf6kdu66oGJMPqO2_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg",
"visible_name": "Woman.12.jpg",
"original_name": "o7og0qj2kgNIEMCqLf6kdu66oGJMPqO2_87342f8e2a009873f0cf6cbf8b480d495c898a19238d60b3d6fb81efa41c9883.jpg"
}
],
"field_19136": "x9008",
"field_19137": "(949) 873-7292",
"field_19138": "allie.ecker@example.com",
"field_19139": "1522 Hillcrest Lane, Los Angeles, California",
"field_19140": "90017",
"field_19141": "Having fun with the job and responsibilities.",
"field_19142": "2012-01-08",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [
42,
43,
44,
58,
64,
65,
66,
67,
69,
70
],
"field_19148": [
1,
2,
12,
13,
14,
15,
16,
17,
18,
19,
31
],
"field_19149": [],
"field_19150": [
2,
8,
9,
10,
12,
20
],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$V6mL6sge1PMPG0LqGUrN0h$NFS6hXJJMyI24HqRcFv6u118mD202Pos0YjLxrVrvrI="
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-11T19:40:00.883007+00:00",
"updated_on": "2024-04-30T07:57:23.494131+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Thomas Nickson",
"field_19132": [
17
],
"field_19133": [
4
],
"field_19134": [
2
],
"field_19135": [
{
"name": "lExKO4ph2OeRytvQYuSEVRpX5wYqiui9_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg",
"visible_name": "Man.11.jpg",
"original_name": "lExKO4ph2OeRytvQYuSEVRpX5wYqiui9_a61a8f87e0ad660120ad5476f8f3181239a96b1386dc8f0c5586bd2c9e736705.jpg"
}
],
"field_19136": "x5557",
"field_19137": "(916) 336-7017",
"field_19138": "thomas.nickson@example.com",
"field_19139": "898 Pearl Street, Sacramento, California",
"field_19140": "95814",
"field_19141": "Focused on the future of this company.",
"field_19142": "2012-01-08",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [
7,
8,
9,
10
],
"field_19148": [],
"field_19149": [
3
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$GyNVhIB2gQfgtDyV7MhTkp$gJVZgPDP448mq3DfxSGYWZG3LTFBYc9qMdeQt8PRzJ0="
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-11T19:40:08.785002+00:00",
"updated_on": "2024-04-30T07:57:23.495811+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Paul Garcia",
"field_19132": [
11
],
"field_19133": [
5
],
"field_19134": [
1
],
"field_19135": [
{
"name": "zOwtHqC2U5xCDJMEoBNi68RLzl8XgneN_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg",
"visible_name": "Man.13.jpg",
"original_name": "zOwtHqC2U5xCDJMEoBNi68RLzl8XgneN_8ef24a4e04ccceb7d1f9199b20922abbc08069902fef9a0c17ac3cbb822679e5.jpg"
}
],
"field_19136": "x9834",
"field_19137": "(916) 910-4721",
"field_19138": "paul.garcia@example.com",
"field_19139": "4695 Woodland Terrace, Sacramento, California",
"field_19140": "95814",
"field_19141": "Has been working hard doing multiple tasks for this company.",
"field_19142": "2012-01-08",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [
12
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$qf0cv7TarXBD30grAT8VtO$EyFBlxAhdHQ0lKfdSejKgjxk83FnuCvOoarbWEBssW0="
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-11T19:40:16.141926+00:00",
"updated_on": "2024-04-30T07:57:23.497427+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Rodney Tran",
"field_19132": [
10
],
"field_19133": [
5
],
"field_19134": [
1
],
"field_19135": [
{
"name": "BDP4gpTrYZAIkAoiI5wcurl9CGvNShPx_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg",
"visible_name": "Man.35.jpg",
"original_name": "BDP4gpTrYZAIkAoiI5wcurl9CGvNShPx_a7820b4c5db7e94b1b25ad0a13f25a0474045e279a3b39691cbef744862bc538.jpg"
}
],
"field_19136": "x5049",
"field_19137": "(408) 451-1453",
"field_19138": "rodney.tran@example.com",
"field_19139": "567 Ford Street, San Jose, California",
"field_19140": "95131",
"field_19141": "Stayed with the founders since joining.",
"field_19142": "2019-07-30",
"field_19143": 10739,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [
12
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$CUh2vMojRaPFJjuYLUxyGD$NXbN3sC4LradwOKHGzC8XOLR5XbzmtkCK6SxWPGYcu8="
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-11T19:40:26.829669+00:00",
"updated_on": "2024-04-30T07:57:23.499412+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Donald Johns",
"field_19132": [
9
],
"field_19133": [
1
],
"field_19134": [
5
],
"field_19135": [
{
"name": "5HXiHx4RbGMomP1bMCkOdrk7dzHojrHf_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg",
"visible_name": "Man.48.jpg",
"original_name": "5HXiHx4RbGMomP1bMCkOdrk7dzHojrHf_8bf30a876d0d0082aac1b41058c42c8ff2ab323e25afc56b9f5b9bab76cf3ea9.jpg"
}
],
"field_19136": "x6300",
"field_19137": "(805) 367-1199",
"field_19138": "donald.johns@example.com",
"field_19139": "414 Euclid Avenue, Oxnard, California",
"field_19140": "93030",
"field_19141": "An experienced and highly skilled individual in this industry.",
"field_19142": "2012-01-31",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41
],
"field_19148": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_19149": [],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$y5m4PJNDse4eprk3OwlWn4$wMgRYnFVbq35+N2iifV7LR8WHDBpR2nZQVBxmcYvFcc="
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-11T19:40:31.663881+00:00",
"updated_on": "2024-04-30T07:57:23.501102+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "John Marshall",
"field_19132": [
9
],
"field_19133": [
1
],
"field_19134": [
5
],
"field_19135": [
{
"name": "Di2loWhtGbZ6Zco3pVfl98OlCOKJF4In_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg",
"visible_name": "Man.03.jpg",
"original_name": "Di2loWhtGbZ6Zco3pVfl98OlCOKJF4In_5b771a1ce64c7ccb1b909d679a9a9cab06d2563777570d6990b609608a526283.jpg"
}
],
"field_19136": "x6302",
"field_19137": "(323) 207-7576",
"field_19138": "john.marshall@example.com",
"field_19139": "1028 Rosemont Avenue, Anaheim, California",
"field_19140": "92801",
"field_19141": "Common friend of the founders.",
"field_19142": "2012-01-31",
"field_19143": 10740,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$N9QiYsZHElNWSweJJkLH58$kSKToC5+/sCqbezfqqh0a1EWu8XHo6/RjD0sB9lg6d0="
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-11T19:40:39.587277+00:00",
"updated_on": "2024-04-30T07:57:23.502770+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Michael Robicheaux",
"field_19132": [
8
],
"field_19133": [
1
],
"field_19134": [
5
],
"field_19135": [
{
"name": "5m7JZPno2B1QbxsRc79fAaVkMvLeinae_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg",
"visible_name": "Man.28.jpg",
"original_name": "5m7JZPno2B1QbxsRc79fAaVkMvLeinae_0afdb3017ed6ceb4d23b69ab3e44ef5efacb60ad98ddbd49c3138d3059b798c5.jpg"
}
],
"field_19136": "x1942",
"field_19137": "(707) 840-5210",
"field_19138": "michael.robicheaux@example.com",
"field_19139": "792 Pretty View Lane, Mckinleyville, California",
"field_19140": "95519",
"field_19141": "Found his resume online.",
"field_19142": "2019-07-30",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$Y3PuCDbClcgcdTyNLaW5TY$7iIHSqu2gk8rutrixX5AGwKunLDbVtXtBU7nQAIqONg="
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-11T19:40:46.306898+00:00",
"updated_on": "2024-04-30T07:57:23.504481+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Bran Lopez",
"field_19132": [
8
],
"field_19133": [
1
],
"field_19134": [
5
],
"field_19135": [
{
"name": "koo6r1m4Qu1P7G53Z4ZIAtavi02MPe6X_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg",
"visible_name": "Man.20.jpg",
"original_name": "koo6r1m4Qu1P7G53Z4ZIAtavi02MPe6X_d022b4d76cc31161673cb1f62b4d1984dc8db57d5d7b62b46ff73de4fde45cfd.jpg"
}
],
"field_19136": "x4802",
"field_19137": "(650) 869-3623",
"field_19138": "bran.lopez@example.com",
"field_19139": "3637 Duck Creek Road, San Bruno, California",
"field_19140": "94066",
"field_19141": "A reliable addition to the company.",
"field_19142": "2019-07-30",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$Yks0Zag1AogbufIas1anDy$5RXnmn+B2YO4xX0kV2sTDQj8DdeAozycqgRpvfS/D8w="
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-05-11T19:40:54.760610+00:00",
"updated_on": "2024-04-30T07:57:23.506096+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Ronald Wright",
"field_19132": [
7
],
"field_19133": [
1
],
"field_19134": [
5
],
"field_19135": [
{
"name": "3aYwTB7QHYPHNycIhrVxAXArNFUO9hu9_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg",
"visible_name": "Man.09.jpg",
"original_name": "3aYwTB7QHYPHNycIhrVxAXArNFUO9hu9_706cb9712f46ff3654d0a1b873f9d20934da457ae1545f1bfdcfcc4f75c4f0fa.jpg"
}
],
"field_19136": "x9259",
"field_19137": "(925) 413-4033",
"field_19138": "donald.wright@example.com",
"field_19139": "858 Park Street, San Francisco, California",
"field_19140": "94108",
"field_19141": "Worked part-time since 2019.",
"field_19142": "2019-07-30",
"field_19143": 10739,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$OKbXtOAoB5ibtadquJa5tI$hAPADvh51sFEaPNdejH+3SvDhSibe6TutPqPU1aLlsc="
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-05-11T19:41:01.712553+00:00",
"updated_on": "2024-04-30T07:57:23.507803+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Leroy Tye",
"field_19132": [
5
],
"field_19133": [
1
],
"field_19134": [
5
],
"field_19135": [
{
"name": "fjdVr7v72awulWQgcpHWqpbNAxSED6Zz_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg",
"visible_name": "Man.02.jpg",
"original_name": "fjdVr7v72awulWQgcpHWqpbNAxSED6Zz_9254445c723333fd7687daff449887a52d0178ff24e24af1c076144a7ba80b32.jpg"
}
],
"field_19136": "x9887",
"field_19137": "(510) 808-7208",
"field_19138": "leroy.tye@example.com",
"field_19139": "4647 Green Avenue, Oakland, California",
"field_19140": "94612",
"field_19141": "Dedicated his career to the company.",
"field_19142": "2012-01-31",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$bkQZxaH2T3SXNzdwr6nnSW$8gb9ciMdxBOgpC2W6hQySSB7QQD4f2BHLhvRG2PWoQw="
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-05-11T19:41:06.453197+00:00",
"updated_on": "2024-04-30T07:57:23.509408+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Nora Mott",
"field_19132": [
4
],
"field_19133": [
1
],
"field_19134": [
5
],
"field_19135": [
{
"name": "DASaCTRcUZUBDKeZEKfpriq1C01TT0t6_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg",
"visible_name": "Woman.55.jpg",
"original_name": "DASaCTRcUZUBDKeZEKfpriq1C01TT0t6_deae73b64502c13fe8f9ba9af624570071be79e62956e1492cd6686186824cc2.jpg"
}
],
"field_19136": "x0314",
"field_19137": "(818) 240-6675",
"field_19138": "nora.mott@example.com",
"field_19139": "2105 New York Avenue, Glendale, California",
"field_19140": "91204",
"field_19141": "Hardworking individual.",
"field_19142": "2019-07-30",
"field_19143": 10739,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$KjayxlcoeDR2a074gkit8Z$OR/jNMcmxE9w3JdjbcfW/RD2KTxvALvcey1DUQq6+Qk="
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-05-11T19:41:10.813481+00:00",
"updated_on": "2024-04-30T07:57:23.511055+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Elizabeth Cunningham",
"field_19132": [
4
],
"field_19133": [
1
],
"field_19134": [
5
],
"field_19135": [
{
"name": "JRhcvwa6hP7JqTmvHbNAaUZMNCKH7Ihy_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg",
"visible_name": "Woman.27.jpg",
"original_name": "JRhcvwa6hP7JqTmvHbNAaUZMNCKH7Ihy_6ad39d6d65565870ad02632ebc8f3103ef36c0004f787bc43df882383912bcf1.jpg"
}
],
"field_19136": "x2084",
"field_19137": "(323) 930-9329",
"field_19138": "elizabeth.cunningham@example.com",
"field_19139": "1609 Hillhaven Drive, Los Angeles, California",
"field_19140": "90036",
"field_19141": "Always helpful to colleagues.",
"field_19142": "2019-07-30",
"field_19143": 10740,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$6r5ibP6UmFOgcMS1B4nJes$pffjM5aHFK1wiIxFKgvuThECL1uNBRxqRNEkPtN5+ww="
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-05-11T19:41:16.077611+00:00",
"updated_on": "2024-04-30T07:57:23.513022+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Richard Rethman",
"field_19132": [
3
],
"field_19133": [
1
],
"field_19134": [
3
],
"field_19135": [
{
"name": "wHF6xiJlNWx5u1u3KJjuDpYN1MCKmVj0_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg",
"visible_name": "Man.31.jpg",
"original_name": "wHF6xiJlNWx5u1u3KJjuDpYN1MCKmVj0_860fc8f7a7c919681aa15783aebf52d282bf73edcba69fd03516ca5aba743f14.jpg"
}
],
"field_19136": "x3210",
"field_19137": "(626) 585-3240",
"field_19138": "richard.rethman@example.com",
"field_19139": "3633 Nickel Road, Pasadena, California",
"field_19140": "91101",
"field_19141": "Help the company since the start of the operation.",
"field_19142": "2012-01-31",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [
6,
7,
8,
9,
10,
11,
22,
23,
24,
25,
26,
36,
37,
38
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$G5NokWxoHjrOAiPwtCw1YA$AbMqQkpLTB5Nyyigw488p7pbyYsS6RU9dsGThwt60gY="
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-05-11T19:41:20.237265+00:00",
"updated_on": "2024-04-30T07:57:23.514683+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Jonathan Castillo",
"field_19132": [
17
],
"field_19133": [
2
],
"field_19134": [
1
],
"field_19135": [
{
"name": "V1kgHEdbo196nfyp7NuQg1NiFFivc9ae_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg",
"visible_name": "Man.27.jpg",
"original_name": "V1kgHEdbo196nfyp7NuQg1NiFFivc9ae_3e4ea491bc171831d98bd16209e167056256efec656b03792cc985f56c52d625.jpg"
}
],
"field_19136": "x4050",
"field_19137": "(714) 674-5259",
"field_19138": "jonathan.castillo@example.com",
"field_19139": "2014 Alpaca Way, Brea, California",
"field_19140": "92621",
"field_19141": "Has been very productive.",
"field_19142": "2012-01-31",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$dGGtddpidN5qf7oOf2Q8B1$ZWnVl/c/8+FJPc/5Ozi01Gc2dxnf8UXS04/wMMF3dDQ="
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2022-05-11T19:41:28.309129+00:00",
"updated_on": "2024-04-30T07:57:23.516328+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Eric Rothman",
"field_19132": [
17
],
"field_19133": [
2
],
"field_19134": [
1
],
"field_19135": [
{
"name": "P6yzujHcgSyu02VSxToowIqpcR7ogKgt_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg",
"visible_name": "Man.15.jpg",
"original_name": "P6yzujHcgSyu02VSxToowIqpcR7ogKgt_e2ad95f8dcb90def82b6c29a01416e1eafe86b21f119b8539a4fad35ee05b676.jpg"
}
],
"field_19136": "x2313",
"field_19137": "(619) 525-2361",
"field_19138": "eric.rothman@example.com",
"field_19139": "678 Poplar Avenue, San Diego, California",
"field_19140": "92101",
"field_19141": "Very prolific individual. Ask him anything.",
"field_19142": "2012-01-31",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$JCoCDIADUbWBYnYb0STATP$2xD/s1/OOV7UgmXpP/pqr9JXdtTvVQtf03WVBJLmaWc="
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2022-05-11T19:41:33.394918+00:00",
"updated_on": "2024-04-30T07:57:23.517943+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Judith Triplett",
"field_19132": [
17
],
"field_19133": [
6
],
"field_19134": [
3
],
"field_19135": [
{
"name": "kTgtu6mJf7ZZCBtBjmzME41X9OiHi5ZH_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg",
"visible_name": "Woman.38.jpg",
"original_name": "kTgtu6mJf7ZZCBtBjmzME41X9OiHi5ZH_84455edcdf85e5bbcf4ea2c2e53253a70d2dc5003170a2bcb7adb2e06d319885.jpg"
}
],
"field_19136": "x4750",
"field_19137": "(323) 762-0628",
"field_19138": "judith.triplett@example.com",
"field_19139": "3358 Southside Lane, Los Angeles, California",
"field_19140": "90017",
"field_19141": "Joyful and the life of the party.",
"field_19142": "2012-01-31",
"field_19143": 10738,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [
11,
12,
13,
14,
15,
16
],
"field_19148": [],
"field_19149": [
4,
5,
20,
21,
27,
28,
29,
30,
32,
33,
34,
35
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$4U3nLsyTa3QjR0Ng2gSgux$yq0PXgHHfj334F8IFE3v85211xx1GPzKEI2l+vWC9rE="
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2022-05-11T19:41:44.628479+00:00",
"updated_on": "2024-04-30T07:57:23.519528+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Lena Hogan",
"field_19132": [
18
],
"field_19133": [
7
],
"field_19134": [
1
],
"field_19135": [
{
"name": "JByHcRBC7zHe9twcqkArAWImHD9wvMSR_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg",
"visible_name": "Woman.17.jpg",
"original_name": "JByHcRBC7zHe9twcqkArAWImHD9wvMSR_623cf9aca2c33d047b0c4312716412c1265e6269631846fff2dfb1147070c8fd.jpg"
}
],
"field_19136": "x0720",
"field_19137": "(559) 949-6790",
"field_19138": "lena.hogan@example.com",
"field_19139": "2400 Half and Half Drive, Alpaugh, California",
"field_19140": "93219",
"field_19141": "Cheerful individual - brings a lot of jokes everyday.",
"field_19142": "2019-07-30",
"field_19143": 10741,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [
2,
4,
48,
52,
57,
60,
62,
63
],
"field_19148": [],
"field_19149": [
1,
2,
12,
13,
14,
15,
16,
17,
18,
19,
31
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$Syy6kzyavQh5sPobjouNnR$Xchp4ZMUaITU6G3+HrutHFq6XL0vM0Tb8BIaLoW7/Hk="
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2022-05-11T19:41:49.427338+00:00",
"updated_on": "2024-04-30T07:57:23.521134+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Sandra Love",
"field_19132": [
18
],
"field_19133": [
7
],
"field_19134": [
1
],
"field_19135": [
{
"name": "aG73XXYLyJxzZLqrbhBXGNrDGt4OnsNV_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg",
"visible_name": "Woman.23.jpg",
"original_name": "aG73XXYLyJxzZLqrbhBXGNrDGt4OnsNV_cfb289c2f728ba9774ce052190c0b13f3fbf18b004ca50103eb57c5e5c1345e8.jpg"
}
],
"field_19136": "x1950",
"field_19137": "(559) 592-9157",
"field_19138": "sandra.love@example.com",
"field_19139": "3294 Chicago Avenue, Exeter, California",
"field_19140": "93221",
"field_19141": "Great with customers. Always knew what to communicate.",
"field_19142": "2019-07-30",
"field_19143": 10741,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [
1,
3,
45,
46,
49,
50,
53,
54,
55,
68
],
"field_19148": [],
"field_19149": [
1,
2,
12,
13,
14,
15,
16,
17,
18,
19,
31
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$GFeu7ankwCGCDhw5o8uwzg$cpZPmtY/Z9H17mkjwgS++m5deLLCFfd1zoZF0t+RVlY="
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2022-05-11T19:41:59.705324+00:00",
"updated_on": "2024-04-30T07:57:23.522803+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Latisha Mazon",
"field_19132": [
18
],
"field_19133": [
7
],
"field_19134": [
1
],
"field_19135": [
{
"name": "zWB0o5xyeOr0QHnZvePi7YmxBh1asAiY_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg",
"visible_name": "Woman.46.jpg",
"original_name": "zWB0o5xyeOr0QHnZvePi7YmxBh1asAiY_64038313f395241c5d4d6615d9ba2d4d680777b263a811177230dbb5e391bd6c.jpg"
}
],
"field_19136": "x5470",
"field_19137": "(530) 540-8012",
"field_19138": "latisha.mazon@example.com",
"field_19139": "4381 Hill Croft Farm Road, Chico, California",
"field_19140": "95926",
"field_19141": "Very athletic, joins a lot of sport activities.",
"field_19142": "2019-07-30",
"field_19143": 10741,
"field_19144": "true",
"field_19145": null,
"field_19146": null,
"field_19147": [
5,
6,
47,
51,
56,
59,
61
],
"field_19148": [],
"field_19149": [
1,
2,
12,
13,
14,
15,
16,
17,
18,
19,
31
],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$T95yDewyjwcBfgrA7Ppwzp$EoyMWV+nIBcjfMzDiBKAj1bzl5vMq0eyqFUUQ4LmeiQ="
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2022-05-18T13:24:38.080771+00:00",
"updated_on": "2024-04-30T07:57:23.524404+00:00",
"last_modified_by": "frederik@baserow.io",
"field_19131": "Jane Dradder",
"field_19132": [
18
],
"field_19133": [
7
],
"field_19134": [
1
],
"field_19135": [
{
"name": "WlMV9jdgniho803GL6n5TfQefY9lREzD_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg",
"visible_name": "Woman.02.jpg",
"original_name": "WlMV9jdgniho803GL6n5TfQefY9lREzD_4be2f64cec3e3d83bcf84510216161f08e6181441413cfbdbdb69c11168e5434.jpg"
}
],
"field_19136": "x9899",
"field_19137": "(720) 555-2389",
"field_19138": "jane.rudder@example.com",
"field_19139": "902 Park Street, San Francisco, California",
"field_19140": "94108",
"field_19141": "Joined and left in just a couple of weeks.",
"field_19142": "2020-01-30",
"field_19143": 10741,
"field_19144": "false",
"field_19145": "2020-02-15",
"field_19146": null,
"field_19147": [],
"field_19148": [],
"field_19149": [],
"field_19150": [],
"field_19151": null,
"field_19152": null,
"field_19153": null,
"field_19154": "pbkdf2_sha256$390000$EokfoqLdM0dz0IRL5AMd3f$Odmtny7ZiePm/SSHiMtoQNmunhs9V0SdhhDZ7jeXpJ8="
}
],
"data_sync": null
},
{
"id": 2061,
"name": "Titles",
"order": 5,
"fields": [
{
"id": 19155,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19156,
"type": "long_text",
"name": "Description",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 19157,
"type": "link_row",
"name": "Related employees",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2060,
"link_row_related_field_id": 19132,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19158,
"type": "formula",
"name": "Employee count",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": 0,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
"formula_type": "number"
},
{
"id": 19159,
"type": "single_select",
"name": "Level",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"select_options": [
{
"id": 10742,
"value": "Junior",
"color": "gray",
"order": 0
},
{
"id": 10743,
"value": "Mid-level",
"color": "red",
"order": 1
},
{
"id": 10744,
"value": "Senior",
"color": "orange",
"order": 2
},
{
"id": 10745,
"value": "Director/Executive",
"color": "green",
"order": 3
}
]
}
],
"views": [
{
"id": 7983,
"type": "grid",
"name": "All titles",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56880,
"field_id": 19159,
"width": 152,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56881,
"field_id": 19156,
"width": 452,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56882,
"field_id": 19158,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56883,
"field_id": 19155,
"width": 255,
"hidden": false,
"order": 3,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56884,
"field_id": 19157,
"width": 184,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7984,
"type": "grid",
"name": "Business analysis",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4897,
"field_id": 19155,
"type": "contains",
"value": "Business Analyst",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 56885,
"field_id": 19155,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56886,
"field_id": 19156,
"width": 404,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56887,
"field_id": 19157,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56888,
"field_id": 19158,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56889,
"field_id": 19159,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7985,
"type": "grid",
"name": "Quality assurance",
"order": 3,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4898,
"field_id": 19155,
"type": "contains",
"value": "Quality Assurance",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 56890,
"field_id": 19155,
"width": 257,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56891,
"field_id": 19156,
"width": 373,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56892,
"field_id": 19157,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56893,
"field_id": 19158,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56894,
"field_id": 19159,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7986,
"type": "grid",
"name": "Software engineering",
"order": 4,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4899,
"field_id": 19155,
"type": "contains",
"value": "Software Engineer",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 56895,
"field_id": 19155,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56896,
"field_id": 19156,
"width": 387,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56897,
"field_id": 19157,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56898,
"field_id": 19158,
"width": 159,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56899,
"field_id": 19159,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7987,
"type": "grid",
"name": "Human resources",
"order": 5,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4900,
"field_id": 19155,
"type": "contains",
"value": "Recruiter",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 56900,
"field_id": 19155,
"width": 140,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56901,
"field_id": 19156,
"width": 370,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56902,
"field_id": 19157,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56903,
"field_id": 19158,
"width": 162,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 7988,
"type": "grid",
"name": "Executive",
"order": 6,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4901,
"field_id": 19155,
"type": "contains",
"value": "Chief",
"group": null
}
],
"filter_groups": [],
"sortings": [],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"row_height_size": "small",
"field_options": [
{
"id": 56904,
"field_id": 19155,
"width": 170,
"hidden": false,
"order": 32767,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56905,
"field_id": 19156,
"width": 393,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56906,
"field_id": 19157,
"width": 200,
"hidden": true,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56907,
"field_id": 19158,
"width": 160,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
}
]
},
{
"id": 7989,
"type": "kanban",
"name": "By level",
"order": 7,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [
{
"id": 1638,
"type": "left_border_color",
"value_provider_type": "conditional_color",
"value_provider_conf": {
"colors": [
{
"id": "324e5233-6577-4e56-a602-17c8f96496cb",
"color": "light-red",
"filters": [
{
"id": "ff72b76f-f974-48a9-86d0-3f803994a667",
"type": "empty",
"field": 19158,
"value": ""
}
],
"operator": "AND"
}
]
},
"order": 1
}
],
"public": false,
"single_select_field_id": 19159,
"field_options": [
{
"id": 10196,
"field_id": 19155,
"hidden": false,
"order": 32767
},
{
"id": 10197,
"field_id": 19156,
"hidden": false,
"order": 32767
},
{
"id": 10198,
"field_id": 19157,
"hidden": true,
"order": 32767
},
{
"id": 10199,
"field_id": 19158,
"hidden": false,
"order": 32767
},
{
"id": 10200,
"field_id": 19159,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:41:33.211871+00:00",
"updated_on": "2022-06-10T12:09:24.288942+00:00",
"field_19155": "Associate Business Analyst",
"field_19156": "Assists their immediate business analysis supervisor and seniors with assigned tasks and responsibilities.",
"field_19157": [],
"field_19158": null,
"field_19159": 10742
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:41:33.214232+00:00",
"updated_on": "2022-06-10T12:09:27.899231+00:00",
"field_19155": "Business Analyst",
"field_19156": "The Business Analyst collaborates with stakeholders to analyze and document business processes for the system under development, to define functional requirements and high-level features, to elaborate on the details of the software project and requirements in order to establish the project's direction, and to assist in its implementation.",
"field_19157": [],
"field_19158": null,
"field_19159": 10743
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T12:47:39.394826+00:00",
"updated_on": "2022-06-10T12:09:30.105347+00:00",
"field_19155": "Senior Business Analyst",
"field_19156": "Senior Business Analysts are responsible for supervising the rest of the business analysts while maintaining the same responsibilities as base-level business analysts. Furthermore, this role is considered an expert in their field.",
"field_19157": [
17
],
"field_19158": null,
"field_19159": 10744
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-11T12:47:49.228480+00:00",
"updated_on": "2022-06-10T12:09:32.587847+00:00",
"field_19155": "Associate Quality Assurance Engineer",
"field_19156": "Assists their immediate quality assurance supervisor and seniors with assigned tasks and responsibilities.",
"field_19157": [
15,
16
],
"field_19158": null,
"field_19159": 10742
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-11T12:47:55.769066+00:00",
"updated_on": "2022-06-10T12:09:34.687424+00:00",
"field_19155": "Quality Assurance Engineer",
"field_19156": "A Quality Assurance Engineer creates tests to identify software defects prior to a product's launch. These tests entail additional responsibilities, such as developing and running new tests and communicating their results to stakeholders, with whom you will collaborate to fix program bugs or problems.",
"field_19157": [
14
],
"field_19158": null,
"field_19159": 10743
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-11T12:48:07.331844+00:00",
"updated_on": "2022-06-10T12:09:36.572786+00:00",
"field_19155": "Senior Quality Assurance Engineer",
"field_19156": "Senior Quality Assurance Engineers are responsible for supervising the rest of the QA engineers while maintaining the same responsibilities as base-level Quality Assurance Engineers. Furthermore, this role is considered an expert in their field.",
"field_19157": [],
"field_19158": null,
"field_19159": 10744
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-11T12:48:09.825191+00:00",
"updated_on": "2022-06-10T12:09:38.950430+00:00",
"field_19155": "Associate Software Engineer",
"field_19156": "Assists their immediate programming supervisor and seniors with assigned tasks and responsibilities.",
"field_19157": [
13
],
"field_19158": null,
"field_19159": 10742
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-11T12:48:19.622836+00:00",
"updated_on": "2022-06-10T12:09:40.832866+00:00",
"field_19155": "Software Engineer",
"field_19156": "Software Engineers are responsible for implementing engineering principles in the development of software. Their responsibilities include analyzing and modifying existing software as well as designing, building, and testing end-user applications that meet user requirements \u2014 all via software programming languages.",
"field_19157": [
11,
12
],
"field_19158": null,
"field_19159": 10743
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2022-05-11T12:48:24.635844+00:00",
"updated_on": "2022-06-10T12:09:42.703758+00:00",
"field_19155": "Senior Software Engineer",
"field_19156": "Senior Software Engineers are responsible for supervising the rest of the software engineers while maintaining the same responsibilities as base-level engineers. Furthermore, this role is considered an expert in their field.",
"field_19157": [
9,
10
],
"field_19158": null,
"field_19159": 10744
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2022-05-11T12:48:32.083899+00:00",
"updated_on": "2022-06-10T12:09:45.291228+00:00",
"field_19155": "Assistant Recruiter",
"field_19156": "Assists the company's recruiter in posting jobs and in sorting job applicants.",
"field_19157": [
8
],
"field_19158": null,
"field_19159": 10742
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2022-05-11T12:48:33.511207+00:00",
"updated_on": "2022-06-10T12:09:49.625986+00:00",
"field_19155": "Lead Recruiter",
"field_19156": "Creates templates for job recruitment and manages staffing requirements of all the departments.",
"field_19157": [
7
],
"field_19158": null,
"field_19159": 10744
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2022-05-11T13:09:26.406116+00:00",
"updated_on": "2022-06-10T12:09:57.157183+00:00",
"field_19155": "Chief Executive Officer",
"field_19156": "CEOs are accountable for overseeing the overall operations of their companies. This may involve assigning and guiding agendas, driving profitability, managing the organizational structure and direction of the company, and engaging with the board.",
"field_19157": [
1
],
"field_19158": null,
"field_19159": 10745
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2022-05-11T13:09:38.540591+00:00",
"updated_on": "2022-06-10T12:09:59.258599+00:00",
"field_19155": "Chief Technical Officer",
"field_19156": "The CTO is responsible for making all executive decisions concerning a company's technology interests. They are responsible for articulating the company's technological vision, implementing technology initiatives, and ensuring that the company's technological resources are matched with its business requirements.",
"field_19157": [
2
],
"field_19158": null,
"field_19159": 10745
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2022-05-11T13:09:57.577061+00:00",
"updated_on": "2022-06-10T12:10:01.615032+00:00",
"field_19155": "Chief Financial Officer",
"field_19156": "Chief financial officers are in charge of an organization's finances. They are responsible for anticipating the organization's financial health based on financial and operational data and reports provided by the finance and accounting departments, as well as advising the CEO and board of directors on strategic direction.",
"field_19157": [
3
],
"field_19158": null,
"field_19159": 10745
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2022-05-11T13:15:19.402852+00:00",
"updated_on": "2022-06-10T12:10:04.058830+00:00",
"field_19155": "Chief Marketing Officer",
"field_19156": "A Chief Marketing Officer is responsible for directing the organization's marketing and advertising planning, development, and implementation. They play a crucial part in the success of a firm and have essential tasks ranging from creative input to business strategy.",
"field_19157": [
4
],
"field_19158": null,
"field_19159": 10745
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2022-05-11T13:16:38.502786+00:00",
"updated_on": "2022-06-10T12:10:07.302193+00:00",
"field_19155": "Chief Sales Officer",
"field_19156": "The CSO is the leader of an organization's whole sales department and directs and oversees all activities connected to producing sales. A CSO's daily responsibilities include supervising, planning, and directing daily sales initiatives, as well as maintaining sales goals.",
"field_19157": [
5
],
"field_19158": null,
"field_19159": 10745
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2022-05-11T13:16:46.666595+00:00",
"updated_on": "2022-06-10T12:10:14.068065+00:00",
"field_19155": "Administrative Officer",
"field_19156": "Administrative officers are responsible for administrative duties such as answering telephone calls, organizing meetings, producing reports, and filing papers. In addition, they may be responsible for managing inventories, keeping company records, processing budget and office reports, invoicing, and providing customer service.",
"field_19157": [
6,
18,
19,
20
],
"field_19158": null,
"field_19159": 10744
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2022-05-11T13:19:16.716101+00:00",
"updated_on": "2022-06-10T12:10:16.914288+00:00",
"field_19155": "Customer Service Officer",
"field_19156": "Customer service officers serve as the public face of a firm and interact directly with customers to answer their queries or provide additional assistance as necessary. They operate in every industry with a customer base. They assist clients with complaints and concerns, provide product and service information, accept purchases, and process returns.",
"field_19157": [
21,
22,
23,
24
],
"field_19158": null,
"field_19159": 10743
}
],
"data_sync": null
},
{
"id": 2062,
"name": "Departments",
"order": 6,
"fields": [
{
"id": 19160,
"type": "text",
"name": "Name",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19161,
"type": "long_text",
"name": "Description",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"long_text_enable_rich_text": false
},
{
"id": 19162,
"type": "boolean",
"name": "Is active",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 19163,
"type": "link_row",
"name": "Related employees",
"description": null,
"order": 3,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2060,
"link_row_related_field_id": 19133,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19164,
"type": "formula",
"name": "Employee count",
"description": null,
"order": 4,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": 0,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
"formula_type": "number"
},
{
"id": 19165,
"type": "link_row",
"name": "Related objectives",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2057,
"link_row_related_field_id": 19085,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19166,
"type": "count",
"name": "Objective count",
"description": null,
"order": 6,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": 0,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"through_field_id": 19165
},
{
"id": 19167,
"type": "formula",
"name": "Objectives progress (%)",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": 2,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "avg( \n filter( \n lookup(\"Related objectives\", \"Progress status (%)\"), \n and( \n isblank(lookup(\"Related objectives\", \"Status\")) = False, \n and( \n contains(totext(lookup(\"Related objectives\", \"Status\")), \"Cancelled\") = False, \n and( \n contains(totext(lookup(\"Related objectives\", \"Status\")), \"New\") = False, \n contains(totext(lookup(\"Related objectives\", \"Status\")), \"Scheduled\") = False \n ) \n ) \n ) \n ) \n)",
"formula_type": "number"
}
],
"views": [
{
"id": 7990,
"type": "grid",
"name": "All departments",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5683,
"field_id": 19160,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56908,
"field_id": 19161,
"width": 389,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56909,
"field_id": 19166,
"width": 156,
"hidden": false,
"order": 1,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56910,
"field_id": 19167,
"width": 203,
"hidden": false,
"order": 2,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56911,
"field_id": 19164,
"width": 161,
"hidden": false,
"order": 3,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 56912,
"field_id": 19162,
"width": 131,
"hidden": false,
"order": 4,
"aggregation_type": "checked_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56913,
"field_id": 19160,
"width": 186,
"hidden": false,
"order": 5,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56914,
"field_id": 19163,
"width": 200,
"hidden": true,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56915,
"field_id": 19165,
"width": 200,
"hidden": true,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7991,
"type": "gallery",
"name": "Active departments",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 4902,
"field_id": 19162,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 5684,
"field_id": 19160,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"field_options": [
{
"id": 11219,
"field_id": 19160,
"hidden": false,
"order": 32767
},
{
"id": 11220,
"field_id": 19161,
"hidden": false,
"order": 32767
},
{
"id": 11221,
"field_id": 19162,
"hidden": true,
"order": 32767
},
{
"id": 11222,
"field_id": 19163,
"hidden": true,
"order": 32767
},
{
"id": 11223,
"field_id": 19164,
"hidden": false,
"order": 32767
},
{
"id": 11224,
"field_id": 19165,
"hidden": true,
"order": 32767
},
{
"id": 11225,
"field_id": 19166,
"hidden": false,
"order": 32767
},
{
"id": 11226,
"field_id": 19167,
"hidden": false,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:41:19.049943+00:00",
"updated_on": "2023-02-09T00:56:22.411375+00:00",
"field_19160": "Research & Development",
"field_19161": "The research and development division is responsible for the majority of this company's operations. Here, software development is administered. It is divided into various project teams.",
"field_19162": "true",
"field_19163": [
9,
10,
11,
12,
13,
14,
15,
16,
17
],
"field_19164": null,
"field_19165": [
6,
7,
15,
16,
24
],
"field_19166": null,
"field_19167": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:41:19.052216+00:00",
"updated_on": "2022-05-11T13:01:13.853660+00:00",
"field_19160": "Finance",
"field_19161": "The finance team and auditors of the company report to this department. The Finance department is responsible for the financial records and audits of the company.",
"field_19162": "true",
"field_19163": [
18,
19
],
"field_19164": null,
"field_19165": [],
"field_19166": null,
"field_19167": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T12:56:07.011287+00:00",
"updated_on": "2023-02-06T03:01:08.772113+00:00",
"field_19160": "Legal",
"field_19161": "The legal department provides legal expertise that is advantageous to the strategies and planning of the organization. This department has a small seasonal workforce.",
"field_19162": "false",
"field_19163": [],
"field_19164": null,
"field_19165": [],
"field_19166": null,
"field_19167": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2022-05-11T12:56:28.839469+00:00",
"updated_on": "2022-05-11T13:04:20.628038+00:00",
"field_19160": "Logistics",
"field_19161": "Our liaison officers and logistical partners fall under the purview of this department.",
"field_19162": "true",
"field_19163": [
6
],
"field_19164": null,
"field_19165": [
4
],
"field_19166": null,
"field_19167": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2022-05-11T12:56:34.887700+00:00",
"updated_on": "2023-02-09T00:56:19.674436+00:00",
"field_19160": "Human Resources",
"field_19161": "This department handles every aspect of the recruitment and hiring processes.",
"field_19162": "true",
"field_19163": [
7,
8
],
"field_19164": null,
"field_19165": [],
"field_19166": null,
"field_19167": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2022-05-11T12:56:42.270630+00:00",
"updated_on": "2022-05-11T13:06:14.070588+00:00",
"field_19160": "Marketing",
"field_19161": "Our organization's press releases and branding are handled by the marketing department.",
"field_19162": "true",
"field_19163": [
4,
20
],
"field_19164": null,
"field_19165": [
5,
14,
17,
18,
22,
23
],
"field_19166": null,
"field_19167": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2022-05-11T12:56:55.273921+00:00",
"updated_on": "2022-05-11T13:07:45.941998+00:00",
"field_19160": "Sales",
"field_19161": "This department manages sales and sales strategies and is a vital part of the organization.",
"field_19162": "true",
"field_19163": [
5,
21,
22,
23,
24
],
"field_19164": null,
"field_19165": [
3,
8,
9,
10,
13,
21
],
"field_19166": null,
"field_19167": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2022-05-11T12:57:20.768808+00:00",
"updated_on": "2022-05-11T13:09:14.090224+00:00",
"field_19160": "Executive",
"field_19161": "This department is in charge of the most important strategic planning and decision-making. This division is responsible for making all corporate-wide decisions.",
"field_19162": "true",
"field_19163": [
1,
2,
3,
4,
5
],
"field_19164": null,
"field_19165": [
1,
2,
11,
12,
19,
20
],
"field_19166": null,
"field_19167": null
}
],
"data_sync": null
},
{
"id": 2063,
"name": "Office locations",
"order": 7,
"fields": [
{
"id": 19168,
"type": "text",
"name": "Location",
"description": null,
"order": 0,
"primary": true,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19169,
"type": "file",
"name": "Photo",
"description": null,
"order": 1,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 19170,
"type": "text",
"name": "Street",
"description": null,
"order": 2,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19171,
"type": "link_row",
"name": "Related employees",
"description": null,
"order": 5,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"link_row_table_id": 2060,
"link_row_related_field_id": 19134,
"link_row_limit_selection_view_id": null,
"has_related_field": true
},
{
"id": 19172,
"type": "text",
"name": "City",
"description": null,
"order": 7,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19173,
"type": "text",
"name": "State",
"description": null,
"order": 8,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19174,
"type": "text",
"name": "Zip code",
"description": null,
"order": 9,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"text_default": ""
},
{
"id": 19175,
"type": "phone_number",
"name": "Phone number",
"description": null,
"order": 10,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false
},
{
"id": 19176,
"type": "formula",
"name": "Employee count",
"description": null,
"order": 11,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"date_format": null,
"date_show_tzinfo": null,
"date_force_timezone": null,
"array_formula_type": null,
"number_decimal_places": 0,
"date_time_format": null,
"nullable": false,
"error": null,
"date_include_time": null,
"duration_format": null,
"formula": "count(filter(field(\"Related employees\"), lookup(\"Related employees\", \"Is active\")))",
"formula_type": "number"
},
{
"id": 19177,
"type": "number",
"name": "Floor",
"description": null,
"order": 12,
"primary": false,
"read_only": false,
"immutable_type": false,
"immutable_properties": false,
"number_decimal_places": 0,
"number_negative": false
}
],
"views": [
{
"id": 7992,
"type": "grid",
"name": "All locations",
"order": 1,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5685,
"field_id": 19168,
"order": "ASC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "count",
"row_height_size": "small",
"field_options": [
{
"id": 56916,
"field_id": 19169,
"width": 100,
"hidden": false,
"order": 0,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56917,
"field_id": 19177,
"width": 100,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56918,
"field_id": 19170,
"width": 166,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56919,
"field_id": 19172,
"width": 129,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56920,
"field_id": 19173,
"width": 101,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56921,
"field_id": 19174,
"width": 114,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 56922,
"field_id": 19175,
"width": 153,
"hidden": false,
"order": 6,
"aggregation_type": "not_empty_percentage",
"aggregation_raw_type": "empty_count"
},
{
"id": 56923,
"field_id": 19176,
"width": 159,
"hidden": false,
"order": 7,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 56924,
"field_id": 19168,
"width": 189,
"hidden": false,
"order": 8,
"aggregation_type": "unique_count",
"aggregation_raw_type": "unique_count"
},
{
"id": 56925,
"field_id": 19171,
"width": 179,
"hidden": true,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 7993,
"type": "gallery",
"name": "Locations",
"order": 2,
"ownership_type": "collaborative",
"owned_by": null,
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 5686,
"field_id": 19168,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"card_cover_image_field_id": 19169,
"field_options": [
{
"id": 11227,
"field_id": 19168,
"hidden": false,
"order": 32767
},
{
"id": 11228,
"field_id": 19169,
"hidden": true,
"order": 32767
},
{
"id": 11229,
"field_id": 19170,
"hidden": false,
"order": 32767
},
{
"id": 11230,
"field_id": 19171,
"hidden": true,
"order": 32767
},
{
"id": 11231,
"field_id": 19172,
"hidden": false,
"order": 32767
},
{
"id": 11232,
"field_id": 19173,
"hidden": false,
"order": 32767
},
{
"id": 11233,
"field_id": 19174,
"hidden": true,
"order": 32767
},
{
"id": 11234,
"field_id": 19175,
"hidden": true,
"order": 32767
},
{
"id": 11235,
"field_id": 19176,
"hidden": true,
"order": 32767
},
{
"id": 11236,
"field_id": 19177,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2022-05-11T02:48:16.461812+00:00",
"updated_on": "2022-06-08T20:09:35.391028+00:00",
"field_19168": "One world square",
"field_19169": [
{
"name": "l0lZ0ezg94arROadblX2K6o4d87gyCDx_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg",
"visible_name": "Offices.03.jpg",
"original_name": "l0lZ0ezg94arROadblX2K6o4d87gyCDx_c45b4ddb5b1f81ba679f156c52156cffd2447456425a4d03a356d4619dc078b2.jpg"
}
],
"field_19170": "5812 Poplar Avenue",
"field_19171": [
7,
8,
18,
19,
21,
22,
23,
24
],
"field_19172": "San Diego",
"field_19173": "California",
"field_19174": "92111",
"field_19175": "(519) 587-3851",
"field_19176": null,
"field_19177": "2"
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2022-05-11T02:48:16.463896+00:00",
"updated_on": "2023-02-09T00:57:09.699420+00:00",
"field_19168": "Net cube - executive floors",
"field_19169": [
{
"name": "V88ldmyidA8dPWmbme1vjYKpkQpezO7J_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg",
"visible_name": "Offices.02.jpg",
"original_name": "V88ldmyidA8dPWmbme1vjYKpkQpezO7J_de53387c30e13446fff1cbb98ea5ade7a8db8a9526e34661bd68788cc8915b2a.jpg"
}
],
"field_19170": "1735 Lyntree Lane",
"field_19171": [
1,
2,
3,
4,
5,
6
],
"field_19172": "Los Angeles",
"field_19173": "California",
"field_19174": "90017",
"field_19175": "(213) 375-9873",
"field_19176": null,
"field_19177": "18"
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2022-05-11T10:45:09.866120+00:00",
"updated_on": "2023-02-09T00:57:10.134285+00:00",
"field_19168": "Net cube - operations 3F",
"field_19169": [
{
"name": "uQ0im2B61f7IE43l9ZYwpRKNAExlowAq_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
"visible_name": "Offices.01.jpg",
"original_name": "uQ0im2B61f7IE43l9ZYwpRKNAExlowAq_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg"
}
],
"field_19170": "1735 Lyntree Lane",
"field_19171": [
17,
20
],
"field_19172": "Los Angeles",
"field_19173": "California",
"field_19174": "90017",
"field_19175": "(213) 375-9875",
"field_19176": null,
"field_19177": "3"
},
{
"id": 5,
"order": "4.00000000000000000000",
"created_on": "2022-06-08T11:07:36.413128+00:00",
"updated_on": "2023-02-09T00:57:11.526359+00:00",
"field_19168": "Net cube - operations 5F",
"field_19169": [
{
"name": "uQ0im2B61f7IE43l9ZYwpRKNAExlowAq_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg",
"visible_name": "Offices.01.jpg",
"original_name": "uQ0im2B61f7IE43l9ZYwpRKNAExlowAq_e198607af550af1b220453a7c360850d066275633cfabac15d2e09dadc82ffeb.jpg"
}
],
"field_19170": "1735 Lyntree Lane",
"field_19171": [
9,
10,
11,
12,
13,
14,
15,
16
],
"field_19172": "Los Angeles",
"field_19173": "California",
"field_19174": "90017",
"field_19175": "(213) 375-9877",
"field_19176": null,
"field_19177": "5"
}
],
"data_sync": null
}
]
},
{
"pages": [
{
"id": 1460,
"name": "__shared__",
"order": 0,
"path": "__shared__",
"path_params": {},
"shared": true,
"elements": [
{
"id": 40283,
"order": "1.00000000000000000000",
"type": "header",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"share_type": "except",
"pages": [
207
]
},
{
"id": 40284,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 40283,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "IYxovwCoEsQatEcZGPEOm78RvPCw887P_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "template-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 40286,
"order": "1.00000000000000000000",
"type": "button",
"parent_element_id": 40285,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'LOGOUT'"
},
{
"id": 40287,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 40285,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udd11 Logged in as **', get('user.username'), '** (', get('user.role'), ')')",
"format": "markdown"
},
{
"id": 40289,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 40288,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 2,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 2,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 208,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'HOME'",
"variant": "link"
},
{
"id": 40290,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 40288,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 2,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 2,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 209,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'OBJECTIVES'",
"variant": "link"
},
{
"id": 40291,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 40288,
"place_in_container": "2",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 2,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 2,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 210,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'KEY RESULTS'",
"variant": "link"
},
{
"id": 40292,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 40288,
"place_in_container": "3",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"link": {
"link_text_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 2,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 2,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 211,
"page_parameters": [],
"navigate_to_url": "",
"target": "self",
"value": "'EMPLOYEES'",
"variant": "link"
},
{
"id": 40285,
"order": "2.00000000000000000000",
"type": "column",
"parent_element_id": 40283,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 10,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "center"
},
{
"id": 40288,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": 40283,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 0,
"style_margin_top": 10,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 0,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 10,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 4,
"column_gap": 20,
"alignment": "top"
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 5347,
"type": "logout",
"order": 1,
"page_id": 1460,
"element_id": 40286,
"event": "click"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
{
"id": 207,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"shared": false,
"elements": [
{
"id": 40293,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "IYxovwCoEsQatEcZGPEOm78RvPCw887P_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "template-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 2956,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udd10 Login'",
"level": 2
},
{
"id": 2957,
"order": "3.00000000000000000000",
"type": "auth_form",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"login_button": {
"button_width": "full"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"user_source_id": 25,
"login_button_label": ""
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 325,
"type": "open_page",
"order": 1,
"page_id": 207,
"element_id": 2957,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 208,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
{
"id": 208,
"name": "Homepage",
"order": 2,
"path": "/home",
"path_params": [],
"shared": false,
"elements": [
{
"id": 2965,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 2961,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\u23f3 Objectives in progress'",
"level": 2
},
{
"id": 2961,
"order": "1.66666666666666674068",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 2971,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 2961,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 372,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_19086",
"filterable": false,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_19099",
"filterable": false,
"sortable": true,
"searchable": true
}
],
"fields": [
{
"uid": "e3c97444-ad0d-476c-96d5-fd1478038dea",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 212,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_19086')",
"variant": "link"
}
},
{
"uid": "e4d0460d-8596-4dfb-8cce-1dfc58d817a5",
"name": "Leader",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19088.0.value'),' (',get('current_record.field_19085.0.value'),')')"
}
},
{
"uid": "abe04422-7f6a-4048-a613-79e9377b8a5b",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19096'),'%')"
}
},
{
"uid": "69e6900e-546c-4043-be1d-44c5f0fd3a55",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19099')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 2972,
"order": "3.00000000000000000000",
"type": "heading",
"parent_element_id": 2961,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83c\udfaf My objectives'",
"level": 2
},
{
"id": 2973,
"order": "4.00000000000000000000",
"type": "table",
"parent_element_id": 2961,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 373,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_19086",
"filterable": false,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_19099",
"filterable": false,
"sortable": true,
"searchable": true
}
],
"fields": [
{
"uid": "7e536d9e-4e46-4618-bd25-bd8d37d761b3",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 212,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_19086')",
"variant": "link"
}
},
{
"uid": "9937073c-15f9-4d01-8d0c-fe960fcece4f",
"name": "Target period",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19098.value')"
}
},
{
"uid": "4093008d-0801-480a-b228-66ab8338acb3",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19096'),'%')"
}
},
{
"uid": "323ea5b7-3f02-44f2-b1aa-8be3a417a09a",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19099')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 2974,
"order": "5.00000000000000000000",
"type": "heading",
"parent_element_id": 2961,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udddd Key results'",
"level": 2
},
{
"id": 2975,
"order": "6.00000000000000000000",
"type": "heading",
"parent_element_id": 2961,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'As leader'",
"level": 3
},
{
"id": 2976,
"order": "7.00000000000000000000",
"type": "table",
"parent_element_id": 2961,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 374,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_19104",
"filterable": false,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_19111",
"filterable": true,
"sortable": true,
"searchable": true
}
],
"fields": [
{
"uid": "9ae43b91-84e1-4e36-916b-0489b7cdcc18",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 213,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_19104')",
"variant": "link"
}
},
{
"uid": "70c7a89e-4353-41c8-b37f-8c0533cd25ea",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19110'),'%')"
}
},
{
"uid": "7bc25a31-acf8-457b-8e48-1ddce9614e9b",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19111.value')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 2977,
"order": "8.00000000000000000000",
"type": "heading",
"parent_element_id": 2961,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'As team member'",
"level": 3
},
{
"id": 2978,
"order": "9.00000000000000000000",
"type": "table",
"parent_element_id": 2961,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 375,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_19104",
"filterable": false,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_19111",
"filterable": true,
"sortable": true,
"searchable": true
}
],
"fields": [
{
"uid": "09d54129-31f8-4024-ae12-607cb8c83e47",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 213,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_19104')",
"variant": "link"
}
},
{
"uid": "ab4dc68c-b1cf-492e-b50e-69bcaeac8a81",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19110'),'%')"
}
},
{
"uid": "b041cf2d-4042-4a7f-a3f4-699b77aebac7",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19111.value')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
}
],
"data_sources": [
{
"id": 372,
"name": "In progress",
"order": "1.00000000000000000000",
"service": {
"id": 435,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2057,
"view_id": 7946,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
},
{
"id": 373,
"name": "My objectives",
"order": "2.00000000000000000000",
"service": {
"id": 436,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2057,
"view_id": 7945,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 19088,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 374,
"name": "Key results leader",
"order": "3.00000000000000000000",
"service": {
"id": 437,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2058,
"view_id": 7955,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 19116,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
},
{
"id": 375,
"name": "Key results team",
"order": "4.00000000000000000000",
"service": {
"id": 438,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2058,
"view_id": 7955,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 19117,
"type": "link_row_has",
"value": "get('user.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 209,
"name": "Objectives",
"order": 3,
"path": "/objectives",
"path_params": [],
"shared": false,
"elements": [
{
"id": 2986,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 2982,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83c\udfaf All objectives'",
"level": 2
},
{
"id": 2982,
"order": "1.66666666666666674068",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 2992,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 2982,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 376,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_19086",
"filterable": false,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_19099",
"filterable": false,
"sortable": true,
"searchable": true
}
],
"fields": [
{
"uid": "9e5511d9-77b0-437a-bffb-c1b28b593ede",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 212,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_19086')",
"variant": "link"
}
},
{
"uid": "5746fc3c-b395-4500-ad34-360122af5cb3",
"name": "Leader",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19088.0.value'),' (',get('current_record.field_19085.0.value'),')')"
}
},
{
"uid": "85f3fb0e-76e9-4b69-b2d0-9701e34f0e68",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19096'),'%')"
}
},
{
"uid": "aedf0925-80d9-4ea8-aa55-82d973f16786",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19099')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
}
],
"data_sources": [
{
"id": 376,
"name": "All objectives",
"order": "1.00000000000000000000",
"service": {
"id": 439,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2057,
"view_id": 7945,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 210,
"name": "Key results",
"order": 4,
"path": "/key-results",
"path_params": [],
"shared": false,
"elements": [
{
"id": 3000,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 2996,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udddd Key results'",
"level": 2
},
{
"id": 2996,
"order": "1.66666666666666674068",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3006,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 2996,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 377,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_19104",
"filterable": false,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_19111",
"filterable": true,
"sortable": true,
"searchable": true
}
],
"fields": [
{
"uid": "c65f4fc6-a0eb-403a-893e-65e5d4110b1d",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 213,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_19104')",
"variant": "link"
}
},
{
"uid": "ab8070e4-00d4-4a93-b2b0-3df8abcb39fd",
"name": "Leader",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19116.0.value')"
}
},
{
"uid": "1b47cf52-ca8f-4cc3-b5c2-d61fc5b53d59",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19110'),'%')"
}
},
{
"uid": "16e939ef-6f02-4ab8-92e4-572ea5aa19d8",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19111.value')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
}
],
"data_sources": [
{
"id": 377,
"name": "All key results",
"order": "1.00000000000000000000",
"service": {
"id": 440,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2058,
"view_id": 7955,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 211,
"name": "Employees",
"order": 5,
"path": "/employees",
"path_params": [],
"shared": false,
"elements": [
{
"id": 3014,
"order": "1.00000000000000000000",
"type": "heading",
"parent_element_id": 3010,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbc\ud83e\uddd1\ud83c\udffb\u200d\ud83d\udcbc Employees'",
"level": 2
},
{
"id": 3010,
"order": "1.66666666666666674068",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 1,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3020,
"order": "2.00000000000000000000",
"type": "table",
"parent_element_id": 3010,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 378,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_19131",
"filterable": false,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_19132",
"filterable": false,
"sortable": false,
"searchable": true
}
],
"fields": [
{
"uid": "c13269da-f2af-4b90-acc7-ffca42fc3eeb",
"name": "Name",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 214,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_19131')",
"variant": "link"
}
},
{
"uid": "32ff3658-7d9c-475d-8f8d-60fd0a0f82f7",
"name": "Title",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19132.0.value')"
}
},
{
"uid": "92c7a759-7529-4fea-a0f3-bf667f59423c",
"name": "Departments",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19133.*.value')"
}
},
{
"uid": "71558655-accd-4e1d-859a-876b69f674ee",
"name": "Location",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19134.0.value')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
}
],
"data_sources": [
{
"id": 378,
"name": "All employees",
"order": "1.00000000000000000000",
"service": {
"id": 441,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2060,
"view_id": 7972,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": []
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 212,
"name": "Objective details",
"order": 7,
"path": "/objectives/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 3025,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 3024,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"label": "'Additional notes:'",
"required": false,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.379.field_19092')",
"is_multiline": true,
"rows": 5,
"input_type": "text"
},
{
"id": 3029,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3024,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Department:** ',get('data_source.379.field_19085.*.value'))",
"format": "markdown"
},
{
"id": 3030,
"order": "1.60000000000000008882",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83c\udfaf ',get('data_source.379.field_19086'))",
"level": 2
},
{
"id": 3031,
"order": "1.62500000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.379.field_19087')",
"format": "plain"
},
{
"id": 3037,
"order": "2.00000000000000000000",
"type": "link",
"parent_element_id": 3024,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 214,
"page_parameters": [
{
"name": "id",
"value": "get('data_source.379.field_19088.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "concat('Leader: ',get('data_source.379.field_19088.0.value'))",
"variant": "link"
},
{
"id": 3038,
"order": "2.00000000000000000000",
"type": "button",
"parent_element_id": 3024,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Update notes'"
},
{
"id": 3024,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3039,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3024,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Target period:** ',get('data_source.379.field_19098.value'))",
"format": "markdown"
},
{
"id": 3040,
"order": "3.50000000000000000000",
"type": "text",
"parent_element_id": 3024,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Status:** ',get('data_source.379.field_19099'))",
"format": "markdown"
},
{
"id": 3041,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3024,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Progress:** ',get('data_source.379.field_19096'),'%')",
"format": "markdown"
},
{
"id": 3042,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udddd\ufe0f Associated key results'",
"level": 3
},
{
"id": 3043,
"order": "5.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 380,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_19104",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_19111",
"filterable": true,
"sortable": true,
"searchable": true
}
],
"fields": [
{
"uid": "09c596cc-ebbb-404e-94e4-aeac7958a836",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 213,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_19104')",
"variant": "link"
}
},
{
"uid": "fb7a842d-6ed4-433c-93dd-b9c9f51d7820",
"name": "Leader",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19116.*.value')"
}
},
{
"uid": "2693e2cc-973e-4004-9334-8487c25d3d26",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19110'),'%')"
}
},
{
"uid": "42cf2e72-04fd-4272-a5ae-671c707ebf14",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19111.value')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
}
],
"data_sources": [
{
"id": 379,
"name": "Objective",
"order": "1.00000000000000000000",
"service": {
"id": 442,
"integration_id": 39,
"type": "local_baserow_get_row",
"table_id": 2057,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
},
{
"id": 380,
"name": "Key results for objective",
"order": "2.00000000000000000000",
"service": {
"id": 443,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2058,
"view_id": 7955,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 19103,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 334,
"type": "update_row",
"order": 1,
"page_id": 212,
"element_id": 3038,
"event": "click",
"service": {
"id": 450,
"integration_id": 39,
"type": "local_baserow_upsert_row",
"table_id": 2057,
"row_id": "get('page_parameter.id')",
"field_mappings": [
{
"field_id": 19092,
"value": "get('form_data.3025')",
"enabled": true
}
]
}
},
{
"id": 336,
"type": "notification",
"order": 2,
"page_id": 212,
"element_id": 3038,
"event": "click",
"title": "'Success'",
"description": "'Notes are updated'"
}
],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 213,
"name": "Key result details",
"order": 8,
"path": "/key-results/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 3048,
"order": "1.00000000000000000000",
"type": "input_text",
"parent_element_id": 3047,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"label": "'Key result'",
"required": true,
"validation_type": "any",
"placeholder": "",
"default_value": "get('data_source.381.field_19102')",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 3054,
"order": "1.00000000000000000000",
"type": "link",
"parent_element_id": 3047,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 212,
"page_parameters": [
{
"name": "id",
"value": "get('data_source.381.field_19103.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "concat('Objective: ',get('data_source.381.field_19103.0.value'))",
"variant": "link"
},
{
"id": 3049,
"order": "1.50000000000000000000",
"type": "input_text",
"parent_element_id": 3047,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"label": "'Title'",
"required": true,
"validation_type": "any",
"placeholder": "'Some action has been taken'",
"default_value": "",
"is_multiline": false,
"rows": 3,
"input_type": "text"
},
{
"id": 3055,
"order": "1.60000000000000008882",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udddd\ufe0f ',get('data_source.381.field_19104'))",
"level": 2
},
{
"id": 3056,
"order": "1.62500000000000000000",
"type": "text",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "get('data_source.381.field_19105')",
"format": "plain"
},
{
"id": 3047,
"order": "1.63636363636363646457",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3050,
"order": "2.00000000000000000000",
"type": "input_text",
"parent_element_id": 3047,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"label": "'Description'",
"required": true,
"validation_type": "any",
"placeholder": "'Description of the action'",
"default_value": "",
"is_multiline": true,
"rows": 5,
"input_type": "text"
},
{
"id": 3062,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3047,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Department:** ',get('data_source.381.field_19118'))",
"format": "markdown"
},
{
"id": 3063,
"order": "3.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udd14 Updates'",
"level": 3
},
{
"id": 3064,
"order": "3.00000000000000000000",
"type": "link",
"parent_element_id": 3047,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "page",
"navigate_to_page_id": 214,
"page_parameters": [
{
"name": "id",
"value": "get('data_source.381.field_19116.0.id')"
}
],
"navigate_to_url": "",
"target": "self",
"value": "concat('Leader: ',get('data_source.381.field_19116.0.value'))",
"variant": "link"
},
{
"id": 3065,
"order": "3.00000000000000000000",
"type": "button",
"parent_element_id": 3047,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "right"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 1,
"style_padding_left": 10,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'Add update'"
},
{
"id": 3066,
"order": "4.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 382,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "c7a43632-cbed-4149-8961-1dd5c3302cd2",
"name": "Title",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19123')"
}
},
{
"uid": "5147f938-7ded-42e9-9499-e38cdd89e1af",
"name": "Description",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19124')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 3067,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3047,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Target period:** ',get('data_source.381.field_19119'))",
"format": "markdown"
},
{
"id": 3068,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3047,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Status:** ',get('data_source.381.field_19111.value'))",
"format": "markdown"
},
{
"id": 3069,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 3047,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Progress:** ',get('data_source.381.field_19110'),'%')",
"format": "markdown"
},
{
"id": 3070,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 3047,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Start / End:** ',get('data_source.381.field_19114'),' / ',get('data_source.381.field_19115'))",
"format": "markdown"
},
{
"id": 3071,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 3047,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Team:** ',get('data_source.381.field_19117.*.value'),' ')",
"format": "markdown"
}
],
"data_sources": [
{
"id": 381,
"name": "Key result",
"order": "1.00000000000000000000",
"service": {
"id": 444,
"integration_id": 39,
"type": "local_baserow_get_row",
"table_id": 2058,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
},
{
"id": 382,
"name": "Updates",
"order": "2.00000000000000000000",
"service": {
"id": 445,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2059,
"view_id": 7967,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 19122,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [
{
"id": 338,
"type": "create_row",
"order": 1,
"page_id": 213,
"element_id": 3065,
"event": "click",
"service": {
"id": 451,
"integration_id": 39,
"type": "local_baserow_upsert_row",
"table_id": 2059,
"row_id": "",
"field_mappings": [
{
"field_id": 19122,
"value": "get('form_data.3048')",
"enabled": true
},
{
"field_id": 19123,
"value": "get('form_data.3049')",
"enabled": true
},
{
"field_id": 19124,
"value": "get('form_data.3050')",
"enabled": true
},
{
"field_id": 19125,
"value": "get('user.username')",
"enabled": true
}
]
}
},
{
"id": 341,
"type": "notification",
"order": 2,
"page_id": 213,
"element_id": 3065,
"event": "click",
"title": "'Success'",
"description": "'Update has been added. Please refresh the page.'"
}
],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
},
{
"id": 214,
"name": "Employee details",
"order": 9,
"path": "/employees/:id",
"path_params": [
{
"name": "id",
"type": "numeric"
}
],
"shared": false,
"elements": [
{
"id": 3076,
"order": "0.50000000000000000000",
"type": "link",
"parent_element_id": 3075,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"navigation_type": "custom",
"navigate_to_page_id": null,
"page_parameters": [],
"navigate_to_url": "concat('mailto:',get('data_source.383.field_19138'))",
"target": "self",
"value": "concat('E-mail: ',get('data_source.383.field_19138'))",
"variant": "link"
},
{
"id": 3080,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": 3075,
"place_in_container": "1",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"image": {}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "url",
"image_file_id": null,
"image_url": "get('data_source.383.field_19135.0.url')",
"alt_text": "concat('profile picture ',get('data_source.383.field_19131'))"
},
{
"id": 3081,
"order": "1.00000000000000000000",
"type": "text",
"parent_element_id": 3075,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Title:** ',get('data_source.383.field_19132.0.value'))",
"format": "markdown"
},
{
"id": 3082,
"order": "1.60000000000000008882",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('\ud83d\udc68\ud83c\udffb\u200d\ud83d\udcbc\ud83e\uddd1\ud83c\udffb\u200d\ud83d\udcbc',get('data_source.383.field_19131'))",
"level": 2
},
{
"id": 3088,
"order": "2.00000000000000000000",
"type": "text",
"parent_element_id": 3075,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Department:** ',get('data_source.383.field_19133.0.value'))",
"format": "markdown"
},
{
"id": 3075,
"order": "3.00000000000000000000",
"type": "column",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"column_amount": 2,
"column_gap": 20,
"alignment": "top"
},
{
"id": 3089,
"order": "3.00000000000000000000",
"type": "text",
"parent_element_id": 3075,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Office locaiton:** ',get('data_source.383.field_19134.0.value'))",
"format": "markdown"
},
{
"id": 3090,
"order": "4.00000000000000000000",
"type": "text",
"parent_element_id": 3075,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Local extension number:** ',get('data_source.383.field_19136'))",
"format": "markdown"
},
{
"id": 3091,
"order": "4.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83c\udfaf Objectives'",
"level": 3
},
{
"id": 3092,
"order": "4.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 384,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [
{
"schema_property": "field_19086",
"filterable": true,
"sortable": true,
"searchable": true
},
{
"schema_property": "field_19099",
"filterable": false,
"sortable": true,
"searchable": true
}
],
"fields": [
{
"uid": "ba94bf4e-18db-4a60-8103-2569e84e7f1e",
"name": "Title",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 212,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "get('current_record.field_19086')",
"variant": "link"
}
},
{
"uid": "8becd7e7-2071-410a-90df-d6c95b793928",
"name": "Target period",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19098.value')"
}
},
{
"uid": "9cd9e112-b4b1-4fdc-9b58-0e74dced5bcf",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19096'),'%')"
}
},
{
"uid": "e1bfc40d-62b8-4b29-ba2b-e85322477bd8",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19099')"
}
}
],
"orientation": {
"tablet": "vertical",
"desktop": "horizontal",
"smartphone": "vertical"
}
},
{
"id": 3093,
"order": "5.00000000000000000000",
"type": "text",
"parent_element_id": 3075,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Phone:** ',get('data_source.383.field_19137'))",
"format": "markdown"
},
{
"id": 3094,
"order": "5.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_3_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udddd Key results'",
"level": 3
},
{
"id": 3095,
"order": "6.00000000000000000000",
"type": "text",
"parent_element_id": 3075,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Address:** ',get('data_source.383.field_19139'),' (zip: ',get('data_source.383.field_19140'),')')",
"format": "markdown"
},
{
"id": 3096,
"order": "6.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_4_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'As leader'",
"level": 4
},
{
"id": 3097,
"order": "6.50000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 385,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "f6551c27-cf87-43c7-8c4f-5873cac55cc3",
"name": "Title",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19104')"
}
},
{
"uid": "2bfc6525-050e-4510-916c-b7f30ea82d63",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19110'),'%')"
}
},
{
"uid": "6dff74e4-7f7e-42cc-9045-468e989bc42f",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19111.value')"
}
},
{
"uid": "4e53974c-0b46-41c8-8fb8-666a4d0c0022",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 213,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'",
"variant": "button"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
},
{
"id": 3098,
"order": "7.00000000000000000000",
"type": "text",
"parent_element_id": 3075,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Start / End:** ',get('data_source.383.field_19142'),' / ',get('data_source.383.field_19145'),' ')",
"format": "markdown"
},
{
"id": 3099,
"order": "7.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_4_text_color": "default"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'As team member'",
"level": 4
},
{
"id": 3100,
"order": "8.00000000000000000000",
"type": "text",
"parent_element_id": 3075,
"place_in_container": "0",
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 0,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 0,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "concat('**Status:** ',get('data_source.383.field_19143.value'),' ')",
"format": "markdown"
},
{
"id": 3101,
"order": "8.00000000000000000000",
"type": "table",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"button": {
"button_alignment": "center"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"data_source_id": 386,
"items_per_page": 20,
"button_load_more_label": "",
"schema_property": null,
"property_options": [],
"fields": [
{
"uid": "549cad00-3891-4e5d-8270-596419ad6f17",
"name": "Title",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19104')"
}
},
{
"uid": "9ccd4ff7-1860-4d0f-8e1f-e36725650fe4",
"name": "Progress",
"type": "text",
"styles": {},
"config": {
"value": "concat(get('current_record.field_19110'),'%')"
}
},
{
"uid": "af3a2a85-d5c7-496c-a27c-8cc0bdc769bf",
"name": "Status",
"type": "text",
"styles": {},
"config": {
"value": "get('current_record.field_19111.value')"
}
},
{
"uid": "515580b1-34a4-43fb-bf92-f5faa1f36a5b",
"name": "-",
"type": "link",
"styles": {},
"config": {
"navigation_type": "page",
"navigate_to_page_id": 213,
"page_parameters": [
{
"name": "id",
"value": "get('current_record.id')"
}
],
"navigate_to_url": "",
"target": "self",
"link_name": "'Details'",
"variant": "button"
}
}
],
"orientation": {
"tablet": "horizontal",
"desktop": "horizontal",
"smartphone": "horizontal"
}
}
],
"data_sources": [
{
"id": 383,
"name": "Employee",
"order": "1.00000000000000000000",
"service": {
"id": 446,
"integration_id": 39,
"type": "local_baserow_get_row",
"table_id": 2060,
"view_id": null,
"search_query": "",
"filter_type": "AND",
"filters": [],
"row_id": "get('page_parameter.id')"
}
},
{
"id": 384,
"name": "Objectives",
"order": "2.00000000000000000000",
"service": {
"id": 447,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2057,
"view_id": 7945,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 19088,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
},
{
"id": 385,
"name": "Key results leader",
"order": "3.00000000000000000000",
"service": {
"id": 448,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2058,
"view_id": 7955,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 19116,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
},
{
"id": 386,
"name": "Key results team",
"order": "4.00000000000000000000",
"service": {
"id": 449,
"integration_id": 39,
"type": "local_baserow_list_rows",
"table_id": 2058,
"view_id": 7955,
"sortings": [],
"search_query": "",
"filter_type": "AND",
"filters": [
{
"field_id": 19117,
"type": "link_row_has",
"value": "get('page_parameter.id')",
"value_is_formula": true
}
]
}
}
],
"workflow_actions": [],
"visibility": "logged-in",
"role_type": "allow_all",
"roles": []
}
],
"integrations": [
{
"id": 39,
"name": "Local Baserow",
"order": "1.00000000000000000000",
"type": "local_baserow",
"authorized_user": "frederik@baserow.io"
}
],
"theme": {
"primary_color": "#5190efff",
"secondary_color": "#0eaa42ff",
"border_color": "#d7d8d9ff",
"main_success_color": "#12D452",
"main_warning_color": "#FCC74A",
"main_error_color": "#FF5A4A",
"body_font_family": "inter",
"body_font_size": 14,
"body_text_color": "#070810ff",
"body_text_alignment": "left",
"heading_1_font_family": "inter",
"heading_1_font_size": 24,
"heading_1_text_color": "#070810ff",
"heading_1_text_alignment": "left",
"heading_2_font_family": "inter",
"heading_2_font_size": 20,
"heading_2_text_color": "#070810ff",
"heading_2_text_alignment": "left",
"heading_3_font_family": "inter",
"heading_3_font_size": 16,
"heading_3_text_color": "#070810ff",
"heading_3_text_alignment": "left",
"heading_4_font_family": "inter",
"heading_4_font_size": 16,
"heading_4_text_color": "#070810ff",
"heading_4_text_alignment": "left",
"heading_5_font_family": "inter",
"heading_5_font_size": 14,
"heading_5_text_color": "#070810ff",
"heading_5_text_alignment": "left",
"heading_6_font_family": "inter",
"heading_6_font_size": 14,
"heading_6_text_color": "#202128",
"heading_6_text_alignment": "left",
"button_font_family": "inter",
"button_font_size": 13,
"button_alignment": "left",
"button_text_alignment": "center",
"button_width": "auto",
"button_background_color": "primary",
"button_text_color": "#ffffffff",
"button_border_color": "border",
"button_border_size": 0,
"button_border_radius": 4,
"button_vertical_padding": 12,
"button_horizontal_padding": 12,
"button_hover_background_color": "#96baf6ff",
"button_hover_text_color": "#ffffffff",
"button_hover_border_color": "border",
"link_font_family": "inter",
"link_font_size": 13,
"link_text_alignment": "left",
"link_text_color": "primary",
"link_hover_text_color": "#96baf6ff",
"image_alignment": "left",
"image_max_width": 100,
"image_max_height": null,
"image_constraint": "contain",
"page_background_color": "#ffffffff",
"page_background_file_id": null,
"page_background_mode": "tile",
"label_font_family": "inter",
"label_text_color": "#070810FF",
"label_font_size": 13,
"input_font_family": "inter",
"input_font_size": 13,
"input_text_color": "#070810FF",
"input_background_color": "#FFFFFFFF",
"input_border_color": "#000000FF",
"input_border_size": 1,
"input_border_radius": 0,
"input_vertical_padding": 8,
"input_horizontal_padding": 12,
"table_border_color": "primary",
"table_border_size": 0,
"table_border_radius": 0,
"table_header_background_color": "primary",
"table_header_text_color": "#ffffffff",
"table_header_font_size": 13,
"table_header_font_family": "inter",
"table_header_text_alignment": "left",
"table_cell_background_color": "transparent",
"table_cell_alternate_background_color": "transparent",
"table_cell_alignment": "left",
"table_cell_vertical_padding": 10,
"table_cell_horizontal_padding": 20,
"table_vertical_separator_color": "#000000FF",
"table_vertical_separator_size": 0,
"table_horizontal_separator_color": "border",
"table_horizontal_separator_size": 1
},
"user_sources": [
{
"id": 25,
"name": "Employees",
"order": "1.00000000000000000000",
"type": "local_baserow",
"uid": "15e9ebe6b0a34effad4b4a7349d1cdb2",
"integration_id": 39,
"auth_providers": [
{
"id": 22,
"type": "local_baserow_password",
"domain": null,
"enabled": true,
"password_field_id": 19154
}
],
"table_id": 2060,
"email_field_id": 19138,
"name_field_id": 19131,
"role_field_id": null
}
],
"favicon_file": null,
"login_page": {
"id": 207,
"name": "Login",
"order": 1,
"path": "/",
"path_params": [],
"shared": false,
"elements": [
{
"id": 40293,
"order": "1.00000000000000000000",
"type": "image",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"image_source_type": "upload",
"image_file_id": {
"name": "IYxovwCoEsQatEcZGPEOm78RvPCw887P_d570910b4de568550dc3e4548e3233094024b77f3ddab2102aaddce3023fd13f.png",
"original_name": "template-header.png"
},
"image_url": "",
"alt_text": ""
},
{
"id": 2956,
"order": "2.00000000000000000000",
"type": "heading",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"typography": {
"heading_2_text_color": "default"
}
},
"style_border_top_color": "primary",
"style_border_top_size": 2,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "primary",
"style_border_bottom_size": 2,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "normal",
"value": "'\ud83d\udd10 Login'",
"level": 2
},
{
"id": 2957,
"order": "3.00000000000000000000",
"type": "auth_form",
"parent_element_id": null,
"place_in_container": null,
"visibility": "all",
"role_type": "allow_all",
"roles": [],
"styles": {
"login_button": {
"button_width": "full"
}
},
"style_border_top_color": "border",
"style_border_top_size": 0,
"style_padding_top": 10,
"style_margin_top": 0,
"style_border_bottom_color": "border",
"style_border_bottom_size": 0,
"style_padding_bottom": 10,
"style_margin_bottom": 0,
"style_border_left_color": "border",
"style_border_left_size": 0,
"style_padding_left": 20,
"style_margin_left": 0,
"style_border_right_color": "border",
"style_border_right_size": 0,
"style_padding_right": 20,
"style_margin_right": 0,
"style_background": "none",
"style_background_color": "#ffffffff",
"style_background_file_id": null,
"style_background_mode": "fill",
"style_width": "small",
"user_source_id": 25,
"login_button_label": ""
}
],
"data_sources": [],
"workflow_actions": [
{
"id": 325,
"type": "open_page",
"order": 1,
"page_id": 207,
"element_id": 2957,
"event": "after_login",
"navigation_type": "page",
"navigate_to_page_id": 208,
"page_parameters": [],
"navigate_to_url": "",
"target": "self"
}
],
"visibility": "all",
"role_type": "allow_all",
"roles": []
},
"id": 448,
"name": "Employee dashboard",
"order": 2,
"type": "builder"
}
]
}