Wednesday, June 5, 2013

Pass Bind Parameter for View Object dynamically

For the View Accessor Pass the Value for the Parameter:
"Attribute(of VO)" > 0 ? "BindParameterValue1" : "BindParameterValue2"


If the Value for the Attribute is greater than 0 BindParameterValue1 is passed else BindParameterValue2 is passed 

No comments: