Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: Formula question Post Reply Post New Topic
Author Message
Capson
Newbie
Newbie
Avatar

Joined: 23 Jan 2013
Location: United States
Online Status: Offline
Posts: 20
Quote Capson Replybullet Topic: Formula question
    Posted: 21 Apr 2013 at 7:43am
I have three fields called "UniqueID" "Relationship" and "Score".

Relationship:

Self
Boss
Peer
Direct Report
Other
I need to merge the Scores from "Others" and "Peer" into one group labeled "Peers" and I need to merge the "UniqueID" from "Others" and "Peer" into the "UniqueID" for "Peers"

Essentially I want to merge "others" into "Peers"

This seems like it is a easy thing to do but after 2hrs of trying I thought I would ask for help

Thanks

Edited by Capson - 21 Apr 2013 at 5:05pm
IP IP Logged
Sastry
Moderator
Moderator
Avatar

Joined: 16 Jul 2012
Online Status: Offline
Posts: 537
Quote Sastry Replybullet Posted: 22 Apr 2013 at 2:31am
Hi

create a formula on Relationship field to group on

If {Relationship} in["Others","Peer"] Then "Peer"
else
{Relationship}


Now insert a group on this formula to give you a group by mirging peer and others into one group.

Thanks,
Sastry
IP IP Logged
Capson
Newbie
Newbie
Avatar

Joined: 23 Jan 2013
Location: United States
Online Status: Offline
Posts: 20
Quote Capson Replybullet Posted: 22 Apr 2013 at 6:20am
Thank you Sastry that gave me what I was hopping for.
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.