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, perform some logic based on that count
4 replies
-
You can use
count(files(this))
. Here is a link to the language reference...https://ninox.com/en/manual/calculations/reference-of-functions-and-language
-
Thanks Sean. For some reason, I have difficulty finding things in the language reference. Once you know what you're looking for, its no problem!
-
A related question. (Can not find an answer in the manual or ina forum post)
Is there a way to "stop" a user from attaching files to a record? (Removing the paperclipp)
I have a view/form with several tables and will only allow attachmet to one of them.
-
Ignore my question - I found the optionto deselct (Still learning to find "tab" options amoing fileds options)
Content aside
- 2 yrs agoLast active
- 4Replies
- 985Views
-
1
Following