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报告的直线图中横轴的间隔_Reporting Services_Ssrs 2008_Ssrs 2012_Ssrs 2008 R2_Reportingservices 2005 - Fatal编程技术网

Reporting services 如何将小计的最大值分配给ssrs报告的直线图中横轴的间隔

Reporting services 如何将小计的最大值分配给ssrs报告的直线图中横轴的间隔,reporting-services,ssrs-2008,ssrs-2012,ssrs-2008-r2,reportingservices-2005,Reporting Services,Ssrs 2008,Ssrs 2012,Ssrs 2008 R2,Reportingservices 2005,我希望将字段小计的最大值指定给水平轴的间隔 例如,有一个列名称newsub,它有小计和(newsub)。我想给直线图中垂直轴的间隔指定sum的最大值(newsub)。我尝试了间隔:=Max(Sum(Fields!Sales.Value,“Dataset1”),=Max(Sum(Fields!Sales.Value,“groupbydate”))最简单的方法是在数据集中作为附加列计算此值。那么轴最大值的表达式将类似于 =FIRST(Fields!MyMaxValueColumn.Value, "M

我希望将字段小计的最大值指定给水平轴的间隔


例如,有一个列名称newsub,它有小计和(newsub)。我想给直线图中垂直轴的间隔指定sum的最大值(newsub)。我尝试了间隔:=Max(Sum(Fields!Sales.Value,“Dataset1”),=Max(Sum(Fields!Sales.Value,“groupbydate”))

最简单的方法是在数据集中作为附加列计算此值。那么轴最大值的表达式将类似于

=FIRST(Fields!MyMaxValueColumn.Value, "MyDataset")