Qlikview 在表达式的变量中使用 IN 而不是 =
Qlikview use IN rather than = in a variable in an expression
我在选择瓶子的表达式中有一个变量。
sum({$<[PCC] ={"$(=concat([MCC],'","'))"},[RCPT] ={'Bottle'}>}[Amount]*-1)
我希望它能够 select 其中 RCPT 等于瓶子或笔记本电脑。
IN
值需要包含在 {'value1', 'value2', 'value3'....etc}
中,但仍在使用 RCPT =
Sum({$<[PCC] ={"$(=concat([MCC],'","'))"},[RCPT] = {'Bottle', 'Laptop'}>}[Amount]*-1)
我在选择瓶子的表达式中有一个变量。
sum({$<[PCC] ={"$(=concat([MCC],'","'))"},[RCPT] ={'Bottle'}>}[Amount]*-1)
我希望它能够 select 其中 RCPT 等于瓶子或笔记本电脑。
IN
值需要包含在 {'value1', 'value2', 'value3'....etc}
中,但仍在使用 RCPT =
Sum({$<[PCC] ={"$(=concat([MCC],'","'))"},[RCPT] = {'Bottle', 'Laptop'}>}[Amount]*-1)