Master Label automatically selected

Can you please let us know if we have a master label and sub labels is it possible to automatically check the master label if we have selected sub labels. For example:

Pool (master label)

Indoor pools(sub label)

Here if we select indoor pool then pool should get automatically selected. Can we do this.

It would be really helpful if you could provide us any documentation that can help us with this scenario.

Hi @agupta ,

Unsure what you mean about master/sub label is Pool the master and indoor/outdoor sub classes of the master?

If you have already labeled your assets you can use Catalog to retrieve what you need/want.

For instance, you can use Natural language search (direclty after you uploaded your data) to search and curate things.

Hello @ptancre ,

Here is my scenario below is the ontology that i have created

.
In this if you see i have Family as a checklist which i don’t want to put in. So is there any way that if i select FamilyVacations then Family should also be included in the labels when i export the data.
Hope this makes it clear

In terms of clarity is a yes and no, let me try to get this right.
You have a classification with the following answer as options:

Classification name: Family
Classification options:

  • FamilyVacations
  • FamilyInteractions
  • Family

So lets say you pick FamilyVacations as the option for a label, the top level of the class will be Family and the answer FamilyVacations

Sample export:

"classifications": [
                {
                  "feature_id": "cm3gin3gh00043b6udfiy7ccm",
                  "feature_schema_id": "cm3gikmwe09sq07xvhuzgbp1d",
                  "name": "Family",
                  "value": "family",
                  "checklist_answers": [
                    {
                      "feature_id": "cm3gin3gh00033b6u82o9rogx",
                      "feature_schema_id": "cm3gikmwe09sr07xv7m8c2qoe",
                      "name": "FamilyVacations",
                      "value": "family_vacations",
                      "classifications": []
                    }
                  ]
                }
              ]

does that answer your question?