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.
我有一份名为“referenceName”的列名报告。此报告上显示两行,“referenceName”列有两个不同的值。当我单击“referenceName”列中的第一个/第二个值时,只有第一个值会传递给下一个钻取报告。为什么?
此错误的原因是我传递的是参数的值而不是参数的名称。所以,我传递的是“@ReferenceName”而不是 [ReferenceName]。