开发者

Crystal Reports XI Cross tab summarised field how to stop cell rows of the same value merging?

开发者 https://www.devze.com 2022-12-25 03:25 出处:网络
I have created a cross tab however if I have a firstname field it merges the rows together if th开发者_JAVA百科ere are two names which are the same. How do you get it to display the names in the each

I have created a cross tab however if I have a firstname field it merges the rows together if th开发者_JAVA百科ere are two names which are the same. How do you get it to display the names in the each row. In the example below Sarah is not displayed twice as the cells are merged together.

Firstname Lastname Judy Collins Sarah Dane Smith Joe Dine Mary Lane


It sounds like you grouped your crosstab on the first name only. I would recommend:

  1. Make a new Formula (Call it "FullName")
  2. In the formula, combine the first name and last name, e.g. something like {First Name}&{Last Name}
  3. Edit your crosstab to group by the FullName formula instead.

Does this help?

EDIT

Based on your comment, I don't think your comment is with Crystal. You need a "unique ID" of some sort, a distinct number for each person. My original suggestion was trying to use the user's full name as a unique ID, but that won't work if your dataset is big enough to include multiple people with the same name. Does your dataset have any kind of unique ID? What is this crosstab trying to display? There might be a better way.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号