Value vs. Description on Group-By Summary

Hello,
We have a view with a group-by Text3 which is a lookup field with lookup values and a description for each value.
One user sees in the Group-By Summary (in the Name field) the lookup
descriptions (which is the desired functionality) while another user sees the lookup
values which are meaningless numeric codes. Both work with version 2010. 
How can we change for the 2nd user to see the lookup descriptions in the group-by summary tasks?
Thanks,
Barak

If both users are looking at the same file and see different things - there is something different in the Project installation.  Are they both using the same version (Pro versus Standard)?  Are they both updated with the latest service pack (SP-2)?

Similar Messages

  • Could not able to show a scalar value in Page Header/Group Header of the re

    Hi,
    I could not able to show a scalar value in Page Header/Group Header of the report which is returned from Sub-report. But I am able to display it in both Group Footer and Page Footer.
    I used shared variable in formula filed of both main and sub report and both are placed in the main and sub-report.
    Please do needful.
    Thanks & Regards,
    Mani G.S.

    You can only show Shared variables in main report in a location after the subreport has executed.
    If you want to show values in page header or group header you must place subreport in a section above these. This is unlikely to be possible so you will have to live with displaying results in Group/page footer.
    Alternatively you can execute subreport twice, once where subreport is hidden in a section above page/group header and pass summary figure you require and then again where you currently have subreport so you can see details as required.
    Ian

  • Group/Sort Summary Totals for Duration % Complete not working

    Hello, I'm new to this forum and have used p3 off and on years ago and had some exposure to p5, my background is more toward Project Controls - Cost management rather than scheduling. Here is my issue/question: I was told by the PM not to baseline the schedule (I know, I should have but I didn't, I did as I was specifically requested), that is a topic for another day, however. I am trying to understand the process of the % completes on my resource loaded schedule which all activities are set to duration percent complete. The schedule has roughly quarter of the activities which have been actualized, but my issue is with the "Summary Totals" of the duration % complete when I select that option in the Group/Sorting. All of the activities in a group for example will show 0% complete but the Summary Total of those activities will show greater than 0% or some of the activities duration % completes show a value greater than 0% but the Summary Total of those activities show 0%. What is causing this and why are they not consistent? Any help is greatly appreciated!
    Shannon

    I'm currently showing the duration % complete with a renamed label. The total is not rolling up to the summary. I've also discovered that the unit % complete is not calculating correctly too I believe. For example: I have 3708 budgeted hours and have expended 656 hours and the Unit % Complete is showing 19.08% when I would have thought that the % would have been calculated based on Actual Units (656) / Budgeted Units (3708) totaling 17.69% not 19.08% which it is showing. I cannot find in the reference manual how the percent completes are calculated for units nor in the help section of the software itself either. An explenation would be greatly appreciated!
    Shannon

  • Trouble with Parameter Option - Show Value or Description

    First off we are on BI 4.1 SP01 Patch 6.  I have a Crystal Reports 2013 report with a lot of optional parameters some of which are based on dynamic lists of values which I created using Business View Manager.
    My hope would be that whatever values I select would be shown in the Prompt Panel on the left side of the screen.
    Rather than displaying the value of "Limited Liability Company" for the Organization Type I get the code of "06".
    That is the correct code and it works from a functional perspective, but I want to see the description.  To get to this point in my Crystal Report I created a parameter based on a Dynamic List of Values created in Business View Manager called OrganizationType with the following settings...
    That in turn creates something in Business View Manager called "OrganizationType - Prompt Group".  If I edit my Organization Type paramter in Crystal Reports I see that it is now based on that OrganizationType - Prompt Group and not Organization Type LOV I had just selected.  When I look at the OrganizationType - Prompt Group in Business View Manager the Show on (Viewer) Panel and Show Value or Description options are not what I set them to be in Crystal Reports.
    My expectation when choosing the "Show Description" setting for the Show Value or Description option would cause the Description to be shown in the prompt panel.  Is that correct?  If so, then why isn't this setting sticking.  If not, how do I do that?
    I realize that I could create my LOVs based on just the Description rather than the ID and Description and filter on the Description rather than the ID, but I shouldn't have to.  This should work shouldn't it?  What I am doing wrong?
    Thanks,
    Noel

    I now understand that the "Show Value or Description" option will have no impact on my situation.
    As you can see in my screenshots I have the "Prompt With Description Only" option set to "True".  Within Crystal Report I am seeing the Description as expected in the Parameters panel...
    However, when I run the report from the BI Launchpad I see the code ("06") rather than the description ("Limited Liability Company")...
    Is this a bug?
    Noel

  • Display value and description of one field in alv grid

    Hi Folks,
       I want to display value and description of one field as one column in alv grid.
    for example iam having Xfield = 01,02,03.
    and 01 iam having text value as xxx,
    01 xxx
    02 yyy
    03 zzz
    Im report display the values are displaying as 01,02,03..
    but i want to display it as 01 xxx,02 yyy, 03 zzz.
    Please do needful.
    Thx.

    Hi, swetha
    You can do this with "concatenate".
    example:
    In you code check where you final internal table is getting filled up before that do this concatenate and then append it.
    data t_text type string.
    t_text = textfield
    CONCATENATE 'Xfield'
                     t_text
                      INTO wa_workarea SEPARATED BY space.
    cheers,
    Bhavana

  • How to store the value of sum of group in Crystal Report at the runtime!

    Hello all,
    I creates a Formula Field that hold the value of Sum of Group in Crystal Report. I would like to know how to store it in a variable and pass it to store procedure. Is it an option in Crystal report to do it. I knew that Crystal Report can cache the report for sharing. My detailed issue as following:
    - Created a Formula Field named TOTAL AMOUNT that calculated the complex expression. This TOTAL AMOUNT is dynamic based on group and variables.
    - I would like to store that value from TOTAL AMOUNT and pass it to the stored procedure parameter IN.
    Any helps are much appreciated. Thanks.

    I doubt that this is possible since it would only calculate this value once the report has data.  This sounds more like a report design question that should be asked over [here|SAP Crystal Reports;

  • An incorrect default value of account assignment group in sales order

    I created a new sales order; however, the default value for account assignment group is not the same value maintained in customer master.
    Any idea how could this happen?

    have you checked user exit MV45AFZZ? Maybe there is a coding inside, changing the default value when creating a new sales order.
    regards
    Ralf

  • FSG showing Account description instead of value and description

    Hi ,
    I am getting rows without Account Values in an FSG that I created - it has 27 columns. I had specifically created a row order with Value and Description for the Account Segment with all other segments having width zero. When I run this FSG I only get the Description and not the values. I tried everything from increasing the width of the column and also removing the row order but it still shows only the description. I also tried with a row order with Value only for the Account Segment but even then it shows only the Account description. I have no idea what is causing it? Can you tell me how to fix it?
    Thanks,
    Arun

    Can you post the query for which the bind variable values are not being shown and the trace output for the same?
    Probably it is listed down somewhere when you actually executed the query among the others. Try completely analyzing your trace file..

  • Planni values at cost element group level instead of at cost element level

    Is it possible to plan values at cost element group level instead of at cost element level in BI?
    Similary I have another question for financial statements.
    Is it possible to plan values at financial statement level instead of at G/ in BPS or SEM?
    Thanks

    Hi.
    It depends on what you mean "cost element group".
    If you mean node (not leaf) in hierarchy so the answer is NO.
    If cost element group is regular characteristic so the answer is YES.
    Regards.

  • Plannig values at cost element group level instead of at cost element lev

    Is it possible to plan values at cost element group level instead of at cost element level in BPS or SEM?
    Similary I have another question for financial statements.
    Is it possible to plan values at financial statement level instead of at G/ in BPS or SEM?
    Thanks

    You mean that I am on the wrong forum. Which forum is useful  for me for this question?
    Thanks

  • Value category description not appearing in PM WO

    Gurus,
    On the cost overview tab of a PM work order, one of the value category description isn't appearing like the others. I thought it was a translation problem but am logged in EN and all descriptions are entered in this language (OIK1).
    Any clues ?
    Cheers
    Olivier

    There are actually 2 problems:
    -> Value category DESCRIPTION linked to stock materials GL account does not appear in cost overview tab as mentioned before.
    -> Value category line linked to internal maintenance GL account does not appear AT ALL in cost overview.
    Although, when i launched the report planned/actual everything is there.
    Matt -> Where can i check about the value category being assigned to a specific currency ?
    Murray -> was actually a problem earlier with a one of the GL accounts assigned to a value category (the one for internal services). It wasn't created on the controlling area i work with. I created it, runned OIVC again and now all traffic lights are green but my value category  doesn't appear AT ALL in the WO cost overview.
    Thanks for your help

  • How to Get ZERO and Non-ZERO Values in rowcount using Group by?

    Dear All,
    How can I get Non-ZERO and ZERO row count values in SQL using Group by? I can get non-zero values but when I want NULL should be returned to non-zero values it is ignoring ZERO values in output?
    Any hint?
    Thanks
    GQ

    Hi,
    Something like
    select count(case col
                    when 0
                    then 1
                  end) zero_count,
           count(case nvl(col,1)
                    when 0
                    then null
                    else 1
                  end) nonzero_countRegards
    Peter

  • Where can I find the value category description

    I need the the value category description as well as the value category.  Value category I found on table PMCO-ACPOS.  do you know where the description would be held?

    You can find in the table TPIR2-KTEXT.
    Regards,
    Elza

  • Suppressing a line if the sum of a value = 0 in a group footer

    How do i suppress a line if the sum of a value = 0 in a group footer
    I have tried this this formula in the section expert - Sum ({RM_INV.QUANTITY}) = 0
    will not work.

    Hi Dana, 
    The sum function needs to include the group you have your total in like: 
    Sum ({table.FIELD1}, {RM_INV.QUANTITY}) = 0
    {table.FIELD1} would be the field you are grouping on.  Your formula was summing the grand total for RM_INV.QUANTITY. 
    Thanks,
    Brian

  • Pruchase org value based on purchase group?

    Hi,
    I need to find out  Immidiate next level of Purchase ORG value based on
    Purchase group.
    Is there any tables? or function module?
    Please let me know .
    Thanks in advance.

    Hi,
        Please explain what do you want to do exactly..you are saying "I need to find Purchase ORG value based on Purhcase org, does any one can help.".!!!
       The FM "BBP_OM_DETERMINE_RESP_PGRP" gives you all the details for a Purchasing group i.e.the Purchasing Org to which it belongs to...You just need to pass the Purchasing Group details in IS_OBJECT..eg. O 50000077,then in ES_PURCH_DATA,You get the Pur ORG details.
    BR,
    Disha.
    Pls reward points for useful answers

Maybe you are looking for

  • Is there a debug mode for Presenter SWF published to a custom LMS?

    I've implemented a simple LMS interface (API_1484_11) in JavaScript on the page that loads the SWF generated by Presenter. The SWF is playing fine, and it appears to call the API_1484_11.Initialize() method, but then doesn't call any of my Commit(),

  • Reduce file size in imovie

    Hey, I'm wondering how I can reduce the file size in movie without losing the quality. I have a 1280x720 video that's at 900mb right now, but I'm trying to get it down to 400mb. I got it down using the Export using Quicktime >> played with settings b

  • Solution for BI Source Pkg - ABAP Coding

    Hi My requirement is to have those records with material/vendor combination having last 3 transactions. In my Source Package i have lot of fields including following: 1) Material 2) Vendor 3) Trx Date i have used: Sort source_package in descending or

  • Ae cc trial in creative cloud

    ae cc trial is in creative cloud but not in appl.folder..

  • I can't sign out of icloud from my iphone

    I keep trying to sign out of icloud from my iphone 5S, bc none of my apps are syncing anymore. I though I could trigger Notes and Calendar to begin working again if I singed out and then signed back in?  But when I tap sign out, it asks if I want to