|
-
Aug 8th, 2007, 06:41 PM
#1
Thread Starter
Addicted Member
Replace column text?
I'm poplulating a crystal report from a sql stored procedure. One of the columns is displaying True or false. How would I format the column to dispay yes if true and no if false. Can I do IIF('column', true, 'yes') or something like that in crystal?
-
Aug 8th, 2007, 06:57 PM
#2
New Member
Re: Replace column text?
You can create a formula field in Crystal to this. Give it try.
-
Aug 9th, 2007, 06:32 AM
#3
Addicted Member
Re: Replace column text?
Create a formula and place is it where u display. Write the code liek this if for example ur field is field1
if {field1}='true' then 'yes' else 'no'
Thanks and Regards,
Muhammad Abbas
-
Aug 9th, 2007, 06:49 AM
#4
Addicted Member
Re: Replace column text?
Please rate it if it had helped you out.
Thanks and Regards,
Muhammad Abbas
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
|