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 如何对多值参数进行分组_Reporting Services - Fatal编程技术网

Reporting services 如何对多值参数进行分组

Reporting services 如何对多值参数进行分组,reporting-services,Reporting Services,我希望对多值参数的选项进行分组。我需要的是这样一个显示参数的选项,当选中“团队1”时,需要选中所有三个选项Davis、Arun、Scott,并且能够单独选中“Cary”,而不选中“Mary”或“团队2”。使用SSR可以进行这种分组吗 全选 第一队 戴维斯 阿伦 斯科特 第二小组 玛丽 卡里 您需要做的是使用级联参数。。其中包含基于父参数的默认值 假设Team1和Team2是参数team parent parameter的值。。将其作为multiselect参数,以便获得全选 然后根据您对para

我希望对多值参数的选项进行分组。我需要的是这样一个显示参数的选项,当选中“团队1”时,需要选中所有三个选项Davis、Arun、Scott,并且能够单独选中“Cary”,而不选中“Mary”或“团队2”。使用SSR可以进行这种分组吗

全选 第一队 戴维斯 阿伦 斯科特 第二小组 玛丽 卡里
您需要做的是使用级联参数。。其中包含基于父参数的默认值

假设Team1和Team2是参数team parent parameter的值。。将其作为multiselect参数,以便获得全选

然后根据您对parameterteam的选择,创建另一个名为parameterteammembers的参数。此parameterteammembers将基于Parameterteam获取其值。。有道理吗

我认为你想在SSRS中实现的目标是不可能的