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.










share|improve this question


























    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.










    share|improve this question
























      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.










      share|improve this question













      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 31 '13 at 18:37









      Dream Viewer

      13136




      13136
























          4 Answers
          4






          active

          oldest

          votes

















          up vote
          0
          down vote













          Try putting your text object in the Report Footer section.






          share|improve this answer




























            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






            share|improve this answer





















            • 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




















            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.





            share|improve this answer




























              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...!!






              share|improve this answer





















                Your Answer






                StackExchange.ifUsing("editor", function () {
                StackExchange.using("externalEditor", function () {
                StackExchange.using("snippets", function () {
                StackExchange.snippets.init();
                });
                });
                }, "code-snippets");

                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "1"
                };
                initTagRenderer("".split(" "), "".split(" "), channelOptions);

                StackExchange.using("externalEditor", function() {
                // Have to fire editor after snippets, if snippets enabled
                if (StackExchange.settings.snippets.snippetsEnabled) {
                StackExchange.using("snippets", function() {
                createEditor();
                });
                }
                else {
                createEditor();
                }
                });

                function createEditor() {
                StackExchange.prepareEditor({
                heartbeatType: 'answer',
                convertImagesToLinks: true,
                noModals: true,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                imageUploader: {
                brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                allowUrls: true
                },
                onDemand: true,
                discardSelector: ".discard-answer"
                ,immediatelyShowMarkdownHelp:true
                });


                }
                });














                 

                draft saved


                draft discarded


















                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

























                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.






                share|improve this answer

























                  up vote
                  0
                  down vote













                  Try putting your text object in the Report Footer section.






                  share|improve this answer























                    up vote
                    0
                    down vote










                    up vote
                    0
                    down vote









                    Try putting your text object in the Report Footer section.






                    share|improve this answer












                    Try putting your text object in the Report Footer section.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jul 31 '13 at 18:40







                    user359040































                        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






                        share|improve this answer





















                        • 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

















                        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






                        share|improve this answer





















                        • 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















                        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






                        share|improve this answer












                        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







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        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




















                        • 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












                        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.





                        share|improve this answer

























                          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.





                          share|improve this answer























                            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.





                            share|improve this answer












                            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.






                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Aug 1 '13 at 7:25









                            Siva

                            7,59282845




                            7,59282845






















                                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...!!






                                share|improve this answer

























                                  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...!!






                                  share|improve this answer























                                    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...!!






                                    share|improve this answer












                                    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...!!







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Aug 5 '13 at 16:59









                                    Dream Viewer

                                    13136




                                    13136






























                                         

                                        draft saved


                                        draft discarded



















































                                         


                                        draft saved


                                        draft discarded














                                        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





















































                                        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







                                        Popular posts from this blog

                                        If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                                        Alcedinidae

                                        Can an atomic nucleus contain both particles and antiparticles? [duplicate]