Page 4 of 5
Re: How to set continuous page number in TOC?
Posted: Mon Oct 26, 2015 6:27 am
by Anuranjani
Hello,
Thank You,I have tried with Family ID.But I didn't get the expected result in the last group.Kindly help us to improve.
Thank You
Darsana.R
Re: How to set continuous page number in TOC?
Posted: Mon Oct 26, 2015 6:54 am
by HighAley
Hello.
Please, send us your report template that you have after suggested changes for analysis.
Thank you
Re: How to set continuous page number in TOC?
Posted: Mon Oct 26, 2015 7:14 am
by Anuranjani
Hello,
Herewith I have attached the report(mrt) with suggested changes.
Thank You,
Darsana.R
Re: How to set continuous page number in TOC?
Posted: Wed Oct 28, 2015 4:48 am
by Anuranjani
Hello,
We are having urgent client requirement.Let me know the date when you can provide a solution for us.
Thank You,
Darsana.R
Re: How to set continuous page number in TOC?
Posted: Wed Oct 28, 2015 7:47 am
by HighAley
Hello.
Sorry for delay with answer.
It took some time for analyzing of your report.
At first we should say that it's wrong to parse Columns with int values to int.
Code: Select all
Int32.Parse(Product_Details.FAMILY_ID)
Also you didn't replace the FAMILY_CODE with FAMILY_ID in After Print event of the ReportSummaryBand1 as we suggested twice.
Please, don't set the Number of Pass property of the report to Double Pass and Request Parameters property of the report to True. It cause several errors and exceptions.
Thank you.
Re: How to set continuous page number in TOC?
Posted: Wed Oct 28, 2015 12:36 pm
by Anuranjani
Hello,
Thank you,I have made the changes you suggested.But I didn't get the expected result in the last group.Kindly find the attached template and help us to improve.
Thank You,
Darsana.R
Re: How to set continuous page number in TOC?
Posted: Wed Oct 28, 2015 1:17 pm
by HighAley
Hello.
Please, set the right types for columns in your Data Source.
It's enough to remove all columns and add them with Retrieve Columns button.
Thank you.
Re: How to set continuous page number in TOC?
Posted: Thu Oct 29, 2015 4:21 am
by Anuranjani
Hello,
Thank You so much,That's great.
But I need last group page number with using "Family_Code".Here I explained why i used "FAMILY_CODE" instead of "FAMILY_ID".I have attached the Data Structure and snap shot of Template where I made changes to get solution.In this case of scenario,how to get the last group page number?.Kindly review it and help us.
Thank You,
Darsana.R
Re: How to set continuous page number in TOC?
Posted: Thu Oct 29, 2015 5:54 am
by HighAley
Hello.
You get the issue with FAMILY_ID because you set the Sort Direction of all Group Headers to None.
Please, set the sorting order of all Group Headers to Ascending.
Thank you.
Re: How to set continuous page number in TOC?
Posted: Thu Oct 29, 2015 6:22 am
by Anuranjani
Hello,
Thank You for response.By setting the sort order ascending in the Group Header Band.Some data are missing while rendering.Herewith I have attached snapshot for your reference.