Solved! Go to Solution.
Hi Ken!
Great question. The List Box Tool will separate out each selection by a newline character, which can be parsed using Regex. Check out the sample under File -> Open Sample -> Analytic Apps -> Tree Custom XML. If you go into the Action Tool, you'll see it uses a Formula to create a new IN() clause in the filter. This specifically uses the Regex_Replace function to replace any instance of a newline character ( ) with a comma.
It is important to note that with the Filter Tool, it is a good idea to create a completely new expression that replaces your entire old existing expression. In the app mentioned, the entire expression is as follows: