Hi There,
I've made some progress dynamically changing my displayed image based on the value of a drop down;
If(
DataCardValue52.Selected.Value= "NS", mk_fs_00_0_08_top_01,
DataCardValue52.Selected.Value= "SS", mk_fs_00_0_08_top_02,
DataCardValue52.Selected.Value= "FS", mk_fs_00_0_08_top_03)
This works as expected.
HOWEVER.
I need to change the image based on the value of two different drop downs, not just one !
My combinations are as follows:
Drop Down 1 - NS,SS,FS
Drop Down 2 - 7,8,9,10
Unique combinations as below.
NS7,NS8,NS9,NS10,SS7,SS8,SS9,SS10,FS7,FS8,FS9,FS10
Can I create a formula to take both drop downs into account when selecting the correct image to display OR
should I create an intermediate text box to merge the two drop down values then check that for the image selection?
Thanks in advance for any help,
Mike.