bramw_baserow/backend/templates/net-promoter-score.json

5858 lines
281 KiB
JSON

{
"baserow_template_version": 1,
"name": "Net Promoter Score",
"icon": "iconoir-clipboard-check",
"keywords": [
"Customer satisfaction",
"customer interactions",
"surveys",
"promoters",
"detractors",
"passives",
"NPS",
"customer loyalty",
"rating",
"feedback",
"customer engagement"
],
"categories": [
"Local Business",
"Professional",
"Content Marketing"
],
"export": [
{
"id": 87357,
"name": "Net Promoter Score",
"order": 1,
"type": "database",
"tables": [
{
"id": 239323,
"name": "Customers",
"order": 1,
"fields": [
{
"id": 1680575,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 1680577,
"type": "email",
"name": "Email",
"order": 2,
"primary": false
},
{
"id": 1680578,
"type": "phone_number",
"name": "Phone",
"order": 3,
"primary": false
},
{
"id": 1680658,
"type": "link_row",
"name": "Interactions",
"order": 4,
"primary": false,
"link_row_table_id": 239306,
"link_row_related_field_id": 1680424,
"has_related_field": true
},
{
"id": 1687474,
"type": "count",
"name": "Number of interactions",
"order": 5,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 0,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"through_field_id": 1680658
},
{
"id": 1687550,
"type": "link_row",
"name": "Surveys",
"order": 6,
"primary": false,
"link_row_table_id": 239338,
"link_row_related_field_id": 1680650,
"has_related_field": true
},
{
"id": 1692143,
"type": "count",
"name": "Number of surveys",
"order": 7,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 0,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"through_field_id": 1687550
},
{
"id": 1692149,
"type": "formula",
"name": "Promoter",
"order": 8,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 0,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "count(filter(lookup('Surveys','Category'),lookup('Surveys','Category') = 'Promoter'))",
"formula_type": "number"
},
{
"id": 1692151,
"type": "formula",
"name": "Promoter %",
"order": 9,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 1,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "if(field('Number of surveys') > 0,\n100 / field('Number of surveys') * field('Promoter'), 0)",
"formula_type": "number"
},
{
"id": 1692156,
"type": "formula",
"name": "Detractor",
"order": 10,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 0,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "count(filter(lookup('Surveys','Category'),lookup('Surveys','Category') = 'Detractor'))",
"formula_type": "number"
},
{
"id": 1692159,
"type": "formula",
"name": "Detractor %",
"order": 11,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 1,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "if(field('Number of surveys') > 0,\n100 / field('Number of surveys') * field('Detractor'), 0)",
"formula_type": "number"
}
],
"views": [
{
"id": 396018,
"type": "grid",
"name": "All customers",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 146792,
"field_id": 1692151,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2683604,
"field_id": 1680575,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2683606,
"field_id": 1680577,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2683607,
"field_id": 1680578,
"width": 133,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2683754,
"field_id": 1680658,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694122,
"field_id": 1687474,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694166,
"field_id": 1687550,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695436,
"field_id": 1692143,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 2695437,
"field_id": 1692149,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 2695438,
"field_id": 1692151,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 2695460,
"field_id": 1692156,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "sum",
"aggregation_raw_type": "sum"
},
{
"id": 2695461,
"field_id": 1692159,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "average",
"aggregation_raw_type": "average"
}
]
},
{
"id": 397831,
"type": "grid",
"name": "Customers with surveys",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 181361,
"field_id": 1692143,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 145629,
"field_id": 1692143,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2695820,
"field_id": 1680575,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695821,
"field_id": 1680577,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695822,
"field_id": 1680578,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695823,
"field_id": 1680658,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695824,
"field_id": 1687474,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695825,
"field_id": 1687550,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695826,
"field_id": 1692143,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695827,
"field_id": 1692149,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695828,
"field_id": 1692151,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695829,
"field_id": 1692156,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695830,
"field_id": 1692159,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 397837,
"type": "grid",
"name": "Customers with promoter survey(s)",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 181368,
"field_id": 1692143,
"type": "higher_than",
"value": "0",
"group": null
},
{
"id": 181369,
"field_id": 1692149,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 145633,
"field_id": 1692149,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2695863,
"field_id": 1680575,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695864,
"field_id": 1680577,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695865,
"field_id": 1680578,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695866,
"field_id": 1680658,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695867,
"field_id": 1687474,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695868,
"field_id": 1687550,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695869,
"field_id": 1692143,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695870,
"field_id": 1692149,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695871,
"field_id": 1692151,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695872,
"field_id": 1692156,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695873,
"field_id": 1692159,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 397833,
"type": "grid",
"name": "Strong promoter customers",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 181362,
"field_id": 1692143,
"type": "higher_than",
"value": "0",
"group": null
},
{
"id": 181363,
"field_id": 1692151,
"type": "higher_than",
"value": "50",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 145630,
"field_id": 1692151,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2695833,
"field_id": 1680575,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695834,
"field_id": 1680577,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695835,
"field_id": 1680578,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695836,
"field_id": 1680658,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695837,
"field_id": 1687474,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695838,
"field_id": 1687550,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695839,
"field_id": 1692143,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695840,
"field_id": 1692149,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695841,
"field_id": 1692151,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695842,
"field_id": 1692156,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695843,
"field_id": 1692159,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 397839,
"type": "grid",
"name": "Customers with detractor survey(s)",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 181370,
"field_id": 1692143,
"type": "higher_than",
"value": "0",
"group": null
},
{
"id": 181371,
"field_id": 1692156,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 145634,
"field_id": 1692156,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2695875,
"field_id": 1680575,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695876,
"field_id": 1680577,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695877,
"field_id": 1680578,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695878,
"field_id": 1680658,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695879,
"field_id": 1687474,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695880,
"field_id": 1687550,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695881,
"field_id": 1692143,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695882,
"field_id": 1692149,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695883,
"field_id": 1692151,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695884,
"field_id": 1692156,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695885,
"field_id": 1692159,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 397836,
"type": "grid",
"name": "Strong detractor customers",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 181364,
"field_id": 1692143,
"type": "higher_than",
"value": "0",
"group": null
},
{
"id": 181367,
"field_id": 1692159,
"type": "higher_than",
"value": "50",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 145632,
"field_id": 1692159,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2695847,
"field_id": 1680575,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695848,
"field_id": 1680577,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695849,
"field_id": 1680578,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695850,
"field_id": 1680658,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695851,
"field_id": 1687474,
"width": 212,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695852,
"field_id": 1687550,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695853,
"field_id": 1692143,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695854,
"field_id": 1692149,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695855,
"field_id": 1692151,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695856,
"field_id": 1692156,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695857,
"field_id": 1692159,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390342+00:00",
"updated_on": "2024-01-08T13:13:25.390342+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Arlo Bowes",
"field_1680577": "abowes@protonmail.com",
"field_1680578": "(434) 352-2124",
"field_1680658": [
1,
3,
14,
15
],
"field_1687474": null,
"field_1687550": [
1,
10,
35
],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390421+00:00",
"updated_on": "2024-01-08T13:13:25.390421+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Aviana Xiong",
"field_1680577": "axiong@yahoo.com",
"field_1680578": "(814) 489-3551",
"field_1680658": [
7,
8
],
"field_1687474": null,
"field_1687550": [
7
],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390462+00:00",
"updated_on": "2024-01-08T13:13:25.390462+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Dominik Shah",
"field_1680577": "dshah@yahoo.com",
"field_1680578": "(931) 243-4666",
"field_1680658": [
9,
11,
12
],
"field_1687474": null,
"field_1687550": [
15
],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390500+00:00",
"updated_on": "2024-01-08T13:13:25.390500+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Eadie Colon",
"field_1680577": "ecolon@outlook.com",
"field_1680578": "(409) 670-9168",
"field_1680658": [
10,
24
],
"field_1687474": null,
"field_1687550": [
16,
27,
37
],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390540+00:00",
"updated_on": "2024-01-08T13:13:25.390540+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Eryn Burn",
"field_1680577": "eburn@gmail.com",
"field_1680578": "(469) 520-5035",
"field_1680658": [
18,
20
],
"field_1687474": null,
"field_1687550": [
20,
36
],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390578+00:00",
"updated_on": "2024-01-08T13:13:25.390578+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Glenda Gibson",
"field_1680577": "ggibson@sbcglobal.net",
"field_1680578": "(352) 522-0383",
"field_1680658": [
2,
23,
26
],
"field_1687474": null,
"field_1687550": [
2,
25,
34
],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390619+00:00",
"updated_on": "2024-01-08T13:13:25.390619+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Hamzah Webber",
"field_1680577": "hwebber@aim.com",
"field_1680578": "(931) 670-0788",
"field_1680658": [
19,
21
],
"field_1687474": null,
"field_1687550": [
21
],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390659+00:00",
"updated_on": "2024-01-08T13:13:25.390659+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Hettie Humphries",
"field_1680577": "hhumphries@aol.com",
"field_1680578": "(931) 243-4450",
"field_1680658": [
4,
6,
25
],
"field_1687474": null,
"field_1687550": [
3,
12,
28
],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390698+00:00",
"updated_on": "2024-01-08T13:13:25.390698+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "India Strong",
"field_1680577": "istrong@yahoo.com",
"field_1680578": "(660) 683-5633",
"field_1680658": [
13,
16
],
"field_1687474": null,
"field_1687550": [
9
],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390737+00:00",
"updated_on": "2024-01-08T13:13:25.390737+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Lemar Cruz",
"field_1680577": "lcruz@outlook.com",
"field_1680578": "(313) 406-3360",
"field_1680658": [
5,
17,
22
],
"field_1687474": null,
"field_1687550": [
19,
24,
32
],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390774+00:00",
"updated_on": "2024-01-08T13:13:25.390774+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Leyla Galindo",
"field_1680577": "lgalindo@microsoft.com",
"field_1680578": "(609) 298-2517",
"field_1680658": [],
"field_1687474": null,
"field_1687550": [],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390814+00:00",
"updated_on": "2024-01-08T13:13:25.390814+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Neve Vaughan",
"field_1680577": "nvaughan@yahoo.com",
"field_1680578": "(270) 782-2102",
"field_1680658": [],
"field_1687474": null,
"field_1687550": [],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390853+00:00",
"updated_on": "2024-01-08T13:13:25.390853+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Pia Cote",
"field_1680577": "pcote@yahoo.com",
"field_1680578": "(662) 837-3559",
"field_1680658": [],
"field_1687474": null,
"field_1687550": [],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390893+00:00",
"updated_on": "2024-01-08T13:13:25.390893+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Shaurya Mackay",
"field_1680577": "smackay@outlook.com",
"field_1680578": "(843) 577-6550",
"field_1680658": [],
"field_1687474": null,
"field_1687550": [],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390934+00:00",
"updated_on": "2024-01-08T13:13:25.390934+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Sohaib Emerson",
"field_1680577": "aemerson@gmail.com",
"field_1680578": "(608) 325-6843",
"field_1680658": [],
"field_1687474": null,
"field_1687550": [],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-01-08T13:13:25.390974+00:00",
"updated_on": "2024-01-08T13:13:25.390974+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680575": "Zunairah Calhoun",
"field_1680577": "zcalhoun@gmail.com",
"field_1680578": "(321) 383-8145",
"field_1680658": [],
"field_1687474": null,
"field_1687550": [],
"field_1692143": null,
"field_1692149": null,
"field_1692151": null,
"field_1692156": null,
"field_1692159": null
}
]
},
{
"id": 239322,
"name": "Products",
"order": 2,
"fields": [
{
"id": 1680563,
"type": "text",
"name": "Name",
"order": 0,
"primary": true,
"text_default": ""
},
{
"id": 1680565,
"type": "single_select",
"name": "Type",
"order": 2,
"primary": false,
"select_options": [
{
"id": 1230767,
"value": "Service",
"color": "cyan",
"order": 0
},
{
"id": 1230768,
"value": "Software",
"color": "green",
"order": 1
},
{
"id": 1230769,
"value": "Infrastructure",
"color": "pink",
"order": 2
}
]
},
{
"id": 1680566,
"type": "single_select",
"name": "Category",
"order": 3,
"primary": false,
"select_options": [
{
"id": 1230770,
"value": "Databases",
"color": "darker-gray",
"order": 0
},
{
"id": 1230771,
"value": "Applications",
"color": "orange",
"order": 1
},
{
"id": 1230772,
"value": "Virtual machines",
"color": "dark-yellow",
"order": 2
},
{
"id": 1230773,
"value": "Data services",
"color": "light-brown",
"order": 3
},
{
"id": 1230774,
"value": "DNS resolution",
"color": "darker-blue",
"order": 4
}
]
},
{
"id": 1680568,
"type": "text",
"name": "Description",
"order": 5,
"primary": false,
"text_default": ""
},
{
"id": 1680659,
"type": "link_row",
"name": "Interactions",
"order": 6,
"primary": false,
"link_row_table_id": 239306,
"link_row_related_field_id": 1680425,
"has_related_field": true
},
{
"id": 1687549,
"type": "link_row",
"name": "Surveys",
"order": 7,
"primary": false,
"link_row_table_id": 239338,
"link_row_related_field_id": 1687548,
"has_related_field": true
},
{
"id": 1687722,
"type": "formula",
"name": "Promoters",
"order": 8,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 0,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "count(filter(lookup('Surveys','Category'),lookup('Surveys','Category') = 'Promoter'))",
"formula_type": "number"
},
{
"id": 1692019,
"type": "count",
"name": "Number of surveys",
"order": 9,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 0,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"through_field_id": 1687549
},
{
"id": 1692020,
"type": "formula",
"name": "Detractors",
"order": 10,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 0,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "count(filter(lookup('Surveys','Category'),lookup('Surveys','Category') = 'Detractor'))",
"formula_type": "number"
},
{
"id": 1692084,
"type": "formula",
"name": "Promoters %",
"order": 11,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 1,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "if(field('Number of surveys') > 0,\n100 / field('Number of surveys') * field('Promoters'), 0)",
"formula_type": "number"
},
{
"id": 1692132,
"type": "formula",
"name": "Detractors %",
"order": 12,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 1,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "if(field('Number of surveys') > 0,\n(100 / field('Number of surveys')) * field('Detractors'), 0)",
"formula_type": "number"
},
{
"id": 1692137,
"type": "formula",
"name": "NPS",
"order": 13,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 1,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "field('Promoters %') - field('Detractors %')",
"formula_type": "number"
},
{
"id": 1692139,
"type": "count",
"name": "Number of interactions",
"order": 14,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 0,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"through_field_id": 1680659
}
],
"views": [
{
"id": 396017,
"type": "grid",
"name": "All products",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 146774,
"field_id": 1692137,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2683589,
"field_id": 1680563,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2683591,
"field_id": 1680565,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2683592,
"field_id": 1680566,
"width": 147,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2683594,
"field_id": 1680568,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694062,
"field_id": 1680659,
"width": 157,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695423,
"field_id": 1692139,
"width": 219,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694159,
"field_id": 1687549,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695153,
"field_id": 1692019,
"width": 192,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694439,
"field_id": 1687722,
"width": 140,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695367,
"field_id": 1692084,
"width": 158,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695154,
"field_id": 1692020,
"width": 136,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695411,
"field_id": 1692132,
"width": 154,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695422,
"field_id": 1692137,
"width": 110,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400652,
"type": "grid",
"name": "Products without surveys",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 182853,
"field_id": 1692019,
"type": "equal",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 146777,
"field_id": 1692137,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712333,
"field_id": 1680563,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712334,
"field_id": 1680565,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712335,
"field_id": 1680566,
"width": 147,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712336,
"field_id": 1680568,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712337,
"field_id": 1680659,
"width": 157,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712338,
"field_id": 1692139,
"width": 219,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712339,
"field_id": 1687549,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712340,
"field_id": 1692019,
"width": 192,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712341,
"field_id": 1687722,
"width": 140,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712342,
"field_id": 1692084,
"width": 158,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712343,
"field_id": 1692020,
"width": 136,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712344,
"field_id": 1692132,
"width": 154,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712345,
"field_id": 1692137,
"width": 110,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400650,
"type": "grid",
"name": "Products with a positive NPS",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 182849,
"field_id": 1692137,
"type": "higher_than",
"value": "0",
"group": null
},
{
"id": 182852,
"field_id": 1692019,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 146775,
"field_id": 1692137,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712307,
"field_id": 1680563,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712308,
"field_id": 1680565,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712309,
"field_id": 1680566,
"width": 147,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712310,
"field_id": 1680568,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712311,
"field_id": 1680659,
"width": 157,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712312,
"field_id": 1692139,
"width": 219,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712313,
"field_id": 1687549,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712314,
"field_id": 1692019,
"width": 192,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712315,
"field_id": 1687722,
"width": 140,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712316,
"field_id": 1692084,
"width": 158,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712317,
"field_id": 1692020,
"width": 136,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712318,
"field_id": 1692132,
"width": 154,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712319,
"field_id": 1692137,
"width": 110,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400651,
"type": "grid",
"name": "Products with a negative NPS",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 182850,
"field_id": 1692137,
"type": "lower_than",
"value": "0",
"group": null
},
{
"id": 182851,
"field_id": 1692019,
"type": "higher_than",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 146776,
"field_id": 1692137,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712320,
"field_id": 1680563,
"width": 200,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712321,
"field_id": 1680565,
"width": 135,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712322,
"field_id": 1680566,
"width": 147,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712323,
"field_id": 1680568,
"width": 200,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712324,
"field_id": 1680659,
"width": 157,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712325,
"field_id": 1692139,
"width": 219,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712326,
"field_id": 1687549,
"width": 129,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712327,
"field_id": 1692019,
"width": 192,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712328,
"field_id": 1687722,
"width": 140,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712329,
"field_id": 1692084,
"width": 158,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712330,
"field_id": 1692020,
"width": 136,
"hidden": false,
"order": 10,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712331,
"field_id": 1692132,
"width": 154,
"hidden": false,
"order": 11,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712332,
"field_id": 1692137,
"width": 110,
"hidden": false,
"order": 12,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400653,
"type": "kanban",
"name": "Products by type",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 1680565,
"field_options": [
{
"id": 183576,
"field_id": 1680563,
"hidden": false,
"order": 32767
},
{
"id": 183577,
"field_id": 1680565,
"hidden": true,
"order": 32767
},
{
"id": 183578,
"field_id": 1680566,
"hidden": false,
"order": 32767
},
{
"id": 183579,
"field_id": 1680568,
"hidden": false,
"order": 32767
},
{
"id": 183580,
"field_id": 1680659,
"hidden": true,
"order": 32767
},
{
"id": 183581,
"field_id": 1687549,
"hidden": true,
"order": 32767
},
{
"id": 183582,
"field_id": 1687722,
"hidden": true,
"order": 32767
},
{
"id": 183583,
"field_id": 1692019,
"hidden": true,
"order": 32767
},
{
"id": 183584,
"field_id": 1692020,
"hidden": true,
"order": 32767
},
{
"id": 183585,
"field_id": 1692084,
"hidden": true,
"order": 32767
},
{
"id": 183586,
"field_id": 1692132,
"hidden": true,
"order": 32767
},
{
"id": 183587,
"field_id": 1692137,
"hidden": false,
"order": 32767
},
{
"id": 183588,
"field_id": 1692139,
"hidden": true,
"order": 32767
}
]
},
{
"id": 400654,
"type": "kanban",
"name": "Products by category",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 1680566,
"field_options": [
{
"id": 183589,
"field_id": 1680563,
"hidden": false,
"order": 32767
},
{
"id": 183590,
"field_id": 1680565,
"hidden": false,
"order": 32767
},
{
"id": 183591,
"field_id": 1680566,
"hidden": true,
"order": 32767
},
{
"id": 183592,
"field_id": 1680568,
"hidden": false,
"order": 32767
},
{
"id": 183593,
"field_id": 1680659,
"hidden": true,
"order": 32767
},
{
"id": 183594,
"field_id": 1687549,
"hidden": true,
"order": 32767
},
{
"id": 183595,
"field_id": 1687722,
"hidden": true,
"order": 32767
},
{
"id": 183596,
"field_id": 1692019,
"hidden": true,
"order": 32767
},
{
"id": 183597,
"field_id": 1692020,
"hidden": true,
"order": 32767
},
{
"id": 183598,
"field_id": 1692084,
"hidden": true,
"order": 32767
},
{
"id": 183599,
"field_id": 1692132,
"hidden": true,
"order": 32767
},
{
"id": 183600,
"field_id": 1692137,
"hidden": false,
"order": 32767
},
{
"id": 183601,
"field_id": 1692139,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-01-08T13:09:42.115975+00:00",
"updated_on": "2024-01-08T13:09:42.115975+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "Arjasis Streaming",
"field_1680565": 1230767,
"field_1680566": 1230773,
"field_1680568": "Streaming data storage and analytics service that automatically scales.",
"field_1680659": [
9,
10,
12,
17
],
"field_1687549": [
15,
16,
18,
17,
19,
31,
32
],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-01-08T13:09:42.116079+00:00",
"updated_on": "2024-01-08T13:09:42.116079+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "B3 Streaming Services",
"field_1680565": 1230767,
"field_1680566": 1230773,
"field_1680568": "A service that ingests streaming data and stores it for 24 hours max.",
"field_1680659": [
1,
2,
3,
11,
14
],
"field_1687549": [
1,
2,
3,
4,
5,
6,
34
],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-01-08T13:09:42.116116+00:00",
"updated_on": "2024-01-08T13:09:42.116116+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "Centy Relational Db",
"field_1680565": 1230768,
"field_1680566": 1230770,
"field_1680568": "Database solutions provided by Centy Cloud.",
"field_1680659": [
13,
22,
23,
24,
25,
26
],
"field_1687549": [
24,
25,
26,
27,
28,
29,
30,
35
],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-01-08T13:09:42.116149+00:00",
"updated_on": "2024-01-08T13:09:42.116149+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "Elastic Servers",
"field_1680565": 1230769,
"field_1680566": 1230772,
"field_1680568": "A variety of virtual machines.",
"field_1680659": [
5,
18,
19,
20,
21
],
"field_1687549": [
20,
21,
22,
23,
33
],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-01-08T13:09:42.116193+00:00",
"updated_on": "2024-01-08T13:09:42.116193+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "Forest Relation Databases",
"field_1680565": 1230768,
"field_1680566": 1230770,
"field_1680568": "Scalable database solutions available within the Forest Cloud.",
"field_1680659": [
4,
6
],
"field_1687549": [
12,
13,
14
],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-01-08T13:09:42.116225+00:00",
"updated_on": "2024-01-08T13:09:42.116225+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "K8R8",
"field_1680565": 1230767,
"field_1680566": 1230771,
"field_1680568": "Managed containers offered as a service.",
"field_1680659": [
7,
8,
15,
16
],
"field_1687549": [
7,
8,
9,
10,
11,
36,
37
],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-01-08T13:09:42.116257+00:00",
"updated_on": "2024-01-08T13:09:42.116257+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "Route 98",
"field_1680565": 1230767,
"field_1680566": 1230774,
"field_1680568": "DNS resolution service offered to applications residing within the FCS environment.",
"field_1680659": [],
"field_1687549": [],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-01-08T13:09:42.116288+00:00",
"updated_on": "2024-01-08T13:09:42.116288+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "SPW Containers",
"field_1680565": 1230767,
"field_1680566": 1230771,
"field_1680568": "Managed Kubernetes clusters as a service.",
"field_1680659": [],
"field_1687549": [],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-01-08T13:09:42.116319+00:00",
"updated_on": "2024-01-08T13:09:42.116319+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "SRDS",
"field_1680565": 1230768,
"field_1680566": 1230770,
"field_1680568": "Serverless relational databases available for use with multiple db engines including Postgres, SQL, MSSQL, and Oracle.",
"field_1680659": [],
"field_1687549": [],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-01-08T13:09:42.116349+00:00",
"updated_on": "2024-01-08T13:09:42.116349+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "VM Plus",
"field_1680565": 1230769,
"field_1680566": 1230772,
"field_1680568": "Highly configurable virtual machines.",
"field_1680659": [],
"field_1687549": [],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-01-08T13:09:42.116381+00:00",
"updated_on": "2024-01-08T13:09:42.116381+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680563": "W4 DNS",
"field_1680565": 1230767,
"field_1680566": 1230774,
"field_1680568": "In house DNS resolution offered as a service.",
"field_1680659": [],
"field_1687549": [],
"field_1687722": null,
"field_1692019": null,
"field_1692020": null,
"field_1692084": null,
"field_1692132": null,
"field_1692137": null,
"field_1692139": null
}
]
},
{
"id": 239306,
"name": "Interactions",
"order": 3,
"fields": [
{
"id": 1680423,
"type": "formula",
"name": "Name",
"order": 0,
"primary": true,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": null,
"error": null,
"array_formula_type": "text",
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "concat(field('Product'),'-',field('Type'))",
"formula_type": "array"
},
{
"id": 1680424,
"type": "link_row",
"name": "Customer",
"order": 1,
"primary": false,
"link_row_table_id": 239323,
"link_row_related_field_id": 1680658,
"has_related_field": true
},
{
"id": 1680425,
"type": "link_row",
"name": "Product",
"order": 2,
"primary": false,
"link_row_table_id": 239322,
"link_row_related_field_id": 1680659,
"has_related_field": true
},
{
"id": 1687463,
"type": "single_select",
"name": "Type",
"order": 3,
"primary": false,
"select_options": [
{
"id": 1243759,
"value": "Purchase",
"color": "cyan",
"order": 0
},
{
"id": 1243760,
"value": "Support request",
"color": "yellow",
"order": 1
},
{
"id": 1243761,
"value": "Complaint",
"color": "red",
"order": 2
},
{
"id": 1243762,
"value": "Event participation",
"color": "green",
"order": 3
}
]
},
{
"id": 1687464,
"type": "long_text",
"name": "Comments",
"order": 4,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 1687475,
"type": "created_on",
"name": "Date",
"order": 5,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 1692165,
"type": "lookup",
"name": "NPS",
"order": 6,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": 0,
"error": null,
"array_formula_type": "number",
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"through_field_id": 1680425,
"through_field_name": "Product",
"target_field_id": 1692137,
"target_field_name": "NPS"
},
{
"id": 1703345,
"type": "formula",
"name": "Customer name",
"order": 7,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": null,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "join(lookup('Customer','Name'),'')",
"formula_type": "text"
},
{
"id": 1703350,
"type": "formula",
"name": "Product name",
"order": 8,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": null,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "join(lookup('Product','Name'),'')",
"formula_type": "text"
},
{
"id": 1703362,
"type": "formula",
"name": "Survey prefill",
"order": 9,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": null,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "concat('?prefill_Anonymous=false&prefill_Customer=',field('Customer name'),'&prefill_Product=',field('Product name'),'&hide_Anonymous&hide_Customer&hide_Product')",
"formula_type": "text"
}
],
"views": [
{
"id": 395944,
"type": "grid",
"name": "All interactions",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 146778,
"field_id": 1687475,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2683156,
"field_id": 1680423,
"width": 177,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2683154,
"field_id": 1680424,
"width": 150,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2683155,
"field_id": 1680425,
"width": 156,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694087,
"field_id": 1687475,
"width": 152,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694084,
"field_id": 1687463,
"width": 166,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694085,
"field_id": 1687464,
"width": 144,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2695453,
"field_id": 1692165,
"width": 100,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712387,
"field_id": 1703345,
"width": 200,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712388,
"field_id": 1703350,
"width": 200,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712403,
"field_id": 1703362,
"width": 193,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400656,
"type": "grid",
"name": "Interactions grouped by customer",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 146780,
"field_id": 1687475,
"order": "DESC"
}
],
"group_bys": [
{
"id": 570,
"field_id": 1703345,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712356,
"field_id": 1680423,
"width": 186,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712357,
"field_id": 1680424,
"width": 150,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712366,
"field_id": 1703345,
"width": 168,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712358,
"field_id": 1680425,
"width": 156,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712375,
"field_id": 1703350,
"width": 156,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712359,
"field_id": 1687475,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712360,
"field_id": 1687463,
"width": 166,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712361,
"field_id": 1687464,
"width": 144,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712362,
"field_id": 1692165,
"width": 100,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712696,
"field_id": 1703362,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400660,
"type": "grid",
"name": "Interactions grouped by product",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 146781,
"field_id": 1687475,
"order": "DESC"
}
],
"group_bys": [
{
"id": 571,
"field_id": 1703350,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712376,
"field_id": 1680423,
"width": 186,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712377,
"field_id": 1680424,
"width": 150,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712378,
"field_id": 1703345,
"width": 168,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712379,
"field_id": 1680425,
"width": 156,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712380,
"field_id": 1703350,
"width": 156,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712381,
"field_id": 1687475,
"width": 200,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712382,
"field_id": 1687463,
"width": 166,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712383,
"field_id": 1687464,
"width": 144,
"hidden": false,
"order": 7,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712384,
"field_id": 1692165,
"width": 100,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712710,
"field_id": 1703362,
"width": 200,
"hidden": false,
"order": 32767,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400661,
"type": "kanban",
"name": "Interactions by type",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [],
"decorations": [],
"public": false,
"single_select_field_id": 1687463,
"field_options": [
{
"id": 183602,
"field_id": 1680423,
"hidden": false,
"order": 32767
},
{
"id": 183603,
"field_id": 1680424,
"hidden": false,
"order": 32767
},
{
"id": 183604,
"field_id": 1680425,
"hidden": false,
"order": 32767
},
{
"id": 183605,
"field_id": 1687463,
"hidden": true,
"order": 32767
},
{
"id": 183606,
"field_id": 1687464,
"hidden": false,
"order": 32767
},
{
"id": 183607,
"field_id": 1687475,
"hidden": true,
"order": 32767
},
{
"id": 183608,
"field_id": 1692165,
"hidden": true,
"order": 32767
},
{
"id": 183609,
"field_id": 1703345,
"hidden": true,
"order": 32767
},
{
"id": 183610,
"field_id": 1703350,
"hidden": true,
"order": 32767
},
{
"id": 183620,
"field_id": 1703362,
"hidden": true,
"order": 32767
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-01-08T13:05:44.789800+00:00",
"updated_on": "2024-01-10T09:04:45.303794+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
1
],
"field_1680425": [
2
],
"field_1687463": 1243762,
"field_1687464": "Online demo",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-01-08T13:05:44.789851+00:00",
"updated_on": "2024-01-10T09:04:59.022797+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
6
],
"field_1680425": [
2
],
"field_1687463": 1243762,
"field_1687464": "Online demo",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-01-10T08:58:55.771101+00:00",
"updated_on": "2024-01-10T09:05:12.016237+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
1
],
"field_1680425": [
2
],
"field_1687463": 1243759,
"field_1687464": null,
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-01-10T08:58:57.261091+00:00",
"updated_on": "2024-01-10T09:05:26.619434+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
8
],
"field_1680425": [
5
],
"field_1687463": 1243759,
"field_1687464": null,
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-01-10T08:58:58.027901+00:00",
"updated_on": "2024-01-10T09:06:21.966461+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
10
],
"field_1680425": [
4
],
"field_1687463": 1243761,
"field_1687464": "Malfunction in the product: needs further investigation",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-01-10T09:05:42.023279+00:00",
"updated_on": "2024-01-10T09:06:08.278058+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
8
],
"field_1680425": [
5
],
"field_1687463": 1243760,
"field_1687464": "How to get started instructions not clear",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-01-10T09:06:27.357442+00:00",
"updated_on": "2024-01-10T09:06:40.899812+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
2
],
"field_1680425": [
6
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-01-10T09:06:42.363628+00:00",
"updated_on": "2024-01-10T09:07:02.100886+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
2
],
"field_1680425": [
6
],
"field_1687463": 1243762,
"field_1687464": "Online training session",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-01-10T09:07:21.109427+00:00",
"updated_on": "2024-01-10T09:07:30.781672+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
3
],
"field_1680425": [
1
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-01-10T09:07:31.777410+00:00",
"updated_on": "2024-01-10T09:07:40.482293+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
4
],
"field_1680425": [
1
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-01-10T09:07:41.672337+00:00",
"updated_on": "2024-01-10T09:07:51.279650+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
3
],
"field_1680425": [
2
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-01-10T09:07:52.295241+00:00",
"updated_on": "2024-01-10T09:08:47.514402+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
3
],
"field_1680425": [
1
],
"field_1687463": 1243761,
"field_1687464": "Confusion about the prerequisites for using the service",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-01-10T09:08:49.038097+00:00",
"updated_on": "2024-01-10T09:09:00.112085+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
9
],
"field_1680425": [
3
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-01-10T09:09:10.560116+00:00",
"updated_on": "2024-01-10T09:09:51.281969+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
1
],
"field_1680425": [
2
],
"field_1687463": 1243760,
"field_1687464": "Configuration files were not set correctly",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-01-10T14:00:40.441822+00:00",
"updated_on": "2024-01-10T14:00:54.482205+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
1
],
"field_1680425": [
6
],
"field_1687463": 1243760,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-01-10T14:01:03.887825+00:00",
"updated_on": "2024-01-10T14:01:27.895848+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
9
],
"field_1680425": [
6
],
"field_1687463": 1243762,
"field_1687464": "Online training session",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-01-10T14:03:47.023512+00:00",
"updated_on": "2024-01-10T14:03:57.521570+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
10
],
"field_1680425": [
1
],
"field_1687463": 1243760,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-01-10T14:06:21.214067+00:00",
"updated_on": "2024-01-10T14:07:22.023728+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
5
],
"field_1680425": [
4
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-01-10T14:06:26.501687+00:00",
"updated_on": "2024-01-10T14:07:26.860306+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
7
],
"field_1680425": [
4
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-01-10T14:06:37.841772+00:00",
"updated_on": "2024-01-10T14:42:46.091204+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
5
],
"field_1680425": [
4
],
"field_1687463": 1243760,
"field_1687464": "Unclear instructions",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-01-10T14:06:39.379808+00:00",
"updated_on": "2024-01-10T14:07:46.643345+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
7
],
"field_1680425": [
4
],
"field_1687463": 1243762,
"field_1687464": "Online training session",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-01-10T14:09:28.931493+00:00",
"updated_on": "2024-01-10T14:10:12.213556+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
10
],
"field_1680425": [
3
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-01-10T14:09:36.423427+00:00",
"updated_on": "2024-01-10T14:10:14.761750+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
6
],
"field_1680425": [
3
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-01-10T14:09:41.148947+00:00",
"updated_on": "2024-01-10T14:10:17.326292+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
4
],
"field_1680425": [
3
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2024-01-10T14:09:45.180114+00:00",
"updated_on": "2024-01-10T14:10:19.826488+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
8
],
"field_1680425": [
3
],
"field_1687463": 1243759,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2024-01-10T14:10:21.891752+00:00",
"updated_on": "2024-01-10T14:10:33.494167+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680423": null,
"field_1680424": [
6
],
"field_1680425": [
3
],
"field_1687463": 1243761,
"field_1687464": "",
"field_1687475": null,
"field_1692165": null,
"field_1703345": null,
"field_1703350": null,
"field_1703362": null
}
]
},
{
"id": 239338,
"name": "Surveys",
"order": 4,
"fields": [
{
"id": 1680649,
"type": "formula",
"name": "Name",
"order": 0,
"primary": true,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": null,
"error": null,
"array_formula_type": "text",
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "concat(field('Category'),'-',field('Product'))",
"formula_type": "array"
},
{
"id": 1680650,
"type": "link_row",
"name": "Customer",
"order": 1,
"primary": false,
"link_row_table_id": 239323,
"link_row_related_field_id": 1687550,
"has_related_field": true
},
{
"id": 1680651,
"type": "boolean",
"name": "Anonymous",
"order": 2,
"primary": false
},
{
"id": 1687548,
"type": "link_row",
"name": "Product",
"order": 3,
"primary": false,
"link_row_table_id": 239322,
"link_row_related_field_id": 1687549,
"has_related_field": true
},
{
"id": 1687551,
"type": "created_on",
"name": "Date",
"order": 4,
"primary": false,
"date_format": "ISO",
"date_include_time": true,
"date_time_format": "24",
"date_show_tzinfo": false,
"date_force_timezone": null
},
{
"id": 1687552,
"type": "rating",
"name": "Rating",
"order": 5,
"primary": false,
"max_value": 10,
"color": "dark-orange",
"style": "star"
},
{
"id": 1687553,
"type": "long_text",
"name": "Motivation",
"order": 6,
"primary": false,
"long_text_enable_rich_text": false
},
{
"id": 1687554,
"type": "formula",
"name": "Category",
"order": 7,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": null,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "if(field('Rating') >= 9,\n'Promoter',\nif(field('Rating') >= 7,'Passive','Detractor'))",
"formula_type": "text"
},
{
"id": 1703364,
"type": "formula",
"name": "Product name",
"order": 8,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": null,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "join(lookup('Product','Name'),'')",
"formula_type": "text"
},
{
"id": 1703365,
"type": "formula",
"name": "Customer name",
"order": 9,
"primary": false,
"date_format": null,
"duration_format": "h:mm",
"number_decimal_places": null,
"error": null,
"array_formula_type": null,
"date_force_timezone": null,
"nullable": false,
"date_time_format": null,
"date_show_tzinfo": null,
"date_include_time": null,
"formula": "join(lookup('Customer','Name'),'')",
"formula_type": "text"
}
],
"views": [
{
"id": 396049,
"type": "grid",
"name": "All surveys",
"order": 1,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 146784,
"field_id": 1687551,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2683745,
"field_id": 1680649,
"width": 126,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694153,
"field_id": 1687548,
"width": 182,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712407,
"field_id": 1703364,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2683743,
"field_id": 1680650,
"width": 148,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712408,
"field_id": 1703365,
"width": 168,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2683744,
"field_id": 1680651,
"width": 145,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694155,
"field_id": 1687551,
"width": 174,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694156,
"field_id": 1687552,
"width": 254,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 2694158,
"field_id": 1687554,
"width": 129,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2694157,
"field_id": 1687553,
"width": 304,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400670,
"type": "grid",
"name": "Surveys with customer info",
"order": 2,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 182864,
"field_id": 1680651,
"type": "boolean",
"value": "0",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 146790,
"field_id": 1687551,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712459,
"field_id": 1680649,
"width": 126,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712460,
"field_id": 1687548,
"width": 182,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712461,
"field_id": 1703364,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712462,
"field_id": 1680650,
"width": 148,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712463,
"field_id": 1703365,
"width": 168,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712464,
"field_id": 1680651,
"width": 145,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712465,
"field_id": 1687551,
"width": 174,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712466,
"field_id": 1687552,
"width": 254,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 2712467,
"field_id": 1687554,
"width": 129,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712468,
"field_id": 1687553,
"width": 137,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400669,
"type": "grid",
"name": "Surveys without customer info",
"order": 3,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 182863,
"field_id": 1680651,
"type": "boolean",
"value": "1",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 146789,
"field_id": 1687551,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712449,
"field_id": 1680649,
"width": 126,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712450,
"field_id": 1687548,
"width": 182,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712451,
"field_id": 1703364,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712452,
"field_id": 1680650,
"width": 148,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712453,
"field_id": 1703365,
"width": 168,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712454,
"field_id": 1680651,
"width": 145,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712455,
"field_id": 1687551,
"width": 174,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712456,
"field_id": 1687552,
"width": 254,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 2712457,
"field_id": 1687554,
"width": 129,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712458,
"field_id": 1687553,
"width": 137,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400668,
"type": "grid",
"name": "Surveys grouped by category",
"order": 4,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [],
"filter_groups": [],
"sortings": [
{
"id": 146788,
"field_id": 1687551,
"order": "DESC"
}
],
"group_bys": [
{
"id": 572,
"field_id": 1687554,
"order": "ASC"
}
],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712439,
"field_id": 1680649,
"width": 126,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712440,
"field_id": 1687548,
"width": 182,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712441,
"field_id": 1703364,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712442,
"field_id": 1680650,
"width": 148,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712443,
"field_id": 1703365,
"width": 168,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712444,
"field_id": 1680651,
"width": 145,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712445,
"field_id": 1687551,
"width": 174,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712446,
"field_id": 1687552,
"width": 254,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 2712447,
"field_id": 1687554,
"width": 129,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712448,
"field_id": 1687553,
"width": 137,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400665,
"type": "grid",
"name": "Surveys with a promoter result",
"order": 5,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 182859,
"field_id": 1687554,
"type": "equal",
"value": "Promotor",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 146785,
"field_id": 1687551,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712409,
"field_id": 1680649,
"width": 126,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712410,
"field_id": 1687548,
"width": 182,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712411,
"field_id": 1703364,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712412,
"field_id": 1680650,
"width": 148,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712413,
"field_id": 1703365,
"width": 168,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712414,
"field_id": 1680651,
"width": 145,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712415,
"field_id": 1687551,
"width": 174,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712416,
"field_id": 1687552,
"width": 254,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 2712417,
"field_id": 1687554,
"width": 129,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712418,
"field_id": 1687553,
"width": 137,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400666,
"type": "grid",
"name": "Surveys with a passive result",
"order": 6,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 182860,
"field_id": 1687554,
"type": "equal",
"value": "Passive",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 146786,
"field_id": 1687551,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712419,
"field_id": 1680649,
"width": 126,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712420,
"field_id": 1687548,
"width": 182,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712421,
"field_id": 1703364,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712422,
"field_id": 1680650,
"width": 148,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712423,
"field_id": 1703365,
"width": 168,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712424,
"field_id": 1680651,
"width": 145,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712425,
"field_id": 1687551,
"width": 174,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712426,
"field_id": 1687552,
"width": 254,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 2712427,
"field_id": 1687554,
"width": 129,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712428,
"field_id": 1687553,
"width": 137,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 400667,
"type": "grid",
"name": "Surveys with a detractor result",
"order": 7,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"filter_type": "AND",
"filters_disabled": false,
"filters": [
{
"id": 182861,
"field_id": 1687554,
"type": "equal",
"value": "Detractor",
"group": null
}
],
"filter_groups": [],
"sortings": [
{
"id": 146787,
"field_id": 1687551,
"order": "DESC"
}
],
"group_bys": [],
"decorations": [],
"public": false,
"row_identifier_type": "id",
"field_options": [
{
"id": 2712429,
"field_id": 1680649,
"width": 126,
"hidden": false,
"order": 0,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712430,
"field_id": 1687548,
"width": 182,
"hidden": false,
"order": 1,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712431,
"field_id": 1703364,
"width": 160,
"hidden": false,
"order": 2,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712432,
"field_id": 1680650,
"width": 148,
"hidden": false,
"order": 3,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712433,
"field_id": 1703365,
"width": 168,
"hidden": false,
"order": 4,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712434,
"field_id": 1680651,
"width": 145,
"hidden": false,
"order": 5,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712435,
"field_id": 1687551,
"width": 174,
"hidden": false,
"order": 6,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712436,
"field_id": 1687552,
"width": 254,
"hidden": false,
"order": 7,
"aggregation_type": "average",
"aggregation_raw_type": "average"
},
{
"id": 2712437,
"field_id": 1687554,
"width": 129,
"hidden": false,
"order": 8,
"aggregation_type": "",
"aggregation_raw_type": ""
},
{
"id": 2712438,
"field_id": 1687553,
"width": 137,
"hidden": false,
"order": 9,
"aggregation_type": "",
"aggregation_raw_type": ""
}
]
},
{
"id": 397804,
"type": "form",
"name": "Add new survey",
"order": 8,
"ownership_type": "collaborative",
"owned_by": "frederik@baserow.io",
"public": true,
"title": "Rate our products and services",
"description": "Your feedback is important to us.",
"cover_image": null,
"logo_image": null,
"submit_text": "Submit",
"submit_action": "MESSAGE",
"submit_action_message": "Thank you for your rating",
"submit_action_redirect_url": "",
"field_options": [
{
"id": 302992,
"field_id": 1680651,
"name": "",
"description": "Do you want to stay anonymous?",
"enabled": true,
"required": false,
"order": 0,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 302991,
"field_id": 1680650,
"name": "Customer",
"description": "Select your name",
"enabled": true,
"required": false,
"order": 1,
"show_when_matching_conditions": true,
"condition_type": "AND",
"conditions": [
{
"id": 5687,
"field": 1680651,
"type": "boolean",
"value": ""
}
],
"field_component": "default"
},
{
"id": 302993,
"field_id": 1687548,
"name": "",
"description": "Select the product or service you want to rate",
"enabled": true,
"required": true,
"order": 2,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [
{
"id": 5686,
"field": 1680651,
"type": "boolean",
"value": ""
}
],
"field_component": "default"
},
{
"id": 302995,
"field_id": 1687552,
"name": "How likely is it that you would recommend this product or service to a friend or colleague?",
"description": "Rate on a scale from 0 - 10",
"enabled": true,
"required": true,
"order": 3,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 302996,
"field_id": 1687553,
"name": "Additional comments",
"description": "You can optionally add comments to motivate your rating",
"enabled": true,
"required": false,
"order": 4,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 302990,
"field_id": 1680649,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 5,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 302994,
"field_id": 1687551,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 6,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 302997,
"field_id": 1687554,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 7,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 305109,
"field_id": 1703364,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
},
{
"id": 305110,
"field_id": 1703365,
"name": "",
"description": "",
"enabled": false,
"required": true,
"order": 32767,
"show_when_matching_conditions": false,
"condition_type": "AND",
"conditions": [],
"field_component": "default"
}
]
}
],
"rows": [
{
"id": 1,
"order": "1.00000000000000000000",
"created_on": "2024-01-08T13:34:13.620445+00:00",
"updated_on": "2024-01-10T10:46:39.944060+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
1
],
"field_1680651": "false",
"field_1687548": [
2
],
"field_1687551": null,
"field_1687552": 8,
"field_1687553": null,
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 2,
"order": "2.00000000000000000000",
"created_on": "2024-01-08T13:34:13.620489+00:00",
"updated_on": "2024-01-10T13:56:25.324504+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
6
],
"field_1680651": "false",
"field_1687548": [
2
],
"field_1687551": null,
"field_1687552": 7,
"field_1687553": null,
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 3,
"order": "3.00000000000000000000",
"created_on": "2024-01-10T09:51:38.601862+00:00",
"updated_on": "2024-01-10T09:51:59.554116+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
8
],
"field_1680651": "false",
"field_1687548": [
2
],
"field_1687551": null,
"field_1687552": 10,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 4,
"order": "4.00000000000000000000",
"created_on": "2024-01-10T09:51:48.078327+00:00",
"updated_on": "2024-01-10T09:52:06.503583+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
2
],
"field_1687551": null,
"field_1687552": 5,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 5,
"order": "5.00000000000000000000",
"created_on": "2024-01-10T13:59:14.085304+00:00",
"updated_on": "2024-01-10T13:59:31.362628+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
2
],
"field_1687551": null,
"field_1687552": 7,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 6,
"order": "6.00000000000000000000",
"created_on": "2024-01-10T13:59:25.071347+00:00",
"updated_on": "2024-01-10T13:59:33.360330+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
2
],
"field_1687551": null,
"field_1687552": 9,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 7,
"order": "7.00000000000000000000",
"created_on": "2024-01-10T13:59:37.095619+00:00",
"updated_on": "2024-01-10T14:40:39.294074+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
2
],
"field_1680651": "false",
"field_1687548": [
6
],
"field_1687551": null,
"field_1687552": 10,
"field_1687553": "Exceeded expectations, a perfect 10!",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 8,
"order": "8.00000000000000000000",
"created_on": "2024-01-10T13:59:55.495320+00:00",
"updated_on": "2024-01-10T14:38:15.235043+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
6
],
"field_1687551": null,
"field_1687552": 4,
"field_1687553": "Unreliable, a disappointing 4",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 9,
"order": "9.00000000000000000000",
"created_on": "2024-01-10T14:00:03.404177+00:00",
"updated_on": "2024-01-10T14:00:12.855481+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
9
],
"field_1680651": "false",
"field_1687548": [
6
],
"field_1687551": null,
"field_1687552": 9,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 10,
"order": "10.00000000000000000000",
"created_on": "2024-01-10T14:00:14.165125+00:00",
"updated_on": "2024-01-10T14:00:22.880698+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
1
],
"field_1680651": "false",
"field_1687548": [
6
],
"field_1687551": null,
"field_1687552": 7,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 11,
"order": "11.00000000000000000000",
"created_on": "2024-01-10T14:00:26.802313+00:00",
"updated_on": "2024-01-10T14:00:33.391584+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
6
],
"field_1687551": null,
"field_1687552": 9,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 12,
"order": "12.00000000000000000000",
"created_on": "2024-01-10T14:01:47.190141+00:00",
"updated_on": "2024-01-10T14:02:04.785656+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
8
],
"field_1680651": "false",
"field_1687548": [
5
],
"field_1687551": null,
"field_1687552": 4,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 13,
"order": "13.00000000000000000000",
"created_on": "2024-01-10T14:02:06.113687+00:00",
"updated_on": "2024-01-10T14:02:12.828517+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
5
],
"field_1687551": null,
"field_1687552": 5,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 14,
"order": "14.00000000000000000000",
"created_on": "2024-01-10T14:02:19.042811+00:00",
"updated_on": "2024-01-10T14:02:27.338608+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
5
],
"field_1687551": null,
"field_1687552": 8,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 15,
"order": "15.00000000000000000000",
"created_on": "2024-01-10T14:02:58.326881+00:00",
"updated_on": "2024-01-10T14:08:42.424419+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
3
],
"field_1680651": "false",
"field_1687548": [
1
],
"field_1687551": null,
"field_1687552": 7,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 16,
"order": "16.00000000000000000000",
"created_on": "2024-01-10T14:03:06.443221+00:00",
"updated_on": "2024-01-10T14:04:06.436541+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
4
],
"field_1680651": "false",
"field_1687548": [
1
],
"field_1687551": null,
"field_1687552": 9,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 17,
"order": "17.00000000000000000000",
"created_on": "2024-01-10T14:03:09.065229+00:00",
"updated_on": "2024-01-10T14:04:08.040838+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
1
],
"field_1687551": null,
"field_1687552": 10,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 18,
"order": "18.00000000000000000000",
"created_on": "2024-01-10T14:03:10.609969+00:00",
"updated_on": "2024-01-10T14:39:19.728123+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
1
],
"field_1687551": null,
"field_1687552": 7,
"field_1687553": "Above-average, a decent 7.",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 19,
"order": "19.00000000000000000000",
"created_on": "2024-01-10T14:03:17.109224+00:00",
"updated_on": "2024-01-10T14:04:14.219260+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
10
],
"field_1680651": "false",
"field_1687548": [
1
],
"field_1687551": null,
"field_1687552": 9,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 20,
"order": "20.00000000000000000000",
"created_on": "2024-01-10T14:07:54.669171+00:00",
"updated_on": "2024-01-10T14:40:25.796812+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
5
],
"field_1680651": "false",
"field_1687548": [
4
],
"field_1687551": null,
"field_1687552": 8,
"field_1687553": "Sturdy build, a commendable 8.",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 21,
"order": "21.00000000000000000000",
"created_on": "2024-01-10T14:08:06.212263+00:00",
"updated_on": "2024-01-10T14:08:33.914445+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
7
],
"field_1680651": "false",
"field_1687548": [
4
],
"field_1687551": null,
"field_1687552": 9,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 22,
"order": "22.00000000000000000000",
"created_on": "2024-01-10T14:08:13.378268+00:00",
"updated_on": "2024-01-10T14:08:36.509863+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
4
],
"field_1687551": null,
"field_1687552": 7,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 23,
"order": "23.00000000000000000000",
"created_on": "2024-01-10T14:08:18.115002+00:00",
"updated_on": "2024-01-10T14:37:56.068212+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
4
],
"field_1687551": null,
"field_1687552": 2,
"field_1687553": "Absolutely terrible, a dismal 2",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 24,
"order": "24.00000000000000000000",
"created_on": "2024-01-10T14:10:43.703613+00:00",
"updated_on": "2024-01-10T14:11:52.815301+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
10
],
"field_1680651": "false",
"field_1687548": [
3
],
"field_1687551": null,
"field_1687552": 8,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 25,
"order": "25.00000000000000000000",
"created_on": "2024-01-10T14:10:54.699634+00:00",
"updated_on": "2024-01-10T14:11:55.247762+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
6
],
"field_1680651": "false",
"field_1687548": [
3
],
"field_1687551": null,
"field_1687552": 10,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 26,
"order": "26.00000000000000000000",
"created_on": "2024-01-10T14:10:57.305844+00:00",
"updated_on": "2024-01-10T14:12:02.087859+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
3
],
"field_1687551": null,
"field_1687552": 9,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 27,
"order": "27.00000000000000000000",
"created_on": "2024-01-10T14:11:00.210767+00:00",
"updated_on": "2024-01-10T14:11:59.951610+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
4
],
"field_1680651": "false",
"field_1687548": [
3
],
"field_1687551": null,
"field_1687552": 9,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 28,
"order": "28.00000000000000000000",
"created_on": "2024-01-10T14:11:02.781983+00:00",
"updated_on": "2024-01-10T14:53:17.563832+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
8
],
"field_1680651": "false",
"field_1687548": [
3
],
"field_1687551": null,
"field_1687552": 3,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 29,
"order": "29.00000000000000000000",
"created_on": "2024-01-10T14:11:07.154066+00:00",
"updated_on": "2024-01-15T07:39:31.032485+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
3
],
"field_1687551": null,
"field_1687552": 10,
"field_1687553": "Faulty product",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 30,
"order": "30.00000000000000000000",
"created_on": "2024-01-10T14:11:15.149101+00:00",
"updated_on": "2024-01-15T07:39:33.711725+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
3
],
"field_1687551": null,
"field_1687552": 10,
"field_1687553": "Good, but room for improvement, a 7",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 31,
"order": "31.00000000000000000000",
"created_on": "2024-01-10T14:21:07.642632+00:00",
"updated_on": "2024-01-10T14:38:54.386831+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
1
],
"field_1687551": null,
"field_1687552": 6,
"field_1687553": "Could use some improvements",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 32,
"order": "32.00000000000000000000",
"created_on": "2024-01-10T14:23:16.347673+00:00",
"updated_on": "2024-01-10T14:39:48.992853+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
10
],
"field_1680651": "false",
"field_1687548": [
1
],
"field_1687551": null,
"field_1687552": 10,
"field_1687553": "Absolutely amazing, deserves a perfect 10!",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 33,
"order": "33.00000000000000000000",
"created_on": "2024-01-10T14:27:24.707262+00:00",
"updated_on": "2024-01-10T14:27:24.707262+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [],
"field_1680651": "true",
"field_1687548": [
4
],
"field_1687551": null,
"field_1687552": 7,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 34,
"order": "34.00000000000000000000",
"created_on": "2024-01-10T14:28:30.464322+00:00",
"updated_on": "2024-01-15T08:09:56.568051+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
6
],
"field_1680651": "false",
"field_1687548": [
2
],
"field_1687551": null,
"field_1687552": 10,
"field_1687553": "",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 35,
"order": "35.00000000000000000000",
"created_on": "2024-01-10T14:31:35.033256+00:00",
"updated_on": "2024-01-10T14:38:51.362326+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
1
],
"field_1680651": "false",
"field_1687548": [
3
],
"field_1687551": null,
"field_1687552": 5,
"field_1687553": "Okayish",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 36,
"order": "36.00000000000000000000",
"created_on": "2024-01-10T14:32:36.763224+00:00",
"updated_on": "2024-01-10T14:40:00.752380+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
5
],
"field_1680651": "false",
"field_1687548": [
6
],
"field_1687551": null,
"field_1687552": 10,
"field_1687553": "Exceptional, no doubt a 10",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
},
{
"id": 37,
"order": "37.00000000000000000000",
"created_on": "2024-01-10T14:34:04.686707+00:00",
"updated_on": "2024-01-10T14:39:40.622596+00:00",
"created_by": "frederik@baserow.io",
"last_modified_by": "frederik@baserow.io",
"field_1680649": null,
"field_1680650": [
4
],
"field_1680651": "false",
"field_1687548": [
6
],
"field_1687551": null,
"field_1687552": 9,
"field_1687553": "Impressive performance, a solid 9",
"field_1687554": null,
"field_1703364": null,
"field_1703365": null
}
]
}
]
}
]
}