To highlight top 3 summary values in cross tab

Crystal report XIR2
cross tab
how to highlight top 3 column/row values with a different font color

Hi Phani,
I don't see a way to do this in CR XI R2. If at all there is a way, then it has to done via a Mock Crosstab.
-Abhilash

Similar Messages

  • Show percentage  based on summary values in cross-tab

    I am using Crystal XI. I have a cross-tab that has actual hours and standard hours as the summary fields. The column is operation and the row is clock#. I need an additional column that shows an efficiency percent. It would be the sum of standard hours divided by the sum of actual hours times 100.  Is there a way to do this? I tried inserting a formula while in cross-tab expert but it does not seem to have the summary fields available to choose.

    I will check out the example suggested.

  • How can I compare two summary field in cross-tab?

    <p>Dear expert:</p><p>I have one question for how can I compare two summary field in cross-tab?  I have following cross-table:</p><p>Type          Sector1     Sector2    Sector3       Total </p><p>Outlook         10            11           9              30         </p><p>Target            5              3           1               9</p><p>I want to compare the summary field(total) relationship percent, I want to get "9/30". Someone told me I must create the DB view or table via SQL, then can implete in Crystal Report. Can I implete it in Crystal Report via fomula or other function?</p><p>Thanks so much for your warm-hearted help!</p><p>Steven</p>

    Hello Steven, yes you can compare summary fields, If you are comparing Summary to Target, or vice versa - you can do it within Crystal Reports.
    1. In Suppress conditional formula, create 2 Global variables: CurrentOutlook and CurrentTarger and get the current value.
    2. In Display String formula for Total show ToText(CurrentTarget/CurrentOUtlook) + "%".
    For more difficult cases of compariing fields in cross--tab, you may look into http://www.relasoft.net/KB10001.html.
    Best,
    Alexander

  • Can we apply sorting on Column values in Cross tab??

    Can we apply sorting on Column values in Cross tab??
    Following is the scenario with me.
    I have 2 fields and one formula.
    Fields are HostName and Username.
    Formula is status which categorizes the Authorized and Unauthorized events.
    And in the Summary Field, I am calculating the total number of events.
    In cross tab, Fields are marking the Rows of the cross tab and Formula is making the Columns(Authorized and Unauthorized ) of the cross tab.
    Since in cross tab data is grouped from left to right and sorted by default. I want to remove this default sorting and want to put sorting on the formula for Unauthorized events.
    Is there any way to fulfill this requirement?

    Hi,
    You can assign a number to each Unauthorised field e.g
    Rank   Unauthorised
    1         A
    2         BC
    3         DF
    5         TD
    6         GF
    Then add "Rank" to the crostab Columns before the Unauthorised  field. Then you can control the sorting order on your crosstab.
    Hope this helps
    Regards
    Dotun

  • How to display Zero(0) values in cross tab format in Webi???

    Hi All,
    Is there a way to display the zero(0) or null values in cross tab format in
    webi. I can able to display in Regular tabular format in Webi as u got an option
    in Properties --> Display --> Show all rows/columns, but it is not working when
    i am using Cross Tab format for the same data.
    Regards
    Ram

    Hi Sunil,
    Happy to see your solution. My requirement is that if you have a data like
    SBU,                   Cadre,                Value
    Chemical Buss,     Manger,                  45
    Crop Buss,            Workmen,               63
    Agri Buss,              Executive,              70
    Chemical Buss,     Executive,              84
    Agri Buss,              Workmen,              -      
    Crop Buss,                 -,                        -
    So now we need to get the rows or columns that are having blank values. Say like if Crop Buss is not having any values so it wont be displayed, but actually it has to be displayed.
    Regrads
    Ram

  • How can I avoid the null values in cross tab?

    How can I avoid the null values in cross tab?

    Hello Anindita,
    Let me explain you the problem in detail.
    I have selected User and Program as rows in the cross tab. In Summarized Field I am counting the Programs.
    In DB I can have both User and Program null.
    Letu2019s take these scenarios...
    1) For a User, Program can be null
    2) For a Program, User can be null
    3) And both can be null.
    A null Program does not give problem since Cross tab does not count the null values and in my case too, it remove the Program which are null from the Cross tab because of the counting its doing on Program. Hence scenario 1 and 3 is not a Problem.
    Problem comes in scenario 2 (For a Program, User can be null).
    In this case since Program is not null it will get counted and will be grouped under null user but I donu2019t want to show the null user Grouping in my cross tab.
    "Suppress empty rows" and "suppress empty colums" does not help.
    Thanks & Regards,
    Amrita

  • Highlighting top 3 values

    Hi
    I want to highlight top 3 values in percentage field.
    i have total 22 columns in percentage fields.
    i want to highlight highest top 3 percentages in these 22 values.
    How to do it?
    Thanks

    Hi
    Thanks to both of you.
    but my problem is different.
    area   col1  clou2 colu3   total
    a1       5      6      7          19
      a2       1     2      3           6
       a3       2     2     3            7
       a4       5     5     5            25
    i want to highlight  25,19 ,7.
    3 highest values in total.
    in this ex i am using 4 different formula to calulate 4 totals in the 4 rows.
    Please give me any solution/
    Thanks

  • Copy values in cross tabs

    How to copy values from 1 st row to 2 nd row in cross tab report?
    thanks

    Jaya,
    try the following;
    If the row totals are on top right click on one of the totals > format field > In the conditional suppression formula enter;
    numbervar x:= 0;
    false
    In the conditional suppression formula of the summary values enter;
    numbervar x;
    x:= x + 1;
    if x = 1 then g:= currentfieldvalue;
    false
    In the Display string formula of the summary values enter;
    currencyvar g;
    totext (g)
    Note, change the variable type to numbervar if your crosstab isn't summarizing currency.
    Edited by: Graham Cunningham on May 26, 2009 2:19 PM

  • Suppress values in Cross-Tab and Cross-Tab Chart if null

    I am developing a cross-tab report that has no-values contributing to the summary in a number of cells.  For instance, if I were to display the average value for the testing of particle-counts by the day of the month, and no testing was performed on a particular day, then I would hope that the cell would be blank and a plot of the cross-tab would just omit that data point.  However, Crystal interprets this as a 0.00 instead of NULL, and the plot (incorrectly) includes the zero-datapoint. 
    I can suppress the datapoint in the cross-tab if it's zero, but that isn't correct either (as, sometimes, zero will be the correct answer).  Even then, though, I cannot suppress the datapoint on the plot.
    Anyone have experience with a workaround for this?
    Thanks - Tim

    BTW...I found that I can work-around the plotting issue if I convert the chart to a "Group" type (instead of cross-tab).  It will then ignore the null-values.  Still thinking about cross-tab displaying zero for a summary value when it is working with no data.
    Suggestions?

  • Showing Null values in Cross-tabs

    Post Author: merv
    CA Forum: Charts and Graphs
    I've created a cross-tab report but I will like for the report to list the rows will null values as well as the rows with values.  I need to do this because I cannot create one cross-tab with all of the necessary fields, so Iu2019ve created 3 cross-tabs and placed them side by side. Or is it possible to link the cross-tabs.  Thanks
    I would like to see the following
    Total
    A
    A-
    A+
    B
    B-
    B+
    C
    C-
    C+
    D
    Total-1
    Total-2
    Canada
    MATH30800
    24
    12
    0
    0
    4
    0
    4
    0
    0
    0
    0
    Canada
    MATH30800
    24
    Canada
    MATH30800
    0
    Nigeria
    MATH201
    12
    8
    2
    2
    0
    0
    0
    0
    0
    0
    0
    Nigeria
    MATH201
    0
    Nigeria
    MATH201
    12
    Poland
    CHEM31800
    8
    0
    1
    0
    0
    0
    3
    1
    0
    0
    0
    Poland
    CHEM31800
    8
    Poland
    CHEM31800
    8
    Puerto Rico
    MATH190
    0
    0
    0
    0
    0
    0
    0
    0
    0
    0
    0
    Puerto Rico
    MATH190
    1
    Puerto Rico
    MATH190
    0
    Panama
    ENGR10300
    39
    3
    4
    1
    2
    4
    6
    3
    3
    0
    1
    Panama
    ENGR10300
    0
    Panama
    ENGR10300
    39
    Romania
    MATH31601
    4
    2
    1
    0
    0
    0
    0
    0
    0
    0
    0
    Romania
    MATH31601
    4
    Romania
    MATH31601
    0
    Afghanistan
    EAS10600
    11
    0
    4
    0
    0
    1
    1
    1
    0
    0
    0
    Afghanistan
    EAS10600
    0
    Afghanistan
    EAS10600
    11
    Bahamas
    HS-COURSE
    0
    0
    0
    0
    0
    0
    0
    0
    0
    0
    0
    Bahamas
    HS-COURSE
    27
    Bahamas
    HS-COURSE
    0
    Brazil
    HS-COURSE_2
    1
    0
    0
    0
    0
    0
    1
    0
    0
    0
    0
    Brazil
    HS-COURSE_2
    0
    Brazil
    HS-COURSE_2
    1
    instead of what's bellow
    Total
    A
    A-
    A+
    B
    B-
    B+
    C
    C-
    C+
    D
    Total-1
    Total-2
    Canada
    MATH30800
    24
    12
    0
    0
    4
    0
    4
    0
    0
    0
    0
    Canada
    MATH30800
    24
    Nigeria
    MATH201
    12
    Nigeria
    MATH201
    12
    8
    2
    2
    0
    0
    0
    0
    0
    0
    0
    Poland
    CHEM31800
    8
    Poland
    CHEM31800
    8
    Poland
    CHEM31800
    8
    0
    1
    0
    0
    0
    3
    1
    0
    0
    0
    Puerto Rico
    MATH190
    1
    Panama
    ENGR10300
    39
    Panama
    ENGR10300
    39
    3
    4
    1
    2
    4
    6
    3
    3
    0
    1
    Panama
    ENGR10300
    0
    Afghanistan
    EAS10600
    11
    Romania
    MATH31601
    4
    2
    1
    0
    0
    0
    0
    0
    0
    0
    0
    Romania
    MATH31601
    4
    Brazil
    HS-COURSE_2
    1
    Afghanistan
    EAS10600
    11
    0
    4
    0
    0
    1
    1
    1
    0
    0
    0
    Bahamas
    HS-COURSE
    27
    Brazil
    HS-COURSE_2
    1
    0
    0
    0
    0
    0
    1
    0
    0
    0
    0

    Post Author: azanobrown
    CA Forum: Charts and Graphs
    What I've done in the past is create a new formula for your "value" field similar to this and put it in your cross-tab:if {original value field} is "" then &#91;0&#93; else {original value field}the purpose is to create a record value (e.g. 0) where there is no record. I hope that this helps.

  • Formatting Calculated values in Cross Tab

    I have a P & L Style cross tab where I have inserted calculated values to calcuate the key % values (Turnover, Overheads etc).
    I have used the "Quotient" calculations & bet the correct data, but I would like to format the values to show as %> When I try to change these values, all the values show as %.
    Is there any way to achieve what I need?
    Thanks

    Thanks for that, it would have been easier than the way I found, which was using the display string in the field formatting.
    I might have another pass at it now.
    Much appreciated

  • More than one summary column in cross tab reports

    Hi,
    I have a cross tab report.  The summary column is SUM. I want to add another summary column next to SUM which will be AVG(Average) column.
    Any ideas?
    Please see the attached image.
    Thanks,

    hi Anurag,
    my fault...i should have looked closer at your data.
    here's the easy way of showing two sets of summaries at the end of a crosstab, without having duplicate columns.
    1) copy your existing cross-tab and paste it to the right of your current cross-tab.
    2) now go to the cross-tab expert of the new cross-tab and remove the fields from the Column dialogue
    3) change the summary to an Average
    4) exit the cross-tab expert and go to the Section Expert for the section where both cross-tabs are...ensure that you check Relative Positions
    preview the report. now you'll have to move the 2nd cross-tab a bit so that it aligns properly with the first one.
    as a sample, see the attached report. extract the contents and change the .txt extension to .rpt.
    -jamie

  • Carry forward of variable value in cross-tab charts

    Hi Experts,
    I have a cross-tab which calculates the inventory of items (based on count). For a particular date range (quarterly here), if i have to generate the cross-tab, i set the inventory count to zero for the first quarter, and from the next quarter, i add to the inventory count, the new inventory items. At the end of each quarter this value gets accumulated and gets carried forward to the next quarter. From the next quarter, it just is the sum of count of the new items. Now, i have this cross-tab calculate the values at WhilePrintingRecords evaluation time.
    When i have created a chart out of this cross-tab, the chart doesnt reflect the values that are observed in cross-tab.
    Is there any way i can get these calculated values to get reflected on the chart?
    Your help is greatly appreciated.
    Thanks,
    Roshan.

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly

  • Calculating  values on cross-tab

    Post Author: Reisp
    CA Forum: Charts and Graphs
    Is it possible to calculate values in a cross-tab , for example , create a column3 = column1 + Column2 ?

    Hi,
    try to cerate a new calc :
    nvl(status_cnt,0)
    and create the totals on it,
    I think you got nulls in that column so it wont aggregate properly.

  • Top 10 in Cross tab

    Hi,
    How to display only the TOP 10 rows in a cross tab based on the Total field.  I am using BW as my source.
    Thanks and Regards,
    Subbu S.

    right click on the top left of the cross-tab and choose Group Sort Expert and there will be a top n expert available for the cross-tab.

Maybe you are looking for