This is I believe one of the major feature I would need for a quick tagging system.
Workflow for a market survey :
Make a table with 2 columns : Links (text format) and Tags (select list or better, look up from table)
Past links in the first column
Then, I would love to be able to add existing values from list or table AND be able to add new values in this column that would be updated in the select list or the watched table.
I also tried to add a colour to the tags, but it doesn’t work yet. I tried to highlight the tag in the tag table, but the picked tag in a look up from table didn’t have the colour from the original table.
What would be great is a way to colour the tag with a large colour wheel or random colours.
A related suggestion which might help in your situation as well would simply be to have an option for a Select List where it is permissible to add any value to a cell and then that new value is automatically added to the select list for future use.
Just a quick note to let you know that we just completed the first phase of support for this request.
We handle two classes of source values:
Simple list of values - this class of formula is already well supported in the existing config UX as a simple comma-separated list of values. Adding a new value from the drop down magically updates the source values for you.
Linked tables where the display column value is non-calculated. When the add value option is selected, a row is created in the target with the display column value set to the display text.
To reduce the likelihood a user could inadvertently add a value, we add speed bump in the UX; hitting ENTER will select the “add value option” and ENTER again adds it. You can also directly click the add option or cursor down and hit ENTER to add it.
I’m currently in the process of working on a few other extensions for table based formulas too. Hoping to get that wrapped within the next week.
Hope you all enjoy it! Please keep the suggestions and feedback coming.
Hi folks, we just finished part two of this work which adds support for select controls with table based formulas.
Classes supported:
Table1
Table1.Col1
Table1.Filter(Area = thisRow.Area)
Table1.Filter(Area = thisRow.Area).Col1
As a bonus, when the select formulas has a filtered expression, we extract the filter formula and infer default values on the target lookup table. This uses the same level of support for filtered views.
Simplified to two tables - the source table (which you’re tagging/marking with subareas) and a SubArea table
SubArea has column “Area” which is text and “SubArea” as the display column also text
The source table “Area” column is a simple select - not linked to any table. The “SubArea” table is a lookup select with a formula “thisDocument.SubArea?(Area = thisRow.Area)”.
Hey @nigel!
The last perfection would be to have to same options when the list column is grouped.
Actually if I create a new group and name it, it doesn’t add this new value to the list.
As a side note I would love improvements for the grouping feature. It’s great but lack options, like colors, formatting and so on.