Good day
I am struggling to add a picture to my Jet Essentials report however when i use the fuction wizard to add the picture it does not appear. The picture comes from NAV in the Fixed Asset table. Is this possible to do , the pictures is not located in any path. it is attached to all assets. Or can i use an IF statement to populate a YES/NO option if an Asset does or do not have a picture.
Thanks
Date
Votes
1 comment
-
Jet Reports Historic Posts Hi
The picture must be imbedded into the NAV record
the following worked for me:
G11: =NL("rows","Fixed Asset","No.")
H11: =NL("Picture","Fixed Asset","Picture","No.",G11)
You have to use a separate NL function for the picture. As far as I can see these is not indication from the record that a picture is imbedded in the record
MJ
Please sign in to leave a comment.