Forum Discussion
Anonymous
4 years agoNot applicable
FILTER function with a List as filter condition
Hello everyone! I have a customer who does a lot of different filterings, i.e. for Article groups and subgroups, location groups and subgroups, including changing overlap and changing groups. To ...
- 4 years ago
Anonymous
Simply
VAR ItemList = VALUES(dimProduct[ItemNumber)
Anonymous
4 years agoNot applicable
Just a second after I post this question I see I formatted the list wrong, each value needs to be in quotation marks, and not the whole string, like {"12345", "54321"}. The filter condition works that way, too. But then the question is how can I build such a list string i.e. using CONCATENATEX?