GeoffreyHarmuth
6 years agoQrew Captain
Image preview formula not showing new file
I have a formula field that takes multiple image attachments and displays them on a form. formula is:
List(" ",
If([Image 18]="", "", "<img width=\"240\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e53/v0\" />"),
If([Image 19]="", "", "<img width=\"240\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record
If([Image 25]="", "", "<img width=\"240\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e95/v0\" />")
)
The problem I am facing is that when i change the actual attachment, the formula still shows the old picture. Even if i delete all previous revisions - it still shows the same older file preview.
If somone can assist, I would appreciate it
List(" ",
If([Image 18]="", "", "<img width=\"240\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e53/v0\" />"),
If([Image 19]="", "", "<img width=\"240\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record
If([Image 25]="", "", "<img width=\"240\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e95/v0\" />")
)
The problem I am facing is that when i change the actual attachment, the formula still shows the old picture. Even if i delete all previous revisions - it still shows the same older file preview.
If somone can assist, I would appreciate it