Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
How to show and hide an image on clicking a list box value?
Hi,
Will you only select a single value or multiple?
For single, you can use a conditional show calculation on the image such as
Only([MyFieldhere])='Myshowvalue'
For a range you can use index
Index(Getfieldselections([MyFieldhere]),'Myshowvalue')
something like that
hope that helps
Joe
You can also associate some images to the values of the field in your list box by bundle info loading images linked to these. See attached example.
good point, that would work better for the single selections
hi
I would like to display one image by selecting single value in a listbox .
For a single value, have a look at Piet's suggestion below then, should work nicely for you