Adding noadd to picture smart tag

Hi,

What's the syntax for adding the "noadd" parameter to an image dataset smart tag?

example: I have direction images (ex: north, south, etc..)in a dataset that display correctly in excel, how do I add the noadd parameter to the syntax below?

&=DirectionIcons.ImageFile(Picture:Left:18pt&Top:3pt&Width:.12in&Height:.14in)

thanks

Hi,


Sorry for the delay.

Well, the syntax is simple for “noadd” parameter, e.g
&=Table1.Field1(noadd)… if you got multiple parameters, you have to use “,” as separator specifying “noadd” parameter, e.g

&=Table1.Field1(…,…,noadd)

Apparently, it should also work with image smart markers. If you find any issue, kindly create a sample console application, zip it and post it here to show the issue with all the files (e.g. template Excel file and other files etc.), we will check your issue soon.

Thank you.