TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nel
NA
716
1.1m
How to sumarize only certain records in a Crystal Report
Jul 3 2012 6:43 AM
Hi,
Can anybody help me how to sumarize only those records which field by which they are grouped has certain value i.e. ex. for group 1 where id<=10 total ... and group2 id>10 total=....
ex.
Group1
id sum
03 112
total 112
06 55
06 15
total 70
total for the Group1 182
Group 2
id sum
22 142
total 142
total for the Group2 142
I tried to insert formula field:
If({DataTable1.idpod}<="10")then Sum({DataTable1.Iznos})-If({DataTable1.idpod}>"10")then Sum({DataTable1.Iznos})
but it summarises all the records regardless the value of id.
Thanks
Reply
Answers (
1
)
Crystal Report problem using with dataset
Crystal Report Build with Errors..