Forum Discussion

kmizuno's avatar
kmizuno
Qrew Trainee
10 days ago
Solved

How to group a report by individual values in a Multi-select Text field?

I have a Multi-select Text field on my Projects table called Project Products. A project can have multiple products, for example: Product A; Product B; Product C I’m trying to build a report that g...
  • MarkShnier__You's avatar
    MarkShnier__You
    10 days ago

    re: "So for me to properly report I will need to do the same with my projects table and create that junction child table of project products?"

    Yes, somehow you will need to create that Child Table for Project Products.  You could use a Pipeline for example to create the children.  You would have to figure out what the trigger is for the pipeline to run, and it might have to trigger and delete the Project Products child record tables for that project and recreate them when it changes made elsewhere in the app.