Forum Discussion
PAULPAUL
8 years agoQrew Trainee
Figured out my own answer. What I did was create a new text field title [PDF Revision History] which is logged. I then created a form rule that read as follows:
When the record is saved and [File] has been changed
Change [PDF Revision History] to the value in [File].
Note: Thanks again Mark! I found this formula from a question you answered previously in:
https://community.quickbase.com/quickbase/topics/how-to-track-revisions-to-a-pdf-file
I then created a new field with the forumula you had listed above and modified it:
Count(
Part($value,2,"]"),
Part($value,3,"]"),
Part($value,4,"]"),
Part($value,5,"]"),
""
This counts the number of times the [PDF Revision History] field has been modified which directly correlates to my [File] field.
When the record is saved and [File] has been changed
Change [PDF Revision History] to the value in [File].
Note: Thanks again Mark! I found this formula from a question you answered previously in:
https://community.quickbase.com/quickbase/topics/how-to-track-revisions-to-a-pdf-file
I then created a new field with the forumula you had listed above and modified it:
Count(
Part($value,2,"]"),
Part($value,3,"]"),
Part($value,4,"]"),
Part($value,5,"]"),
""
This counts the number of times the [PDF Revision History] field has been modified which directly correlates to my [File] field.
FrancescoSpiga1
6 years agoQrew Cadet
What if the Attachments are saved in a separate table?
How do you get the count? (excluding the summary fields here, as the file will be replaced and not added in the child table)
------------------------------
Francesco Spiga
------------------------------
How do you get the count? (excluding the summary fields here, as the file will be replaced and not added in the child table)
------------------------------
Francesco Spiga
------------------------------