Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在选择瓶的表达式中有一个变量。
sum({$<[PCC] ={"$(=concat([MCC],'","'))"},[RCPT] ={'Bottle'}>}[Amount]*-1)
我希望它能够选择 RCPT 等于瓶子或笔记本电脑的位置。
这些IN值需要包含{'value1', 'value2', 'value3'....etc}但仍在使用RCPT =
IN
{'value1', 'value2', 'value3'....etc}
RCPT =
Sum({$<[PCC] ={"$(=concat([MCC],'","'))"},[RCPT] = {'Bottle', 'Laptop'}>}[Amount]*-1)