Kevin
-
Choice (dynamic) as view filter
I have a dynamic field that uses the following script: record(Category,number(Category)).Subcategory order by Name For data entry, this works great. I now want to filter a view by Category,…
-
Unable to populate related table in Choice (dynamic) field
I have two tables: Category and Subcategory, each with single Name text fields. Here's the data model: I'm using these tables to populate choice (dynamic) fields in another table named Entry.…
-
Sort Choice (dynamic) entries
Is there a way to sort the entries in a choice (dynamic) field? I've tried wrapping sort() around my Dynamic values selection — sort(select Category) — but that appears to have no effect.…
-
Nested Dynamic Lists
I'm trying to add the ability to attach a category and sub-category to a record. These lists of values need to be dynamic, so I am making use of the Choice (dynamic) field type.…
-
Filter not working for Formula
I've added a field to a table view. It simply counts the number of attachments for each record: count(files(this)) Next, I add a filter to that column: =0 I still see all records,…
-
Function for attachment count
Is there a way to retrieve the number of attachments associated with a given record? Ultimately, I would like to display this information in a view and, possibly,…