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
Problem with the formula field in the Crystal Report
Aug 6 2012 8:28 AM
Hello,
I have two formula fields in the report footer in my Crystal Report.
The both values should depend on the value of another field. Fo r example if {DataTable3.vid}="Pri" it should take the value of Iznos from the table for the rows where vid is "Pri" and if vid ="Isp" it should tkae the value of Iznos for that rows of the datatable where vid = "Isp"
Here is my formula for the first formula field, which works fine:
if({DataTable3.vid}="Pri") then Sum ({DataTable3.Iznos}, {DataTable3.vid})
and the value for the second formula field, which doesn't function ok:
if({DataTable3.vid}="Isp") then Sum ({DataTable3.Iznos}, {DataTable3.vid})
The second returns 0.00
Can anybody help me please?
Thanks in advance
Reply
Answers (
0
)
Generating the next value of a valid IPV6 format IP Address.
handling Null reference Exception