Running total field gives options for Min, Max, et

2019-08-26 16:09发布

I wants to design Crystal Reports as follow

Name //(Group)


Date                   Amount

12/04/2010             100  

12/05/2010             200

Total….                300

But there are problem on insert Running Total summarize by change of group fields.

I have tried by right clicking on field Insert + Running Total. But there are no option of

Sum in Type of Summery. There are following option :

Type of Summery

Maximum

Minimum

Count

Distinct count

Nth largest

Nth smallest

How can I add/minus/multiply Group Wise ?.

1条回答
\"骚年 ilove
2楼-- · 2019-08-26 16:35

Convert the Datatype of Amount column into an integer type and check with database again. In crystal reports the sum will appear only to the number fields and as your post says the Maximum, Minimum, Count, Distinct count, Nth Largest, Nth Smallest will comes only for varchars. check crystal Syntax

查看更多
登录 后发表回答