0

Using tags for searching

I have a table where the data of the zazny department is recorded. The name of the department is formed by tags, tag1 + tag2 + tag3. I want to create a table and separate fields for tags, and specifying the name of the tag, the table should display all the data of the department that correspond to the tags.

what are the solutions for this situation? this is about creating a filter

6 replies

null
    • Fred
    • 2 yrs ago
    • Reported - view
    iliper LTD said:
    I want to create a table and separate fields for tags, and specifying the name of the tag, the table should display all the data of the department that correspond to the tags.

     Are you talking about creating another view table?

    Do you want to create a view table for each department?

      • iliper LTD
      • iliper_LTD
      • 2 yrs ago
      • Reported - view

      Fred Yes, for example, the department name is formed from three tags Perfix, number and group. I need table where there will be information from all deportations that have tag1, in the second table tag1 and tag2...

    • Fred
    • 2 yrs ago
    • Reported - view
    iliper LTD said:
    the department name is formed from three tags Perfix, number and group.

    Are each of those in separate fields? If not, can you give an example of the data?

      • iliper LTD
      • iliper_LTD
      • 2 yrs ago
      • Reported - view

      Fred yes I have 3 separate field for each tags, text fields

    • Fred
    • 2 yrs ago
    • Reported - view

    Are you unsure how to add a new column in a table view so you can filter it?

      • iliper LTD
      • iliper_LTD
      • 2 yrs ago
      • Reported - view

      Fred we will create standard columns for our business, but it is important for us that these columns display the information we need. For example, a table where the results of all departments for the 'Pok'  tag will be displayed. Their sections are created arbitrarily and they can be added and removed as needed. The situation is now resolved like this

      Formula for field 

      let t := this;
      first(sum((select 'Finally Estimation').ESTIMATION[Name = t.Name].RESULT))

      When we write a tag in the field, it gives the results of all departments that have this tag. But here the information of each department is not disclosed separately. That's why we need a table to see all the sections with this tag. As for the columns in the table, they are standard