zy_abc
March 13th, 2003, 11:50 AM
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.
|
Click to See Complete Forum and Search --> : Crystal Report zy_abc March 13th, 2003, 11:50 AM 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. satscom March 13th, 2003, 03:40 PM Hi You can set a property that suppress if duplicated true so that you can avoid the Duplicate Records Sathish.K zy_abc March 14th, 2003, 04:13 AM Thanks for helping out. It works perfectly now. zy_abc March 14th, 2003, 04:49 AM I have another question. Can you please help me out. I want some data's to be displayed in Uppercase. Can this be achieved. satscom March 14th, 2003, 08:53 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |