May 27, 200322 yr Can any one help me with way this is not working right ?? If(i_colour_set_text_contact = "White",GetRepetition(i_colour_left_tab_global,1) , GetRepetition(i_colour_center_tab_global,"")) Thanks Craig
May 27, 200322 yr Author I have to container with pics in them. It is for tabs at the top of the page, the tab is split into 3. left center right when set to white I want to show the white tab. I have it repetition of 9 Please help
May 27, 200322 yr If(i_colour_set_text_contact = "White",GetRepetition(i_colour_left_tab_global,1) , GetRepetition(i_colour_center_tab_global,"")) It should work : 1. try with 0 instead of " " 2. check that i_colour_center_tab_global is a global repeating container 3. check that it is transparent
May 27, 200322 yr why not omit the second field? If(i_colour_set_text_contact = "White",GetRepetition(i_colour_left_tab_global,1) , "")
Create an account or sign in to comment