Hello, Grist team.
Created a test table with > 80000 records when using this data as source for a few M2M tables, reusing data becomes very difficult, according to the proposed methods, creating an additional field and using it as a header, for example:
https://github.com/gristlabs/grist-core/issues/249
For orders:
'{Type}/{Model}/{Year} - {PartNo}'.format()
For invoices:
'{Type}/{Model}/{Year} - {VIN}'.format()
For cargo:
'#{invoice} | {Invoice_year} - {Type}/{Model}/{Year} - {VIN}'.format()
With each new cascade, it grows.
We have a wonderful tool conditional style I propose to consider the possibility of using this principle to add multiple conditional filtering for dropdown list Reference&Reference List fields.
Hello, Grist team. Created a test table with > 80000 records when using this data as source for a few M2M tables, reusing data becomes very difficult, according to the proposed methods, creating an additional field and using it as a header, for example: https://github.com/gristlabs/grist-core/issues/249 For orders:
'{Type}/{Model}/{Year} - {PartNo}'.format()
For invoices:'{Type}/{Model}/{Year} - {VIN}'.format()
For cargo:'#{invoice} | {Invoice_year} - {Type}/{Model}/{Year} - {VIN}'.format()
With each new cascade, it grows.Judging by the forum this problem is acute.