Forum Discussion
MichelleCoslet
8 years agoQrew Assistant Captain
That sounds like too much work for a small inconvenience. I wish there was an easier way to show that there are attachments uploaded into the embedded report from the table view, without having to open the report.
I think I found a work around that will work for my situation, where the paperclip icon will display in the table if [attachments?] checkbox is TRUE. Then the record owner will just need to click that checkbox if they decide to upload an attachment. At least it will keep our users from having to open the attachments report for each line to check for attachments.
I created the formula-text field for this - and the formula action is working, however the image wont display. It just shows the URL to the image. Formula below:
If([attachment?]=true,"<img src=https://www.quickbase.com/up/bcgnn27bx/g/rdc/eh/va/120-doc_clip.png")
Displays as:
<img src=https://www.quickbase.com/up/bcgnn27bx/g/rdc/eh/va/120-doc_clip.png
instead of the actual image
No option to enable HTML on this field either.
I think I found a work around that will work for my situation, where the paperclip icon will display in the table if [attachments?] checkbox is TRUE. Then the record owner will just need to click that checkbox if they decide to upload an attachment. At least it will keep our users from having to open the attachments report for each line to check for attachments.
I created the formula-text field for this - and the formula action is working, however the image wont display. It just shows the URL to the image. Formula below:
If([attachment?]=true,"<img src=https://www.quickbase.com/up/bcgnn27bx/g/rdc/eh/va/120-doc_clip.png")
Displays as:
<img src=https://www.quickbase.com/up/bcgnn27bx/g/rdc/eh/va/120-doc_clip.png
instead of the actual image
No option to enable HTML on this field either.