Hi All
I’m trying to select one of the selection as below, but it may be different each time .
do I tried to use dynamic selectors, make the aaname a dynamic value.
but it failed to select the selection when the assigned aaname contains “&”, while others can success.
Is there any methods to solve this problem? Thanks you in advanced
It can success when the sub_segment doesn’t contain a “&” character , but it will fail when the sub_segment contain a & in it .
such as Strategy & Risk will faill while strategy Industry will success
Aha!
I think, You Don’t need to Change Your Selector.
if Alliances value type is String, just change Alliances value “Alliances.Replace(”&“, “&”)” before Select.