Multiple Selection of Categories
In matrix2. For category item how can I select E5 and E4 simultaneously.
Thanks
S A U Changed status to publish October 30, 2018
Hi,
If I understand you correctly, try this formula in Matrix2:
- : = Join(Select(@Item, OR(@Item = “E5”, @Item = “E4”), 1), “, “)
S A U Edited answer October 30, 2018