mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-06 05:40:09 +00:00
5903 lines
No EOL
279 KiB
JSON
5903 lines
No EOL
279 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": [
|
|
"Marketing"
|
|
],
|
|
"export": [
|
|
{
|
|
"id": 423,
|
|
"name": "Net Promoter Score",
|
|
"order": 1,
|
|
"type": "database",
|
|
"tables": [
|
|
{
|
|
"id": 1935,
|
|
"name": "Customers",
|
|
"order": 1,
|
|
"fields": [
|
|
{
|
|
"id": 17754,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 17755,
|
|
"type": "email",
|
|
"name": "Email",
|
|
"order": 2,
|
|
"primary": false
|
|
},
|
|
{
|
|
"id": 17756,
|
|
"type": "phone_number",
|
|
"name": "Phone",
|
|
"order": 3,
|
|
"primary": false
|
|
},
|
|
{
|
|
"id": 17757,
|
|
"type": "link_row",
|
|
"name": "Interactions",
|
|
"order": 4,
|
|
"primary": false,
|
|
"link_row_table_id": 1937,
|
|
"link_row_related_field_id": 17779,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 17758,
|
|
"type": "count",
|
|
"name": "Number of interactions",
|
|
"order": 5,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"through_field_id": 17757
|
|
},
|
|
{
|
|
"id": 17759,
|
|
"type": "link_row",
|
|
"name": "Surveys",
|
|
"order": 6,
|
|
"primary": false,
|
|
"link_row_table_id": 1938,
|
|
"link_row_related_field_id": 17789,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 17760,
|
|
"type": "count",
|
|
"name": "Number of surveys",
|
|
"order": 7,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"through_field_id": 17759
|
|
},
|
|
{
|
|
"id": 17761,
|
|
"type": "formula",
|
|
"name": "Promoter",
|
|
"order": 8,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "count(filter(lookup('Surveys','Category'),lookup('Surveys','Category') = 'Promoter'))",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 17762,
|
|
"type": "formula",
|
|
"name": "Promoter %",
|
|
"order": 9,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "round(if(field('Number of surveys') > 0,\n100 / field('Number of surveys') * field('Promoter'), 0),0)",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 17763,
|
|
"type": "formula",
|
|
"name": "Detractor",
|
|
"order": 10,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "count(filter(lookup('Surveys','Category'),lookup('Surveys','Category') = 'Detractor'))",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 17764,
|
|
"type": "formula",
|
|
"name": "Detractor %",
|
|
"order": 11,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "round(if(field('Number of surveys') > 0,\n100 / field('Number of surveys') * field('Detractor'), 0),0)",
|
|
"formula_type": "number"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 7373,
|
|
"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": 5149,
|
|
"field_id": 17762,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52006,
|
|
"field_id": 17754,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52007,
|
|
"field_id": 17755,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52008,
|
|
"field_id": 17756,
|
|
"width": 133,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52009,
|
|
"field_id": 17757,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52010,
|
|
"field_id": 17758,
|
|
"width": 212,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52011,
|
|
"field_id": 17759,
|
|
"width": 295,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52012,
|
|
"field_id": 17760,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 52013,
|
|
"field_id": 17761,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 52014,
|
|
"field_id": 17762,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 52015,
|
|
"field_id": 17763,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 52016,
|
|
"field_id": 17764,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7397,
|
|
"type": "grid",
|
|
"name": "Customers with multiple surveys",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5169,
|
|
"field_id": 17762,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52224,
|
|
"field_id": 17754,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52225,
|
|
"field_id": 17755,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52226,
|
|
"field_id": 17756,
|
|
"width": 133,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52227,
|
|
"field_id": 17757,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52228,
|
|
"field_id": 17758,
|
|
"width": 212,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52229,
|
|
"field_id": 17759,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52230,
|
|
"field_id": 17760,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 52231,
|
|
"field_id": 17761,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 52232,
|
|
"field_id": 17762,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 52233,
|
|
"field_id": 17763,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "sum",
|
|
"aggregation_raw_type": "sum"
|
|
},
|
|
{
|
|
"id": 52234,
|
|
"field_id": 17764,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7375,
|
|
"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": 4500,
|
|
"field_id": 17760,
|
|
"type": "higher_than",
|
|
"value": "0",
|
|
"group": null
|
|
},
|
|
{
|
|
"id": 4501,
|
|
"field_id": 17761,
|
|
"type": "higher_than",
|
|
"value": "0",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5151,
|
|
"field_id": 17761,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52028,
|
|
"field_id": 17754,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52029,
|
|
"field_id": 17755,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52030,
|
|
"field_id": 17756,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52031,
|
|
"field_id": 17757,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52032,
|
|
"field_id": 17758,
|
|
"width": 212,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52033,
|
|
"field_id": 17759,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52034,
|
|
"field_id": 17760,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52035,
|
|
"field_id": 17761,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52036,
|
|
"field_id": 17762,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52037,
|
|
"field_id": 17763,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52038,
|
|
"field_id": 17764,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7376,
|
|
"type": "grid",
|
|
"name": "Strong promoter customers ( >50%)",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 4502,
|
|
"field_id": 17760,
|
|
"type": "higher_than",
|
|
"value": "0",
|
|
"group": null
|
|
},
|
|
{
|
|
"id": 4503,
|
|
"field_id": 17762,
|
|
"type": "higher_than",
|
|
"value": "50",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5152,
|
|
"field_id": 17762,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52039,
|
|
"field_id": 17754,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52040,
|
|
"field_id": 17755,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52041,
|
|
"field_id": 17756,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52042,
|
|
"field_id": 17757,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52043,
|
|
"field_id": 17758,
|
|
"width": 212,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52044,
|
|
"field_id": 17759,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52045,
|
|
"field_id": 17760,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52046,
|
|
"field_id": 17761,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52047,
|
|
"field_id": 17762,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52048,
|
|
"field_id": 17763,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52049,
|
|
"field_id": 17764,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7377,
|
|
"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": 4504,
|
|
"field_id": 17760,
|
|
"type": "higher_than",
|
|
"value": "0",
|
|
"group": null
|
|
},
|
|
{
|
|
"id": 4505,
|
|
"field_id": 17763,
|
|
"type": "higher_than",
|
|
"value": "0",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5153,
|
|
"field_id": 17763,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52050,
|
|
"field_id": 17754,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52051,
|
|
"field_id": 17755,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52052,
|
|
"field_id": 17756,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52053,
|
|
"field_id": 17757,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52054,
|
|
"field_id": 17758,
|
|
"width": 212,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52055,
|
|
"field_id": 17759,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52056,
|
|
"field_id": 17760,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52057,
|
|
"field_id": 17761,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52058,
|
|
"field_id": 17762,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52059,
|
|
"field_id": 17763,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52060,
|
|
"field_id": 17764,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7378,
|
|
"type": "grid",
|
|
"name": "Strong detractor customers ( >50%)",
|
|
"order": 6,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 4506,
|
|
"field_id": 17760,
|
|
"type": "higher_than",
|
|
"value": "0",
|
|
"group": null
|
|
},
|
|
{
|
|
"id": 4507,
|
|
"field_id": 17764,
|
|
"type": "higher_than",
|
|
"value": "50",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5154,
|
|
"field_id": 17764,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52061,
|
|
"field_id": 17754,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52062,
|
|
"field_id": 17755,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52063,
|
|
"field_id": 17756,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52064,
|
|
"field_id": 17757,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52065,
|
|
"field_id": 17758,
|
|
"width": 212,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52066,
|
|
"field_id": 17759,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52067,
|
|
"field_id": 17760,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52068,
|
|
"field_id": 17761,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52069,
|
|
"field_id": 17762,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52070,
|
|
"field_id": 17763,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52071,
|
|
"field_id": 17764,
|
|
"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-08-21T17:33:46.339653+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "hiram@baserow.io",
|
|
"field_17754": "Arlo Bowes",
|
|
"field_17755": "abowes@example.com",
|
|
"field_17756": "(434) 352-2124",
|
|
"field_17757": [
|
|
1,
|
|
3,
|
|
14,
|
|
15
|
|
],
|
|
"field_17758": null,
|
|
"field_17759": [
|
|
1,
|
|
10,
|
|
35
|
|
],
|
|
"field_17760": null,
|
|
"field_17761": null,
|
|
"field_17762": null,
|
|
"field_17763": null,
|
|
"field_17764": null
|
|
},
|
|
{
|
|
"id": 2,
|
|
"order": "2.00000000000000000000",
|
|
"created_on": "2024-01-08T13:13:25.390421+00:00",
|
|
"updated_on": "2024-08-21T17:33:35.170705+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "hiram@baserow.io",
|
|
"field_17754": "Aviana Xiong",
|
|
"field_17755": "axiong@example.com",
|
|
"field_17756": "(814) 489-3551",
|
|
"field_17757": [
|
|
7,
|
|
8
|
|
],
|
|
"field_17758": null,
|
|
"field_17759": [
|
|
7
|
|
],
|
|
"field_17760": null,
|
|
"field_17761": null,
|
|
"field_17762": null,
|
|
"field_17763": null,
|
|
"field_17764": null
|
|
},
|
|
{
|
|
"id": 3,
|
|
"order": "3.00000000000000000000",
|
|
"created_on": "2024-01-08T13:13:25.390462+00:00",
|
|
"updated_on": "2024-08-21T17:33:47.463773+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "hiram@baserow.io",
|
|
"field_17754": "Dominik Shah",
|
|
"field_17755": "dshah@example.com",
|
|
"field_17756": "(931) 243-4666",
|
|
"field_17757": [
|
|
9,
|
|
11,
|
|
12
|
|
],
|
|
"field_17758": null,
|
|
"field_17759": [
|
|
15
|
|
],
|
|
"field_17760": null,
|
|
"field_17761": null,
|
|
"field_17762": null,
|
|
"field_17763": null,
|
|
"field_17764": null
|
|
},
|
|
{
|
|
"id": 4,
|
|
"order": "4.00000000000000000000",
|
|
"created_on": "2024-01-08T13:13:25.390500+00:00",
|
|
"updated_on": "2024-08-21T17:33:36.453752+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "hiram@baserow.io",
|
|
"field_17754": "Eadie Colon",
|
|
"field_17755": "ecolon@example.com",
|
|
"field_17756": "(409) 670-9168",
|
|
"field_17757": [
|
|
10,
|
|
24
|
|
],
|
|
"field_17758": null,
|
|
"field_17759": [
|
|
16,
|
|
27,
|
|
37
|
|
],
|
|
"field_17760": null,
|
|
"field_17761": null,
|
|
"field_17762": null,
|
|
"field_17763": null,
|
|
"field_17764": null
|
|
},
|
|
{
|
|
"id": 5,
|
|
"order": "5.00000000000000000000",
|
|
"created_on": "2024-01-08T13:13:25.390540+00:00",
|
|
"updated_on": "2024-08-21T17:33:43.761467+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "hiram@baserow.io",
|
|
"field_17754": "Eryn Burn",
|
|
"field_17755": "eburn@example.com",
|
|
"field_17756": "(469) 520-5035",
|
|
"field_17757": [
|
|
18,
|
|
20
|
|
],
|
|
"field_17758": null,
|
|
"field_17759": [
|
|
20,
|
|
36
|
|
],
|
|
"field_17760": null,
|
|
"field_17761": null,
|
|
"field_17762": null,
|
|
"field_17763": null,
|
|
"field_17764": null
|
|
},
|
|
{
|
|
"id": 6,
|
|
"order": "6.00000000000000000000",
|
|
"created_on": "2024-01-08T13:13:25.390578+00:00",
|
|
"updated_on": "2024-08-21T17:33:41.135660+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "hiram@baserow.io",
|
|
"field_17754": "Glenda Gibson",
|
|
"field_17755": "ggibson@example.com",
|
|
"field_17756": "(352) 522-0383",
|
|
"field_17757": [
|
|
2,
|
|
23,
|
|
26
|
|
],
|
|
"field_17758": null,
|
|
"field_17759": [
|
|
2,
|
|
25,
|
|
34
|
|
],
|
|
"field_17760": null,
|
|
"field_17761": null,
|
|
"field_17762": null,
|
|
"field_17763": null,
|
|
"field_17764": null
|
|
},
|
|
{
|
|
"id": 7,
|
|
"order": "7.00000000000000000000",
|
|
"created_on": "2024-01-08T13:13:25.390619+00:00",
|
|
"updated_on": "2024-08-21T17:33:37.637639+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "hiram@baserow.io",
|
|
"field_17754": "Hamzah Webber",
|
|
"field_17755": "hwebber@example.com",
|
|
"field_17756": "(931) 670-0788",
|
|
"field_17757": [
|
|
19,
|
|
21
|
|
],
|
|
"field_17758": null,
|
|
"field_17759": [
|
|
21
|
|
],
|
|
"field_17760": null,
|
|
"field_17761": null,
|
|
"field_17762": null,
|
|
"field_17763": null,
|
|
"field_17764": null
|
|
},
|
|
{
|
|
"id": 8,
|
|
"order": "8.00000000000000000000",
|
|
"created_on": "2024-01-08T13:13:25.390659+00:00",
|
|
"updated_on": "2024-08-21T17:33:45.072550+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "hiram@baserow.io",
|
|
"field_17754": "Hettie Humphries",
|
|
"field_17755": "hhumphries@example.com",
|
|
"field_17756": "(931) 243-4450",
|
|
"field_17757": [
|
|
4,
|
|
6,
|
|
25
|
|
],
|
|
"field_17758": null,
|
|
"field_17759": [
|
|
3,
|
|
12,
|
|
28
|
|
],
|
|
"field_17760": null,
|
|
"field_17761": null,
|
|
"field_17762": null,
|
|
"field_17763": null,
|
|
"field_17764": null
|
|
},
|
|
{
|
|
"id": 9,
|
|
"order": "9.00000000000000000000",
|
|
"created_on": "2024-01-08T13:13:25.390698+00:00",
|
|
"updated_on": "2024-08-21T17:33:39.023050+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "hiram@baserow.io",
|
|
"field_17754": "India Strong",
|
|
"field_17755": "istrong@example.com",
|
|
"field_17756": "(660) 683-5633",
|
|
"field_17757": [
|
|
13,
|
|
16
|
|
],
|
|
"field_17758": null,
|
|
"field_17759": [
|
|
9
|
|
],
|
|
"field_17760": null,
|
|
"field_17761": null,
|
|
"field_17762": null,
|
|
"field_17763": null,
|
|
"field_17764": null
|
|
},
|
|
{
|
|
"id": 10,
|
|
"order": "10.00000000000000000000",
|
|
"created_on": "2024-01-08T13:13:25.390737+00:00",
|
|
"updated_on": "2024-08-21T17:33:42.597618+00:00",
|
|
"created_by": "frederik@baserow.io",
|
|
"last_modified_by": "hiram@baserow.io",
|
|
"field_17754": "Lemar Cruz",
|
|
"field_17755": "lcruz@example.com",
|
|
"field_17756": "(313) 406-3360",
|
|
"field_17757": [
|
|
5,
|
|
17,
|
|
22
|
|
],
|
|
"field_17758": null,
|
|
"field_17759": [
|
|
19,
|
|
24,
|
|
32
|
|
],
|
|
"field_17760": null,
|
|
"field_17761": null,
|
|
"field_17762": null,
|
|
"field_17763": null,
|
|
"field_17764": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 1936,
|
|
"name": "Products",
|
|
"order": 2,
|
|
"fields": [
|
|
{
|
|
"id": 17765,
|
|
"type": "text",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 17766,
|
|
"type": "single_select",
|
|
"name": "Type",
|
|
"order": 2,
|
|
"primary": false,
|
|
"select_options": [
|
|
{
|
|
"id": 10069,
|
|
"value": "Service",
|
|
"color": "cyan",
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 10070,
|
|
"value": "Software",
|
|
"color": "green",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 10071,
|
|
"value": "Infrastructure",
|
|
"color": "pink",
|
|
"order": 2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 17767,
|
|
"type": "single_select",
|
|
"name": "Category",
|
|
"order": 3,
|
|
"primary": false,
|
|
"select_options": [
|
|
{
|
|
"id": 10072,
|
|
"value": "Databases",
|
|
"color": "darker-gray",
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 10073,
|
|
"value": "Applications",
|
|
"color": "orange",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 10074,
|
|
"value": "Virtual machines",
|
|
"color": "dark-yellow",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 10075,
|
|
"value": "Data services",
|
|
"color": "light-brown",
|
|
"order": 3
|
|
},
|
|
{
|
|
"id": 10076,
|
|
"value": "DNS resolution",
|
|
"color": "darker-blue",
|
|
"order": 4
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 17768,
|
|
"type": "text",
|
|
"name": "Description",
|
|
"order": 5,
|
|
"primary": false,
|
|
"text_default": ""
|
|
},
|
|
{
|
|
"id": 17769,
|
|
"type": "link_row",
|
|
"name": "Interactions",
|
|
"order": 6,
|
|
"primary": false,
|
|
"link_row_table_id": 1937,
|
|
"link_row_related_field_id": 17780,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 17770,
|
|
"type": "link_row",
|
|
"name": "Surveys",
|
|
"order": 7,
|
|
"primary": false,
|
|
"link_row_table_id": 1938,
|
|
"link_row_related_field_id": 17791,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 17771,
|
|
"type": "formula",
|
|
"name": "Promoters",
|
|
"order": 8,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "count(filter(lookup('Surveys','Category'),lookup('Surveys','Category') = 'Promoter'))",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 17772,
|
|
"type": "count",
|
|
"name": "Number of surveys",
|
|
"order": 9,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"through_field_id": 17770
|
|
},
|
|
{
|
|
"id": 17773,
|
|
"type": "formula",
|
|
"name": "Detractors",
|
|
"order": 10,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "count(filter(lookup('Surveys','Category'),lookup('Surveys','Category') = 'Detractor'))",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 17774,
|
|
"type": "formula",
|
|
"name": "Promoters %",
|
|
"order": 11,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "round(if(field('Number of surveys') > 0,\n100 / field('Number of surveys') * field('Promoters'), 0),0)",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 17775,
|
|
"type": "formula",
|
|
"name": "Detractors %",
|
|
"order": 12,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "round(if(field('Number of surveys') > 0,\n(100 / field('Number of surveys')) * field('Detractors'), 0),0)",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 17776,
|
|
"type": "formula",
|
|
"name": "NPS",
|
|
"order": 13,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "round(field('Promoters %') - field('Detractors %'),0)",
|
|
"formula_type": "number"
|
|
},
|
|
{
|
|
"id": 17777,
|
|
"type": "count",
|
|
"name": "Number of interactions",
|
|
"order": 14,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 0,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"through_field_id": 17769
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 7379,
|
|
"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": 5155,
|
|
"field_id": 17776,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52072,
|
|
"field_id": 17765,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52073,
|
|
"field_id": 17766,
|
|
"width": 135,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52074,
|
|
"field_id": 17767,
|
|
"width": 147,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52075,
|
|
"field_id": 17768,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52076,
|
|
"field_id": 17769,
|
|
"width": 157,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52077,
|
|
"field_id": 17777,
|
|
"width": 219,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52078,
|
|
"field_id": 17770,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52079,
|
|
"field_id": 17772,
|
|
"width": 192,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52080,
|
|
"field_id": 17771,
|
|
"width": 140,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52081,
|
|
"field_id": 17774,
|
|
"width": 158,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52082,
|
|
"field_id": 17773,
|
|
"width": 136,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52083,
|
|
"field_id": 17775,
|
|
"width": 154,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52084,
|
|
"field_id": 17776,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7398,
|
|
"type": "grid",
|
|
"name": "All products grouped by type",
|
|
"order": 2,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5170,
|
|
"field_id": 17776,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 216,
|
|
"field_id": 17766,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52235,
|
|
"field_id": 17765,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52236,
|
|
"field_id": 17766,
|
|
"width": 135,
|
|
"hidden": true,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52237,
|
|
"field_id": 17767,
|
|
"width": 147,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52238,
|
|
"field_id": 17768,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52239,
|
|
"field_id": 17769,
|
|
"width": 157,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52240,
|
|
"field_id": 17777,
|
|
"width": 219,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52241,
|
|
"field_id": 17770,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52242,
|
|
"field_id": 17772,
|
|
"width": 192,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52243,
|
|
"field_id": 17771,
|
|
"width": 140,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52244,
|
|
"field_id": 17774,
|
|
"width": 158,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52245,
|
|
"field_id": 17773,
|
|
"width": 136,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52246,
|
|
"field_id": 17775,
|
|
"width": 154,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52247,
|
|
"field_id": 17776,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7399,
|
|
"type": "grid",
|
|
"name": "All products grouped by category",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5171,
|
|
"field_id": 17776,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 217,
|
|
"field_id": 17767,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52248,
|
|
"field_id": 17765,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52249,
|
|
"field_id": 17766,
|
|
"width": 135,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52250,
|
|
"field_id": 17767,
|
|
"width": 147,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52251,
|
|
"field_id": 17768,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52252,
|
|
"field_id": 17769,
|
|
"width": 157,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52253,
|
|
"field_id": 17777,
|
|
"width": 219,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52254,
|
|
"field_id": 17770,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52255,
|
|
"field_id": 17772,
|
|
"width": 192,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52256,
|
|
"field_id": 17771,
|
|
"width": 140,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52257,
|
|
"field_id": 17774,
|
|
"width": 158,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52258,
|
|
"field_id": 17773,
|
|
"width": 136,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52259,
|
|
"field_id": 17775,
|
|
"width": 154,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52260,
|
|
"field_id": 17776,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7381,
|
|
"type": "grid",
|
|
"name": "Products with a positive NPS",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 4509,
|
|
"field_id": 17776,
|
|
"type": "higher_than",
|
|
"value": "0",
|
|
"group": null
|
|
},
|
|
{
|
|
"id": 4510,
|
|
"field_id": 17772,
|
|
"type": "higher_than",
|
|
"value": "0",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5157,
|
|
"field_id": 17776,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52098,
|
|
"field_id": 17765,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52099,
|
|
"field_id": 17766,
|
|
"width": 135,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52100,
|
|
"field_id": 17767,
|
|
"width": 147,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52101,
|
|
"field_id": 17768,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52102,
|
|
"field_id": 17769,
|
|
"width": 157,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52103,
|
|
"field_id": 17777,
|
|
"width": 219,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52104,
|
|
"field_id": 17770,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52105,
|
|
"field_id": 17772,
|
|
"width": 192,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52106,
|
|
"field_id": 17771,
|
|
"width": 140,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52107,
|
|
"field_id": 17774,
|
|
"width": 158,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52108,
|
|
"field_id": 17773,
|
|
"width": 136,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52109,
|
|
"field_id": 17775,
|
|
"width": 154,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52110,
|
|
"field_id": 17776,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7382,
|
|
"type": "grid",
|
|
"name": "Products with a negative NPS",
|
|
"order": 5,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 4511,
|
|
"field_id": 17776,
|
|
"type": "lower_than",
|
|
"value": "0",
|
|
"group": null
|
|
},
|
|
{
|
|
"id": 4512,
|
|
"field_id": 17772,
|
|
"type": "higher_than",
|
|
"value": "0",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5158,
|
|
"field_id": 17776,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52111,
|
|
"field_id": 17765,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52112,
|
|
"field_id": 17766,
|
|
"width": 135,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52113,
|
|
"field_id": 17767,
|
|
"width": 147,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52114,
|
|
"field_id": 17768,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52115,
|
|
"field_id": 17769,
|
|
"width": 157,
|
|
"hidden": false,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52116,
|
|
"field_id": 17777,
|
|
"width": 219,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52117,
|
|
"field_id": 17770,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52118,
|
|
"field_id": 17772,
|
|
"width": 192,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52119,
|
|
"field_id": 17771,
|
|
"width": 140,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52120,
|
|
"field_id": 17774,
|
|
"width": 158,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52121,
|
|
"field_id": 17773,
|
|
"width": 136,
|
|
"hidden": false,
|
|
"order": 10,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52122,
|
|
"field_id": 17775,
|
|
"width": 154,
|
|
"hidden": false,
|
|
"order": 11,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52123,
|
|
"field_id": 17776,
|
|
"width": 110,
|
|
"hidden": false,
|
|
"order": 12,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7383,
|
|
"type": "kanban",
|
|
"name": "Products by type",
|
|
"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": 17766,
|
|
"field_options": [
|
|
{
|
|
"id": 9241,
|
|
"field_id": 17765,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9242,
|
|
"field_id": 17766,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9243,
|
|
"field_id": 17767,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9244,
|
|
"field_id": 17768,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9245,
|
|
"field_id": 17769,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9246,
|
|
"field_id": 17770,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9247,
|
|
"field_id": 17771,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9248,
|
|
"field_id": 17772,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9249,
|
|
"field_id": 17773,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9250,
|
|
"field_id": 17774,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9251,
|
|
"field_id": 17775,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9252,
|
|
"field_id": 17776,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9253,
|
|
"field_id": 17777,
|
|
"hidden": true,
|
|
"order": 32767
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7384,
|
|
"type": "kanban",
|
|
"name": "Products by category",
|
|
"order": 7,
|
|
"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": 17767,
|
|
"field_options": [
|
|
{
|
|
"id": 9254,
|
|
"field_id": 17765,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9255,
|
|
"field_id": 17766,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9256,
|
|
"field_id": 17767,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9257,
|
|
"field_id": 17768,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9258,
|
|
"field_id": 17769,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9259,
|
|
"field_id": 17770,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9260,
|
|
"field_id": 17771,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9261,
|
|
"field_id": 17772,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9262,
|
|
"field_id": 17773,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9263,
|
|
"field_id": 17774,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9264,
|
|
"field_id": 17775,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9265,
|
|
"field_id": 17776,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9266,
|
|
"field_id": 17777,
|
|
"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_17765": "Arjasis Streaming",
|
|
"field_17766": 10069,
|
|
"field_17767": 10075,
|
|
"field_17768": "Streaming data storage and analytics service that automatically scales.",
|
|
"field_17769": [
|
|
9,
|
|
10,
|
|
12,
|
|
17
|
|
],
|
|
"field_17770": [
|
|
15,
|
|
16,
|
|
18,
|
|
17,
|
|
19,
|
|
31,
|
|
32
|
|
],
|
|
"field_17771": null,
|
|
"field_17772": null,
|
|
"field_17773": null,
|
|
"field_17774": null,
|
|
"field_17775": null,
|
|
"field_17776": null,
|
|
"field_17777": 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_17765": "B3 Streaming Services",
|
|
"field_17766": 10069,
|
|
"field_17767": 10075,
|
|
"field_17768": "A service that ingests streaming data and stores it for 24 hours max.",
|
|
"field_17769": [
|
|
1,
|
|
2,
|
|
3,
|
|
11,
|
|
14
|
|
],
|
|
"field_17770": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6,
|
|
34
|
|
],
|
|
"field_17771": null,
|
|
"field_17772": null,
|
|
"field_17773": null,
|
|
"field_17774": null,
|
|
"field_17775": null,
|
|
"field_17776": null,
|
|
"field_17777": 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_17765": "Centy Relational Db",
|
|
"field_17766": 10070,
|
|
"field_17767": 10072,
|
|
"field_17768": "Database solutions provided by Centy Cloud.",
|
|
"field_17769": [
|
|
13,
|
|
22,
|
|
23,
|
|
24,
|
|
25,
|
|
26
|
|
],
|
|
"field_17770": [
|
|
24,
|
|
25,
|
|
26,
|
|
27,
|
|
28,
|
|
29,
|
|
30,
|
|
35
|
|
],
|
|
"field_17771": null,
|
|
"field_17772": null,
|
|
"field_17773": null,
|
|
"field_17774": null,
|
|
"field_17775": null,
|
|
"field_17776": null,
|
|
"field_17777": 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_17765": "Elastic Servers",
|
|
"field_17766": 10071,
|
|
"field_17767": 10074,
|
|
"field_17768": "A variety of virtual machines.",
|
|
"field_17769": [
|
|
5,
|
|
18,
|
|
19,
|
|
20,
|
|
21
|
|
],
|
|
"field_17770": [
|
|
20,
|
|
21,
|
|
22,
|
|
23,
|
|
33
|
|
],
|
|
"field_17771": null,
|
|
"field_17772": null,
|
|
"field_17773": null,
|
|
"field_17774": null,
|
|
"field_17775": null,
|
|
"field_17776": null,
|
|
"field_17777": 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_17765": "Forest Relation Databases",
|
|
"field_17766": 10070,
|
|
"field_17767": 10072,
|
|
"field_17768": "Scalable database solutions available within the Forest Cloud.",
|
|
"field_17769": [
|
|
4,
|
|
6
|
|
],
|
|
"field_17770": [
|
|
12,
|
|
13,
|
|
14
|
|
],
|
|
"field_17771": null,
|
|
"field_17772": null,
|
|
"field_17773": null,
|
|
"field_17774": null,
|
|
"field_17775": null,
|
|
"field_17776": null,
|
|
"field_17777": 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_17765": "K8R8",
|
|
"field_17766": 10069,
|
|
"field_17767": 10073,
|
|
"field_17768": "Managed containers offered as a service.",
|
|
"field_17769": [
|
|
7,
|
|
8,
|
|
15,
|
|
16
|
|
],
|
|
"field_17770": [
|
|
7,
|
|
8,
|
|
9,
|
|
10,
|
|
11,
|
|
36,
|
|
37
|
|
],
|
|
"field_17771": null,
|
|
"field_17772": null,
|
|
"field_17773": null,
|
|
"field_17774": null,
|
|
"field_17775": null,
|
|
"field_17776": null,
|
|
"field_17777": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 1937,
|
|
"name": "Interactions",
|
|
"order": 3,
|
|
"fields": [
|
|
{
|
|
"id": 17778,
|
|
"type": "formula",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": null,
|
|
"array_formula_type": "text",
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "concat(field('Product'),'-',field('Type'))",
|
|
"formula_type": "array"
|
|
},
|
|
{
|
|
"id": 17779,
|
|
"type": "link_row",
|
|
"name": "Customer",
|
|
"order": 1,
|
|
"primary": false,
|
|
"link_row_table_id": 1935,
|
|
"link_row_related_field_id": 17757,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 17780,
|
|
"type": "link_row",
|
|
"name": "Product",
|
|
"order": 2,
|
|
"primary": false,
|
|
"link_row_table_id": 1936,
|
|
"link_row_related_field_id": 17769,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 17781,
|
|
"type": "single_select",
|
|
"name": "Type",
|
|
"order": 3,
|
|
"primary": false,
|
|
"select_options": [
|
|
{
|
|
"id": 10077,
|
|
"value": "Purchase",
|
|
"color": "cyan",
|
|
"order": 0
|
|
},
|
|
{
|
|
"id": 10078,
|
|
"value": "Support request",
|
|
"color": "yellow",
|
|
"order": 1
|
|
},
|
|
{
|
|
"id": 10079,
|
|
"value": "Complaint",
|
|
"color": "red",
|
|
"order": 2
|
|
},
|
|
{
|
|
"id": 10080,
|
|
"value": "Event participation",
|
|
"color": "green",
|
|
"order": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 17782,
|
|
"type": "long_text",
|
|
"name": "Comments",
|
|
"order": 4,
|
|
"primary": false,
|
|
"long_text_enable_rich_text": false
|
|
},
|
|
{
|
|
"id": 17783,
|
|
"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": 17784,
|
|
"type": "lookup",
|
|
"name": "Product NPS",
|
|
"order": 6,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": 2,
|
|
"array_formula_type": "number",
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"through_field_id": 17780,
|
|
"through_field_name": "Product",
|
|
"target_field_id": 17776,
|
|
"target_field_name": "NPS"
|
|
},
|
|
{
|
|
"id": 17785,
|
|
"type": "formula",
|
|
"name": "Customer name",
|
|
"order": 7,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": null,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "join(lookup('Customer','Name'),'')",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 17786,
|
|
"type": "formula",
|
|
"name": "Product name",
|
|
"order": 8,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": null,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "join(lookup('Product','Name'),'')",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 17787,
|
|
"type": "formula",
|
|
"name": "Survey prefill",
|
|
"order": 9,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": null,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "tourl(concat('https://baserow.cloudron.getbaserow.com/form/YDeL_W_0zR5yOCiuxSPYOPgUYIlk0EPra-uwGRLs3Z0','?prefill_Anonymous=false&prefill_Customer=',field('Customer name'),'&prefill_Product=',field('Product name'),'&hide_Anonymous&hide_Customer&hide_Product'))",
|
|
"formula_type": "url"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 7385,
|
|
"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": 5159,
|
|
"field_id": 17783,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52124,
|
|
"field_id": 17778,
|
|
"width": 177,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52125,
|
|
"field_id": 17779,
|
|
"width": 150,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52126,
|
|
"field_id": 17780,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52127,
|
|
"field_id": 17783,
|
|
"width": 152,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52128,
|
|
"field_id": 17781,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52129,
|
|
"field_id": 17782,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52130,
|
|
"field_id": 17784,
|
|
"width": 152,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52131,
|
|
"field_id": 17785,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52132,
|
|
"field_id": 17786,
|
|
"width": 200,
|
|
"hidden": true,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52133,
|
|
"field_id": 17787,
|
|
"width": 193,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7386,
|
|
"type": "grid",
|
|
"name": "All 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": 5160,
|
|
"field_id": 17783,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 213,
|
|
"field_id": 17785,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52134,
|
|
"field_id": 17778,
|
|
"width": 186,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52135,
|
|
"field_id": 17779,
|
|
"width": 150,
|
|
"hidden": true,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52136,
|
|
"field_id": 17785,
|
|
"width": 168,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52137,
|
|
"field_id": 17780,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52138,
|
|
"field_id": 17786,
|
|
"width": 156,
|
|
"hidden": true,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52139,
|
|
"field_id": 17783,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52140,
|
|
"field_id": 17781,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52141,
|
|
"field_id": 17782,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52142,
|
|
"field_id": 17784,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52143,
|
|
"field_id": 17787,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7387,
|
|
"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": 5161,
|
|
"field_id": 17783,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 214,
|
|
"field_id": 17786,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52144,
|
|
"field_id": 17778,
|
|
"width": 186,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52145,
|
|
"field_id": 17779,
|
|
"width": 150,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52146,
|
|
"field_id": 17785,
|
|
"width": 168,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52147,
|
|
"field_id": 17780,
|
|
"width": 156,
|
|
"hidden": true,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52148,
|
|
"field_id": 17786,
|
|
"width": 156,
|
|
"hidden": true,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52149,
|
|
"field_id": 17783,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52150,
|
|
"field_id": 17781,
|
|
"width": 166,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52151,
|
|
"field_id": 17782,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52152,
|
|
"field_id": 17784,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52153,
|
|
"field_id": 17787,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7400,
|
|
"type": "grid",
|
|
"name": "Interactions grouped by type",
|
|
"order": 4,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5172,
|
|
"field_id": 17783,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 218,
|
|
"field_id": 17781,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52261,
|
|
"field_id": 17778,
|
|
"width": 186,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52262,
|
|
"field_id": 17779,
|
|
"width": 150,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52263,
|
|
"field_id": 17785,
|
|
"width": 168,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52264,
|
|
"field_id": 17780,
|
|
"width": 156,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52265,
|
|
"field_id": 17786,
|
|
"width": 156,
|
|
"hidden": true,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52266,
|
|
"field_id": 17783,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52267,
|
|
"field_id": 17781,
|
|
"width": 166,
|
|
"hidden": true,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52268,
|
|
"field_id": 17782,
|
|
"width": 144,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52269,
|
|
"field_id": 17784,
|
|
"width": 100,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52270,
|
|
"field_id": 17787,
|
|
"width": 200,
|
|
"hidden": false,
|
|
"order": 32767,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7388,
|
|
"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": 17781,
|
|
"field_options": [
|
|
{
|
|
"id": 9267,
|
|
"field_id": 17778,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9268,
|
|
"field_id": 17779,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9269,
|
|
"field_id": 17780,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9270,
|
|
"field_id": 17781,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9271,
|
|
"field_id": 17782,
|
|
"hidden": false,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9272,
|
|
"field_id": 17783,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9273,
|
|
"field_id": 17784,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9274,
|
|
"field_id": 17785,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9275,
|
|
"field_id": 17786,
|
|
"hidden": true,
|
|
"order": 32767
|
|
},
|
|
{
|
|
"id": 9276,
|
|
"field_id": 17787,
|
|
"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_17778": null,
|
|
"field_17779": [
|
|
1
|
|
],
|
|
"field_17780": [
|
|
2
|
|
],
|
|
"field_17781": 10080,
|
|
"field_17782": "Online demo",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
6
|
|
],
|
|
"field_17780": [
|
|
2
|
|
],
|
|
"field_17781": 10080,
|
|
"field_17782": "Online demo",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
1
|
|
],
|
|
"field_17780": [
|
|
2
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": null,
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
8
|
|
],
|
|
"field_17780": [
|
|
5
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": null,
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
10
|
|
],
|
|
"field_17780": [
|
|
4
|
|
],
|
|
"field_17781": 10079,
|
|
"field_17782": "Malfunction in the product: needs further investigation",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
8
|
|
],
|
|
"field_17780": [
|
|
5
|
|
],
|
|
"field_17781": 10078,
|
|
"field_17782": "How to get started instructions not clear",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
2
|
|
],
|
|
"field_17780": [
|
|
6
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
2
|
|
],
|
|
"field_17780": [
|
|
6
|
|
],
|
|
"field_17781": 10080,
|
|
"field_17782": "Online training session",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
3
|
|
],
|
|
"field_17780": [
|
|
1
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
4
|
|
],
|
|
"field_17780": [
|
|
1
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
3
|
|
],
|
|
"field_17780": [
|
|
2
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
3
|
|
],
|
|
"field_17780": [
|
|
1
|
|
],
|
|
"field_17781": 10079,
|
|
"field_17782": "Confusion about the prerequisites for using the service",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
9
|
|
],
|
|
"field_17780": [
|
|
3
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
1
|
|
],
|
|
"field_17780": [
|
|
2
|
|
],
|
|
"field_17781": 10078,
|
|
"field_17782": "Configuration files were not set correctly",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
1
|
|
],
|
|
"field_17780": [
|
|
6
|
|
],
|
|
"field_17781": 10078,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
9
|
|
],
|
|
"field_17780": [
|
|
6
|
|
],
|
|
"field_17781": 10080,
|
|
"field_17782": "Online training session",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
10
|
|
],
|
|
"field_17780": [
|
|
1
|
|
],
|
|
"field_17781": 10078,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
5
|
|
],
|
|
"field_17780": [
|
|
4
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
7
|
|
],
|
|
"field_17780": [
|
|
4
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
5
|
|
],
|
|
"field_17780": [
|
|
4
|
|
],
|
|
"field_17781": 10078,
|
|
"field_17782": "Unclear instructions",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
7
|
|
],
|
|
"field_17780": [
|
|
4
|
|
],
|
|
"field_17781": 10080,
|
|
"field_17782": "Online training session",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
10
|
|
],
|
|
"field_17780": [
|
|
3
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
6
|
|
],
|
|
"field_17780": [
|
|
3
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
4
|
|
],
|
|
"field_17780": [
|
|
3
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
8
|
|
],
|
|
"field_17780": [
|
|
3
|
|
],
|
|
"field_17781": 10077,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": 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_17778": null,
|
|
"field_17779": [
|
|
6
|
|
],
|
|
"field_17780": [
|
|
3
|
|
],
|
|
"field_17781": 10079,
|
|
"field_17782": "",
|
|
"field_17783": null,
|
|
"field_17784": null,
|
|
"field_17785": null,
|
|
"field_17786": null,
|
|
"field_17787": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 1938,
|
|
"name": "Surveys",
|
|
"order": 4,
|
|
"fields": [
|
|
{
|
|
"id": 17788,
|
|
"type": "formula",
|
|
"name": "Name",
|
|
"order": 0,
|
|
"primary": true,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": null,
|
|
"array_formula_type": "text",
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "concat(field('Category'),'-',field('Product'))",
|
|
"formula_type": "array"
|
|
},
|
|
{
|
|
"id": 17789,
|
|
"type": "link_row",
|
|
"name": "Customer",
|
|
"order": 1,
|
|
"primary": false,
|
|
"link_row_table_id": 1935,
|
|
"link_row_related_field_id": 17759,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 17790,
|
|
"type": "boolean",
|
|
"name": "Anonymous",
|
|
"order": 2,
|
|
"primary": false
|
|
},
|
|
{
|
|
"id": 17791,
|
|
"type": "link_row",
|
|
"name": "Product",
|
|
"order": 3,
|
|
"primary": false,
|
|
"link_row_table_id": 1936,
|
|
"link_row_related_field_id": 17770,
|
|
"link_row_limit_selection_view_id": null,
|
|
"has_related_field": true
|
|
},
|
|
{
|
|
"id": 17792,
|
|
"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": 17793,
|
|
"type": "rating",
|
|
"name": "Rating",
|
|
"order": 5,
|
|
"primary": false,
|
|
"max_value": 10,
|
|
"color": "dark-orange",
|
|
"style": "star"
|
|
},
|
|
{
|
|
"id": 17794,
|
|
"type": "long_text",
|
|
"name": "Motivation",
|
|
"order": 6,
|
|
"primary": false,
|
|
"long_text_enable_rich_text": false
|
|
},
|
|
{
|
|
"id": 17795,
|
|
"type": "formula",
|
|
"name": "Category",
|
|
"order": 7,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": null,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "if(field('Rating') >= 9,\n'Promoter',\nif(field('Rating') >= 7,'Passive','Detractor'))",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 17796,
|
|
"type": "formula",
|
|
"name": "Product name",
|
|
"order": 8,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": null,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "join(lookup('Product','Name'),'')",
|
|
"formula_type": "text"
|
|
},
|
|
{
|
|
"id": 17797,
|
|
"type": "formula",
|
|
"name": "Customer name",
|
|
"order": 9,
|
|
"primary": false,
|
|
"date_include_time": null,
|
|
"date_format": null,
|
|
"number_decimal_places": null,
|
|
"array_formula_type": null,
|
|
"date_force_timezone": null,
|
|
"nullable": false,
|
|
"date_time_format": null,
|
|
"duration_format": null,
|
|
"error": null,
|
|
"date_show_tzinfo": null,
|
|
"formula": "join(lookup('Customer','Name'),'')",
|
|
"formula_type": "text"
|
|
}
|
|
],
|
|
"views": [
|
|
{
|
|
"id": 7389,
|
|
"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": 5162,
|
|
"field_id": 17792,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52154,
|
|
"field_id": 17788,
|
|
"width": 254,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52155,
|
|
"field_id": 17791,
|
|
"width": 182,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52156,
|
|
"field_id": 17796,
|
|
"width": 160,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52157,
|
|
"field_id": 17789,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52158,
|
|
"field_id": 17797,
|
|
"width": 168,
|
|
"hidden": true,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52159,
|
|
"field_id": 17790,
|
|
"width": 145,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52160,
|
|
"field_id": 17792,
|
|
"width": 174,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52161,
|
|
"field_id": 17793,
|
|
"width": 254,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 52162,
|
|
"field_id": 17795,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52163,
|
|
"field_id": 17794,
|
|
"width": 304,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7390,
|
|
"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": 4513,
|
|
"field_id": 17790,
|
|
"type": "boolean",
|
|
"value": "0",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5163,
|
|
"field_id": 17792,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52164,
|
|
"field_id": 17788,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52165,
|
|
"field_id": 17791,
|
|
"width": 182,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52166,
|
|
"field_id": 17796,
|
|
"width": 160,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52167,
|
|
"field_id": 17789,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52168,
|
|
"field_id": 17797,
|
|
"width": 168,
|
|
"hidden": true,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52169,
|
|
"field_id": 17790,
|
|
"width": 145,
|
|
"hidden": true,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52170,
|
|
"field_id": 17792,
|
|
"width": 174,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52171,
|
|
"field_id": 17793,
|
|
"width": 254,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 52172,
|
|
"field_id": 17795,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52173,
|
|
"field_id": 17794,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7391,
|
|
"type": "grid",
|
|
"name": "Surveys without customer info (anonymous)",
|
|
"order": 3,
|
|
"ownership_type": "collaborative",
|
|
"owned_by": "frederik@baserow.io",
|
|
"filter_type": "AND",
|
|
"filters_disabled": false,
|
|
"filters": [
|
|
{
|
|
"id": 4514,
|
|
"field_id": 17790,
|
|
"type": "boolean",
|
|
"value": "1",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5164,
|
|
"field_id": 17792,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52174,
|
|
"field_id": 17788,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52175,
|
|
"field_id": 17791,
|
|
"width": 182,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52176,
|
|
"field_id": 17796,
|
|
"width": 160,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52177,
|
|
"field_id": 17789,
|
|
"width": 148,
|
|
"hidden": true,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52178,
|
|
"field_id": 17797,
|
|
"width": 168,
|
|
"hidden": true,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52179,
|
|
"field_id": 17790,
|
|
"width": 145,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52180,
|
|
"field_id": 17792,
|
|
"width": 174,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52181,
|
|
"field_id": 17793,
|
|
"width": 254,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 52182,
|
|
"field_id": 17795,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52183,
|
|
"field_id": 17794,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7392,
|
|
"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": 5165,
|
|
"field_id": 17792,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [
|
|
{
|
|
"id": 215,
|
|
"field_id": 17795,
|
|
"order": "ASC"
|
|
}
|
|
],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52184,
|
|
"field_id": 17788,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52185,
|
|
"field_id": 17791,
|
|
"width": 182,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52186,
|
|
"field_id": 17796,
|
|
"width": 160,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52187,
|
|
"field_id": 17789,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52188,
|
|
"field_id": 17797,
|
|
"width": 168,
|
|
"hidden": true,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52189,
|
|
"field_id": 17790,
|
|
"width": 145,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52190,
|
|
"field_id": 17792,
|
|
"width": 174,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52191,
|
|
"field_id": 17793,
|
|
"width": 254,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 52192,
|
|
"field_id": 17795,
|
|
"width": 129,
|
|
"hidden": true,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52193,
|
|
"field_id": 17794,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7393,
|
|
"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": 4515,
|
|
"field_id": 17795,
|
|
"type": "contains_word",
|
|
"value": "Promoter",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5166,
|
|
"field_id": 17792,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52194,
|
|
"field_id": 17788,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52195,
|
|
"field_id": 17791,
|
|
"width": 182,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52196,
|
|
"field_id": 17796,
|
|
"width": 160,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52197,
|
|
"field_id": 17789,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52198,
|
|
"field_id": 17797,
|
|
"width": 168,
|
|
"hidden": true,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52199,
|
|
"field_id": 17790,
|
|
"width": 145,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52200,
|
|
"field_id": 17792,
|
|
"width": 174,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52201,
|
|
"field_id": 17793,
|
|
"width": 254,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 52202,
|
|
"field_id": 17795,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52203,
|
|
"field_id": 17794,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7394,
|
|
"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": 4516,
|
|
"field_id": 17795,
|
|
"type": "contains_word",
|
|
"value": "Passive",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5167,
|
|
"field_id": 17792,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52204,
|
|
"field_id": 17788,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52205,
|
|
"field_id": 17791,
|
|
"width": 182,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52206,
|
|
"field_id": 17796,
|
|
"width": 160,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52207,
|
|
"field_id": 17789,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52208,
|
|
"field_id": 17797,
|
|
"width": 168,
|
|
"hidden": true,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52209,
|
|
"field_id": 17790,
|
|
"width": 145,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52210,
|
|
"field_id": 17792,
|
|
"width": 174,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52211,
|
|
"field_id": 17793,
|
|
"width": 254,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 52212,
|
|
"field_id": 17795,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52213,
|
|
"field_id": 17794,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7395,
|
|
"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": 4517,
|
|
"field_id": 17795,
|
|
"type": "contains_word",
|
|
"value": "Detractor",
|
|
"group": null
|
|
}
|
|
],
|
|
"filter_groups": [],
|
|
"sortings": [
|
|
{
|
|
"id": 5168,
|
|
"field_id": 17792,
|
|
"order": "DESC"
|
|
}
|
|
],
|
|
"group_bys": [],
|
|
"decorations": [],
|
|
"public": false,
|
|
"row_identifier_type": "id",
|
|
"field_options": [
|
|
{
|
|
"id": 52214,
|
|
"field_id": 17788,
|
|
"width": 126,
|
|
"hidden": false,
|
|
"order": 0,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52215,
|
|
"field_id": 17791,
|
|
"width": 182,
|
|
"hidden": false,
|
|
"order": 1,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52216,
|
|
"field_id": 17796,
|
|
"width": 160,
|
|
"hidden": true,
|
|
"order": 2,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52217,
|
|
"field_id": 17789,
|
|
"width": 148,
|
|
"hidden": false,
|
|
"order": 3,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52218,
|
|
"field_id": 17797,
|
|
"width": 168,
|
|
"hidden": true,
|
|
"order": 4,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52219,
|
|
"field_id": 17790,
|
|
"width": 145,
|
|
"hidden": false,
|
|
"order": 5,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52220,
|
|
"field_id": 17792,
|
|
"width": 174,
|
|
"hidden": false,
|
|
"order": 6,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52221,
|
|
"field_id": 17793,
|
|
"width": 254,
|
|
"hidden": false,
|
|
"order": 7,
|
|
"aggregation_type": "average",
|
|
"aggregation_raw_type": "average"
|
|
},
|
|
{
|
|
"id": 52222,
|
|
"field_id": 17795,
|
|
"width": 129,
|
|
"hidden": false,
|
|
"order": 8,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
},
|
|
{
|
|
"id": 52223,
|
|
"field_id": 17794,
|
|
"width": 137,
|
|
"hidden": false,
|
|
"order": 9,
|
|
"aggregation_type": "",
|
|
"aggregation_raw_type": ""
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": 7396,
|
|
"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": 8757,
|
|
"field_id": 17790,
|
|
"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": 8758,
|
|
"field_id": 17789,
|
|
"name": "Customer",
|
|
"description": "Select your name",
|
|
"enabled": true,
|
|
"required": false,
|
|
"order": 1,
|
|
"show_when_matching_conditions": true,
|
|
"condition_type": "AND",
|
|
"conditions": [
|
|
{
|
|
"id": 319,
|
|
"field": 17790,
|
|
"type": "boolean",
|
|
"value": ""
|
|
}
|
|
],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 8759,
|
|
"field_id": 17791,
|
|
"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": 320,
|
|
"field": 17790,
|
|
"type": "boolean",
|
|
"value": ""
|
|
}
|
|
],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 8760,
|
|
"field_id": 17793,
|
|
"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": 8761,
|
|
"field_id": 17794,
|
|
"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": 8762,
|
|
"field_id": 17788,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 5,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 8763,
|
|
"field_id": 17792,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 6,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 8764,
|
|
"field_id": 17795,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 7,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 8765,
|
|
"field_id": 17796,
|
|
"name": "",
|
|
"description": "",
|
|
"enabled": false,
|
|
"required": true,
|
|
"order": 32767,
|
|
"show_when_matching_conditions": false,
|
|
"condition_type": "AND",
|
|
"conditions": [],
|
|
"field_component": "default"
|
|
},
|
|
{
|
|
"id": 8766,
|
|
"field_id": 17797,
|
|
"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_17788": null,
|
|
"field_17789": [
|
|
1
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
2
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 8,
|
|
"field_17794": null,
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
6
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
2
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 7,
|
|
"field_17794": null,
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
8
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
2
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 10,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
2
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 5,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
2
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 7,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
2
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 9,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
2
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
6
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 10,
|
|
"field_17794": "Exceeded expectations, a perfect 10!",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
6
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 4,
|
|
"field_17794": "Unreliable, a disappointing 4",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
9
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
6
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 9,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
1
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
6
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 7,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
6
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 9,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
8
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
5
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 4,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
5
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 5,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
5
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 8,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
3
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
1
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 7,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
4
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
1
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 9,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
1
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 10,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
1
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 7,
|
|
"field_17794": "Above-average, a decent 7.",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
10
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
1
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 9,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
5
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
4
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 8,
|
|
"field_17794": "Sturdy build, a commendable 8.",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
7
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
4
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 9,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
4
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 7,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
4
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 2,
|
|
"field_17794": "Absolutely terrible, a dismal 2",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
10
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
3
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 8,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
6
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
3
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 10,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
3
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 9,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
4
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
3
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 9,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
8
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
3
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 3,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
3
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 10,
|
|
"field_17794": "Faulty product",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
3
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 10,
|
|
"field_17794": "Good, but room for improvement, a 7",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
1
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 6,
|
|
"field_17794": "Could use some improvements",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
10
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
1
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 10,
|
|
"field_17794": "Absolutely amazing, deserves a perfect 10!",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [],
|
|
"field_17790": "true",
|
|
"field_17791": [
|
|
4
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 7,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
6
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
2
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 10,
|
|
"field_17794": "",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
1
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
3
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 5,
|
|
"field_17794": "Okayish",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
5
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
6
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 10,
|
|
"field_17794": "Exceptional, no doubt a 10",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": 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_17788": null,
|
|
"field_17789": [
|
|
4
|
|
],
|
|
"field_17790": "false",
|
|
"field_17791": [
|
|
6
|
|
],
|
|
"field_17792": null,
|
|
"field_17793": 9,
|
|
"field_17794": "Impressive performance, a solid 9",
|
|
"field_17795": null,
|
|
"field_17796": null,
|
|
"field_17797": null
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |