Displaying a text on the last page of crystal report?
up vote
0
down vote
favorite
This might be a very naive question but i am not able to get to it.
I have a simple text object that i wish to display only on the last page of the report after all my details section and group footer sections are displayed.
I have tried applying Suppress property on page footer to work, but it does not happen. Then i tried suppressing the text object but that did not work as well.
This is what i pushed into formula field:
if PageNumber = TotalPageCount then
false
else
true
Am i missing something.
Any help will be highly appreciated.
Thanks in advance.
crystal-reports-2008
add a comment |
up vote
0
down vote
favorite
This might be a very naive question but i am not able to get to it.
I have a simple text object that i wish to display only on the last page of the report after all my details section and group footer sections are displayed.
I have tried applying Suppress property on page footer to work, but it does not happen. Then i tried suppressing the text object but that did not work as well.
This is what i pushed into formula field:
if PageNumber = TotalPageCount then
false
else
true
Am i missing something.
Any help will be highly appreciated.
Thanks in advance.
crystal-reports-2008
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This might be a very naive question but i am not able to get to it.
I have a simple text object that i wish to display only on the last page of the report after all my details section and group footer sections are displayed.
I have tried applying Suppress property on page footer to work, but it does not happen. Then i tried suppressing the text object but that did not work as well.
This is what i pushed into formula field:
if PageNumber = TotalPageCount then
false
else
true
Am i missing something.
Any help will be highly appreciated.
Thanks in advance.
crystal-reports-2008
This might be a very naive question but i am not able to get to it.
I have a simple text object that i wish to display only on the last page of the report after all my details section and group footer sections are displayed.
I have tried applying Suppress property on page footer to work, but it does not happen. Then i tried suppressing the text object but that did not work as well.
This is what i pushed into formula field:
if PageNumber = TotalPageCount then
false
else
true
Am i missing something.
Any help will be highly appreciated.
Thanks in advance.
crystal-reports-2008
crystal-reports-2008
asked Jul 31 '13 at 18:37
Dream Viewer
13136
13136
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
up vote
0
down vote
Try putting your text object in the Report Footer section.
add a comment |
up vote
0
down vote
you will required to use Report Footer. please follow a link. if this is the answer to your question mark the answer.
Link:.
http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.businessobjects.integration.eclipse.doc.crdesigner/reportdesigner/crconreportfooter.htm
I cant use that because Report Footer will print it just before the end of page. However, i wish to print the Text Object just after the end of details section. For Ex: my details section takes half of my page, then i want the text object to be next after the details section and not at the bottom of the page.
– Dream Viewer
Jul 31 '13 at 19:00
report footer will print after your detail, not at the bottom of page. Report Footer/ Page Footer.
– Khan Aamir
Aug 1 '13 at 5:54
add a comment |
up vote
0
down vote
Create a section below the last group and place your text field there so that when ever everything is displayed you will get the required text
E.g:
If you have Group1 and Group2 then create a section in group footer of Group1 using "Insert Section below and place the Text field there.
add a comment |
up vote
0
down vote
Resolved...!!! The problem was that in the Format Text dialog box, after writing the formula i had checked the Suppress Check Box because of which the Text Object was Suppressed all the time. Thanks for all your help...!!
add a comment |
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Try putting your text object in the Report Footer section.
add a comment |
up vote
0
down vote
Try putting your text object in the Report Footer section.
add a comment |
up vote
0
down vote
up vote
0
down vote
Try putting your text object in the Report Footer section.
Try putting your text object in the Report Footer section.
answered Jul 31 '13 at 18:40
user359040
add a comment |
add a comment |
up vote
0
down vote
you will required to use Report Footer. please follow a link. if this is the answer to your question mark the answer.
Link:.
http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.businessobjects.integration.eclipse.doc.crdesigner/reportdesigner/crconreportfooter.htm
I cant use that because Report Footer will print it just before the end of page. However, i wish to print the Text Object just after the end of details section. For Ex: my details section takes half of my page, then i want the text object to be next after the details section and not at the bottom of the page.
– Dream Viewer
Jul 31 '13 at 19:00
report footer will print after your detail, not at the bottom of page. Report Footer/ Page Footer.
– Khan Aamir
Aug 1 '13 at 5:54
add a comment |
up vote
0
down vote
you will required to use Report Footer. please follow a link. if this is the answer to your question mark the answer.
Link:.
http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.businessobjects.integration.eclipse.doc.crdesigner/reportdesigner/crconreportfooter.htm
I cant use that because Report Footer will print it just before the end of page. However, i wish to print the Text Object just after the end of details section. For Ex: my details section takes half of my page, then i want the text object to be next after the details section and not at the bottom of the page.
– Dream Viewer
Jul 31 '13 at 19:00
report footer will print after your detail, not at the bottom of page. Report Footer/ Page Footer.
– Khan Aamir
Aug 1 '13 at 5:54
add a comment |
up vote
0
down vote
up vote
0
down vote
you will required to use Report Footer. please follow a link. if this is the answer to your question mark the answer.
Link:.
http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.businessobjects.integration.eclipse.doc.crdesigner/reportdesigner/crconreportfooter.htm
you will required to use Report Footer. please follow a link. if this is the answer to your question mark the answer.
Link:.
http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.businessobjects.integration.eclipse.doc.crdesigner/reportdesigner/crconreportfooter.htm
answered Jul 31 '13 at 18:44
Khan Aamir
10116
10116
I cant use that because Report Footer will print it just before the end of page. However, i wish to print the Text Object just after the end of details section. For Ex: my details section takes half of my page, then i want the text object to be next after the details section and not at the bottom of the page.
– Dream Viewer
Jul 31 '13 at 19:00
report footer will print after your detail, not at the bottom of page. Report Footer/ Page Footer.
– Khan Aamir
Aug 1 '13 at 5:54
add a comment |
I cant use that because Report Footer will print it just before the end of page. However, i wish to print the Text Object just after the end of details section. For Ex: my details section takes half of my page, then i want the text object to be next after the details section and not at the bottom of the page.
– Dream Viewer
Jul 31 '13 at 19:00
report footer will print after your detail, not at the bottom of page. Report Footer/ Page Footer.
– Khan Aamir
Aug 1 '13 at 5:54
I cant use that because Report Footer will print it just before the end of page. However, i wish to print the Text Object just after the end of details section. For Ex: my details section takes half of my page, then i want the text object to be next after the details section and not at the bottom of the page.
– Dream Viewer
Jul 31 '13 at 19:00
I cant use that because Report Footer will print it just before the end of page. However, i wish to print the Text Object just after the end of details section. For Ex: my details section takes half of my page, then i want the text object to be next after the details section and not at the bottom of the page.
– Dream Viewer
Jul 31 '13 at 19:00
report footer will print after your detail, not at the bottom of page. Report Footer/ Page Footer.
– Khan Aamir
Aug 1 '13 at 5:54
report footer will print after your detail, not at the bottom of page. Report Footer/ Page Footer.
– Khan Aamir
Aug 1 '13 at 5:54
add a comment |
up vote
0
down vote
Create a section below the last group and place your text field there so that when ever everything is displayed you will get the required text
E.g:
If you have Group1 and Group2 then create a section in group footer of Group1 using "Insert Section below and place the Text field there.
add a comment |
up vote
0
down vote
Create a section below the last group and place your text field there so that when ever everything is displayed you will get the required text
E.g:
If you have Group1 and Group2 then create a section in group footer of Group1 using "Insert Section below and place the Text field there.
add a comment |
up vote
0
down vote
up vote
0
down vote
Create a section below the last group and place your text field there so that when ever everything is displayed you will get the required text
E.g:
If you have Group1 and Group2 then create a section in group footer of Group1 using "Insert Section below and place the Text field there.
Create a section below the last group and place your text field there so that when ever everything is displayed you will get the required text
E.g:
If you have Group1 and Group2 then create a section in group footer of Group1 using "Insert Section below and place the Text field there.
answered Aug 1 '13 at 7:25
Siva
7,59282845
7,59282845
add a comment |
add a comment |
up vote
0
down vote
Resolved...!!! The problem was that in the Format Text dialog box, after writing the formula i had checked the Suppress Check Box because of which the Text Object was Suppressed all the time. Thanks for all your help...!!
add a comment |
up vote
0
down vote
Resolved...!!! The problem was that in the Format Text dialog box, after writing the formula i had checked the Suppress Check Box because of which the Text Object was Suppressed all the time. Thanks for all your help...!!
add a comment |
up vote
0
down vote
up vote
0
down vote
Resolved...!!! The problem was that in the Format Text dialog box, after writing the formula i had checked the Suppress Check Box because of which the Text Object was Suppressed all the time. Thanks for all your help...!!
Resolved...!!! The problem was that in the Format Text dialog box, after writing the formula i had checked the Suppress Check Box because of which the Text Object was Suppressed all the time. Thanks for all your help...!!
answered Aug 5 '13 at 16:59
Dream Viewer
13136
13136
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f17978249%2fdisplaying-a-text-on-the-last-page-of-crystal-report%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown