|
-
August 9th, 2008, 02:02 PM
#1
How to Use Single column of Database for Two Field in the Report
Hi all,
This is bav, i m new to this forum. i am working on crystal 8 reports,
My question is, data base has a Event time in single column... i need to put the start time and end time in the report from the event time column,based on event status(new / closed). so i wrote a if condition for both start time and end time fileds (data coming from a single column of a database). when i run the report it is giving a value but not in a single row, two rows one with start time, other with end time, and duplicating some of the fields in two rows. how can i fix this.
Thanks,
koti.
Last edited by pamulapatis; August 10th, 2008 at 10:29 PM.
-
September 8th, 2008, 03:54 AM
#2
Re: How to Use Single column of Database for Two Field in the Report
Use two formulae fields
@starttime
having the code
If {Status}="new"
{eventtime)
@Endtime
having the code
If {Status}="closed"
{eventtime)
Use these two formulae fields in the report
Madhivanan
Failing to plan is Planning to fail
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|