Thursday, March 8, 2012

Conditional Navigation Action?

RS 2005.

I cant see a way of putting in a conditional navigation action on a table cell. e.g. some table cells should have a url action, others should not based on the data.

Any ideas?

Try setting the expression in your url to Nothing base on the data.

Ex. =iif(SomeField=0,"www.mywebsite.com",nothing)

Only if somefield as the value of 0 then if opens www.mywebsite.com.

No comments:

Post a Comment