Jump to content

This topic is 7921 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

why not omit the second field?

If(i_colour_set_text_contact = "White",GetRepetition(i_colour_left_tab_global,1) ,

"")

This topic is 7921 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.