I would like to have the value of a Custom Property in a View bound to the value of a Session Custom Property, but have the binding point to specific Session Custom Property values based on a View Parameter. Can this be done? If yes, how?
You could use an expression binding and select the appropriate session variable based on the view parameter using the case()
function.
Try the property() expression function.
1 Like
Thank you. This works perfect.