|
-
March 13th, 2003, 12:50 PM
#1
Crystal Report
I have created a sub-report successfully. But the data is getting repeated till it fits the whole page. How can it be avoided? Please do help me out.
-
March 13th, 2003, 04:40 PM
#2
Hi
You can set a property that suppress if duplicated true so that you can avoid the Duplicate Records
Sathish.K
-
March 14th, 2003, 05:13 AM
#3
Thanks for helping out. It works perfectly now.
-
March 14th, 2003, 05:49 AM
#4
I have another question. Can you please help me out. I want some data's to be displayed in Uppercase. Can this be achieved.
-
March 14th, 2003, 09:53 AM
#5
what ever columns you want convert in uppercase just create a formula column in that just return the value in uppercase ..
Alternatively when you sending a query to crystal report you can change to upper case for example if oracle is the backend means you can frame the query like this
Select upper(column name a), column name b from table name
Hope the above will help you
Regards
Sathish.K
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
|