Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services “是否有替代品?”;“看起来很沮丧”;在SSRS 2005中的作用?_Reporting Services_Reportingservices 2005_Ssrs Tablix - Fatal编程技术网

Reporting services “是否有替代品?”;“看起来很沮丧”;在SSRS 2005中的作用?

Reporting services “是否有替代品?”;“看起来很沮丧”;在SSRS 2005中的作用?,reporting-services,reportingservices-2005,ssrs-tablix,Reporting Services,Reportingservices 2005,Ssrs Tablix,我需要在SSRS2005中实现以下类型的表达式,但在SSRS2005中找不到“lookupper”函数。 =Join(LookupSet(字段!State_ID.Value,字段!State_ID.Value,字段!city.Value,“DataSet2”),“,”) 实现这一点的任何变通方法。请提供帮助。我知道这样做的唯一方法是使用您想要的数据创建一个子报告,它看起来是城市。在您的示例中,您将创建一个报告,该报告将使用State_ID参数向下筛选到仅具有该State_ID的城市。在主报告中以

我需要在SSRS2005中实现以下类型的表达式,但在SSRS2005中找不到“lookupper”函数。

=Join(LookupSet(字段!State_ID.Value,字段!State_ID.Value,字段!city.Value,“DataSet2”),“,”)

实现这一点的任何变通方法。请提供帮助。

我知道这样做的唯一方法是使用您想要的数据创建一个子报告,它看起来是城市。在您的示例中,您将创建一个报告,该报告将使用State_ID参数向下筛选到仅具有该State_ID的城市。在主报告中以及表中的子报告中,您将在字段中传递!State_ID.Value作为参数