I have a report that shows images, say img1.bmp,img2.bmp, and img3.bmp.
So, if value of img1 is true then it will show img1.bmp if False then it will not show it, and same is for img2 and img3.
I have placed three images on the report side by side.
img1img2img3
Now whats happening is when img1 is false, then I am seeing a blank space for img1.
img2img3
And if img2 is false, then blank space on img2.
img1 img3
What I want is to remove the blank so that other images appear side by side.
img2img3 and
img1img3
Thanks
So, if value of img1 is true then it will show img1.bmp if False then it will not show it, and same is for img2 and img3.
I have placed three images on the report side by side.
img1img2img3
Now whats happening is when img1 is false, then I am seeing a blank space for img1.
img2img3
And if img2 is false, then blank space on img2.
img1 img3
What I want is to remove the blank so that other images appear side by side.
img2img3 and
img1img3
Thanks