Printing based on the count of records / running total (merged) [message #234620] |
Wed, 02 May 2007 13:06 |
pravin9
Messages: 42 Registered: May 2007
|
Member |
|
|
Hi
I have a problem with report i want to display data in the first page of report if it contains only 5 records
if it contains more than 5 records i need to leave the first page blank and start displaying from the second page
is there a way i could acheive this
thanks for ur time in advance
|
|
|
to display data in a report based on the number of records [message #234713 is a reply to message #234620] |
Thu, 03 May 2007 00:42 |
pravin9
Messages: 42 Registered: May 2007
|
Member |
|
|
Hi,
1. i would like to display data on the number of records if i have 5 records or less i need to display it in the first page otherwise it should display from second page and so on
2.how do i display running total for each page in report
could u people give me a little detailed view of these
thanx for ur time in advance
|
|
|
|
|
|
|
|
Running total in reports [message #235012 is a reply to message #234620] |
Thu, 03 May 2007 13:53 |
pravin9
Messages: 42 Registered: May 2007
|
Member |
|
|
Hi,
1.How do i display Running total in reports
2.I need to display data in the first page of report if it contains 5 records otherwise it should leave the first page blank and then display from the second page
Execuse me if i have reached the wrong forum for this question
Thanks for ur time in advance
Regards,
|
|
|
Re: Running total in reports [message #235203 is a reply to message #235012] |
Fri, 04 May 2007 05:50 |
ab_trivedi
Messages: 460 Registered: August 2006 Location: Pune, India
|
Senior Member |
|
|
to display running total it is ok . just take a summary column and count(no_of_records), display that summary column in the page .
for second question if your client really wants this type of report? then you must use some condition in before report trigger to check no of records ?
I am trying and as soon as I will get it I will send the solution you should also try.
Ashu
|
|
|