I am attempting to add images to a report based off a slice, however I get the error
“This formula is not evaluated in the context of a row, so column values are not available.”
SO I tried a work around by creating a workflow with the following code:
AND([Properties] = “Identify”, [Image 1] = “Imagefile.png”)
Where properties is an attribute and then my tech will take an image of that location. However I get False on my tests (even though the condition is true).
So my question is, is there a way to attach the images to the default reports?
So for me, the Report is based on a slice that doesn’t interpret individual rows. So I created a workflow with a filter, but I am thinking my filter is wrong? Also from what I am seeing, would I need to create something similar to your template in another email?