Page 1 of 1

how to choose picture

Posted: Sun Feb 11, 2007 10:40 pm
by toto_(Guest)
Any idea how to set condition to select picture ?____for example : iif(true,picture1,picture2)____Thks in advance____Toto

=> RE: how to choose picture

Posted: Mon Feb 12, 2007 10:55 am
by kfleming
You can use Insert Picture from field for this and then select the calculated field whose IIF expression returns the path/filename of the desired image files.____Kathleen__R&R Support

==> RE: how to choose picture

Posted: Sat Feb 17, 2007 9:32 am
by toto_(Guest)
The result from iif statement is possible for path file name.____Would you please send me some example ?____Toto

=> RE: how to choose picture

Posted: Mon Feb 19, 2007 4:31 pm
by ohiopyle
[updated:LAST EDITED ON Feb-19-07 AT 04:31 PM (EST)]Make a calculated field such as:__iif(salesytd>10000,"c:imagespic1.jpg","c:imagespic2.jpg" )____(you can place this field onto your report at this point to make sure it^s working properly before proceeding)____then from the "Insert" menu choose "Picture From Field" ____place the frame for where the picture will be and then choose the calculated field that you built from the popup that will appear next.____(** ps one bug I^ve found, in case you have bigger plans for this wonderful feature is: if you want to export to HTML to generate web catalog type web pages it doesn^t seem to export the associated individual images properly just the default image... soooo disappointing I wanted to cry! Printing is no problem though.)________>Any idea how to set condition to select picture ? __>__>for example : iif(true,picture1,picture2) __>__>Thks in advance __>__>Toto __

==> RE: how to choose picture

Posted: Thu Feb 22, 2007 9:39 am
by Mary_(Guest)
This is a neat idea and solution. When I read this thread I thought of several ways to use this. Thank you all.