Results 1 to 7 of 7

Thread: how to add percentage total below the total entry..

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2007
    Posts
    839

    how to add percentage total below the total entry..

    can somebody help me how can i add percentage per column of the total and result total also as 100%


    see the image attached..
    Code:
    Month       Playing               Reading                      Total          Percentage
    1               1                         2                             3                17.65% 
    2               1                         3                             4                 23.53%
    5               2                         2                             4                23.53%
    4               1                         2                             3                17.65%
    8               2                         1                             3                17.65%
    Total          7                         10                           17               100%
    % total    (41.18%)              (59.82%)                  (100%) 
    those bold line i want to add it... please help me how? please see the status of my report in the image..
    Last edited by edgarbenilde; Feb 8th, 2010 at 08:30 AM.

  2. #2
    Frenzied Member
    Join Date
    May 2006
    Location
    some place in the cloud
    Posts
    1,886

    Re: how to add percentage total below the total entry..

    Try with SubReports
    Could be :
    the main report calculate the total,
    detail section suppressed,
    insert a subreport (your actual report) at report footer section using the total from the main report thru linked variables

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2007
    Posts
    839

    Re: how to add percentage total below the total entry..

    how can i make it percentage format.. and how can i make the result the as what i wanted to do in post # 1?

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2007
    Posts
    839

    Re: how to add percentage total below the total entry..

    how can i make it with percent sign... i have already the field that count the activity per month but i only get the value not the percentage equivalent..

    vb Code:
    1. mymonth         Playing        Reading       Total       Percent      
    2.    1                    1                  3               4           57.41%          
    3.    2                    2                  1               3           42.85%
    4.   Total               3                   4               7            100%
    5. Percent            42.85%           57.41%       100%
    Last edited by edgarbenilde; Aug 17th, 2009 at 07:56 PM.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2007
    Posts
    839

    Re: how to add percentage total below the total entry..

    i've tried subreport but i only get the same value as the images i've attached in the post # 1.. please help me how can i make it done here...

    any help please?

  6. #6
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: how to add percentage total below the total entry..

    Which version of Crystal are you using? Is this a Cross-Tab report?

    If you are using Crystal 9 or above you should be able to add the Percentages directly to the Cross Tab report.

  7. #7

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2007
    Posts
    839

    Re: how to add percentage total below the total entry..

    im using version 9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width