Display "group name" values and their average formulas (calculation of average age) on a single line or row

<p>I have four groupings, Domain, Area, Priority (3rd level of grrouoping) and then Problem ID. Priority group could have values such as &#39;1&#39;, &#39;2&#39;, &#39;3&#39;, &#39;4&#39; and &#39;5&#39; with corresponding "average" age formula on these group level. values.</p><p>Example:  1         Avg Age= 30</p><p>               2         Avg Age= 45</p><p>               3         Avg Age= 69</p><p>Reguirement:  Display group name values and their corresponding average formula on a single line/row.</p><p>Sample Solution:   Priority 1 = 30, Priority 2 = 45, Priority 3 = 69 </p><p> ***solution above should be displayed/concatenated on one line.</p><p>Your help is greatly appreciated, thank you in advance.</p>

So right now - your report looks like this
GroupHeader 1
   GroupHeader 2
       Priority 1 = 50         (actual display of Group 3)
       Priority 2 = 75         (actual display of Group 3)
       Priority 3 = 45         (actual display of Group 3)
       Priority 4 = 9          (actual display of Group 3)
       Priority 5 = 8          (actual display of Group 3)
And you want to change that so that it displays horizontally.
If there will only ever be 5 priorities, I think I would cheat the system a bit.  Create a formula that runs at the group 3 level and dumps the values into 5 separate variables (formula below).
Then create 5 separate display formulas and put them in Group Footer 2 (if you already have a GF2 - then create a second one and move it above your current GF2).  Suppress the G3 section and you should be close to what you are after (unless you also have detail sections, then we'll need to revisit).
This could also be accomplished with a multi-column subreport at the G2 or G3 level if you need more flexibility.
formula *******
numbervar priority1;
numbervar priority2;
numbervar priority3;
numbervar priority4;
numbervar priority5;
if {DB.Priority} = 1 then priority1:= {@avgGroupPriorityAvgAge}
else if {DB.Priority} = 2 then priority2:= {@avgGroupPriorityAvgAge}
else if {DB.Priority} = 3 then priority3:= {@avgGroupPriorityAvgAge}
else if {DB.Priority} = 4 then priority4:= {@avgGroupPriorityAvgAge}
else if {DB.Priority} = 5 then priority5:= {@avgGroupPriorityAvgAge}

Similar Messages

  • How to display last name first and then first name last from one name column?

    I am trying to write a code which will display the last Name first then second name at last. For example;
    If the value of table column is: "John Decker Revora"
    I want to display "Revora, John Decker".
    I think I will first look for the gap in between the name and from last gap i will pick up the value and then concathenate with rest of the name.
    If u have any advice please reply ASAP with some examples.
    Thanks

    You need to do this in the query, using the instr and substr functions. Search the documentation for info on these functions. As a startpoint, I'll copy here an example from Kevin Loney's Oracle 8i The Complete Reference that does the opposite... you can adjust this to your needs:
    select Author, SUBSTR(Author, INSTR(Author,',')+2) &#0124; &#0124;' '&#0124; &#0124; SUBSTR(Author, INSTR(Author,',')-1) ByFirstName
    from Magazine

  • How To Display Group Name

    Hi all,
    I have a Report Where i My Grouping is Based on The Group Name Eg: - I want to Group All the Employee In Dept Accounts,
    Formate OF my Report is
    Dept Name:- Accounts
    Slno |  Name |  Token Number |   Basic |   D.a |  Hra  |  Total    |
    1      | A        |001                   |12         | 5.5   |  5.5   | 24        |
    2      | B        |002                   |10         |4.5    |4.5     |20         |
    <br>
    Dept Total :-                           | 22        |10     |10      |44         |
    <br>
    Dept Name :- Sales
    3      |C         |003                   |12         |5.5     |5.5   | 24         |
    4      |D         |004                   |10         |4.5     |4.5   |20          |
    <br>
    Dept Total :-                           | 22        |10     |10      |44         |
    <br>
    Grand Total :-                          44         |20      |20    |88          |
    How do i  Give the Dept Name and Dept Wise total Can any one Please tell
    My Employee table and Dept Table is differnt Am linking these Table to get the output,
    Thanks ,
    Vanishree.B

    Morning Vani,
    If I understood your question right, can't you try something like this on your grouping?
    if {Group A} then
    totext("Sales")
    else
    {Group A}
    Regards
    Jehanzeb

  • I need a Vietnamese keyboard. Recommendations? A keyboard that officially works with iPad and displays all the characters and their accent marks for typing.

    Where do I find an excellent and reliable Vietnamese keyboard for new iPad? A keyboard that displays all the characters and the accent marks so typing can be easily accomplished. The iPad keyboard selection for Vietnamese really only seems to change the Return key to the Vietnamese language. iPad is sold all over the world....my interest is Viet Nam.....the full keyboard.

    Thanks.....my Vietnamese expert spouse says this tip will work just fine.  I was not aware of the hold down function. Slow typing but accomplishes the objective native on the iPad.
    You are correct.....most Apps that I find seem to be based only on a copy/paste method of input.
    You solved the problem.

  • Group characteristic values and display text

    Hello,
    I would like to group some characteristics into a new variable. For this I've used structures without any problem. Now I would like to display the characteristic texts I've grouped.
    For exemple I would like:
    Group1...Text1
    .............Text2
    .............Text3
    Group2...Text4
    .............Text5
    When I add into my row selection texts I get as results a repetition of all texts inside all groups, even if I don't have any value:
    Group1...Text1
    .............Text2
    .............Text3
    .............Text4
    .............Text5
    Group2...Text1
    .............Text2
    .............Text3
    .............Text4
    .............Text5
    Can someone help me?
    Thanks,
    Benoit

    Hi, Have you done Zero suppress, it will automatically take care of this.
    Now logic behind why query behave like this.
    Here you have created a structure on Text , so Structure is Fix Component of Query. Now while you put Group Before this, it means you are drill down query on Groups, at that time after every group, Fixed structure will repeat. Just think How query knows which part of structure is attached with which group?

  • Query to display the user's and their group's

    Hi ---Is there a way to list the user and the roles that were assigned to them by running a query on the Data base? also can we configure development obiee environment to use prod security so that if removed from prod, will also be removed form dev?

    user007009 wrote:
    Hi ---- my bad. version is 11g and currently not using WLS LDAP but through LDAP server(AD) configured in Web logic console.
    Also regarding not possible if using WLS Ldap.
    Where does these user data gets saved then?? xml?,database table?, ff?.. or was it mentioned in the oracle documentation that we can't get the info??..please throw some light..
    any idea on what actually is the source for the page security>realms>users and groups? ... they might be saving it some where and i am having hard time finding it in the Oracle Documentation as well.I suggest you read this : http://docs.oracle.com/cd/E23943_01/core.1111/e10043/introroles.htm
    And https://blogs.oracle.com/robreynolds/entry/security_in_obiee_11g_part_1 to know more about Security. The default users would be in identity store.
    If you want to get the list of WLS users and WLS groups then have a look at : http://mverzijl.wordpress.com/2012/08/23/weblogic-wlst-get-users-and-groups/
    Coming to your original questions .. To get the list of AD users and AD groups not Roles two different things, may be you can try
    http://social.technet.microsoft.com/wiki/contents/articles/2195.active-directory-dsquery-commands.aspx or use some LDAP browser .
    SVS

  • How can I display Group By-Value in the Bex Report

    I have a report values looks like below,
    Month         BALANCE
    04/2005         $ 188.00
    11/2005         $ 188.00
    11/2005         $ 180.00
    12/2005         $ 194.00
    12/2005         $ 196.00
    01/2006         $ 182.00
    01/2006         $ 376.00
    02/2006         $ 184.00
    02/2006         $ 192.00
    I am expecting the results
    Month         BALANCE
    04/2005         $ 188.00
    11/2005         $ 368.00
    12/2005         $ 390.00
    01/2006         $ 558.00
    02/2006         $ 376.00
    Group by Month .(not a result value)
    Please advise on this.
    Advance Thanks

    Rows  - Calendar Year/Month
    Keyfigure Structure in the Column
    The below fields are in the column
    BALANCE
    No.Of .Days
    0-30 days
    31-60 days
    Still I am getting the value
    04/2005           $ 94.00
    11/2005          $ 94.00
              $ 90.00
    12/2005          $ 97.00
              $ 98.00
    01/2006          $ 91.00
              $ 188.00
    02/2006          $ 92.00
              $ 96.00
    Balance needs to Sum /group according to the date value.
    01/2006 has value 91 and 188.I am expecting 279 .
    Please provide some tips.Thanks for help.

  • How do you copy just the value and not the formula in Numbers?

    I want to copy the value of a cell and not the under lying formula and paste that value into another cell in the same spreadsheet.  I'm sure it's easy but don't see how.

    Do Shift Command + V
    or from Edit menu select Paste Formula Results

  • ADFS - SmartLinks - Is there a list of all 'LoginOptions' values and their meaning

    I am crafting a smartlink for ADFS signin to SharePoint online (MySite).
    I can find details on LoginOptions = 1 (Keep me signed in) and = 3 (Don't), but specifically
    What does value = 2 mean?
    and are there any others?
    Boz

    I would recommend asking them here: http://community.office365.com/en-us/f/613.aspx
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Display Dataset field Value in the footer based on the Group

    Hi Guys,
    My current SSRS report is displaying multiple projects data. One Project data is rendering into 1 or 2 pages based on the project specific data.
    Now, the requirement here is to display the "ProjectName" in the footer of the SSRS report in below format. For instance, if project A data is rendering in 2 pages then the footer in two pages should display project Name A and in the
    third page it shows display the Project Name b in the footer of the report.
    ProjectName [Insert Reporting Month]                                                                                                Page
    # of #
    Has anyone come across such requirement. Thanks.
    Warm Regards Badal Ratra

    Hi Badal,
    In SQL Server Reporting Services (SSRS), we cannot use the “Project” filed without specifying a dataset aggregate in page footer. However, we can display the item value in the page footer. Please refer to the following steps:
    Add a list in the report. Configure this list with the corresponding dataset.
    Configure the list “Group on:” ProjectName.
    Add the tablix in the list, add page break “Between each instance of a group” of the list.
    Add a text box (TextBox1) with expression below:
    =Fields!ProjectName.Valu
    Set the visibility of the text box to Hide.
    Add a text box in the page footer fill with following expression:
    =ReportItems!TextBox1.Value
    If you have any questions, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • How to make a group name appear as the group name and not "Undisclosed Reci

    About Group Names:
    I made a group of about 15 people. I named that group “BASEBALLERS." I have another group that I labeled ”BASKETBALLERS." When I want to send info that pertains to both, I type out each group name and they both appear in the “To:” field with those names I created.
    However, when I receive copies of this email, the group names BASEBALLERS and BASKETBALLERS gets changed to boring old ”Undisclosed Recipients.“
    Is it possible for everyone to receive my emails and see the two group names instead of ”Undisclosed recipients“?
    Thank you. According to the Help Menu in Mail, it should be possible. Or does it have to do with individual ISPs?
    -Lorna in Southern California
    http://web.mac.com/lorna6

    Hi DazFaz,
    true, but with an array with length of 1 rounding down
    prevents an index
    out of range error.
    In you original code you 'round down' by multiplying by the
    length of
    the array -1 while I round down with Math.floor (and multiply
    by the
    actual length of the array).
    Is there a difference in result?
    The code below can yield 1 while the array may just be 1 item
    long:
    var arrayLength:Number = 1;
    var rnd:Number = Math.random() * arrayLength;
    var rndV1 = Math.floor(rnd);// Rounds ONLY down to the
    nearest integer
    var rndV2 = Math.round(rnd);// rounds up OR down to the
    nearest integer
    trace(rnd + "\t" + rndV1 + "\t" + rndV2);
    so either decrement the length or floor the number. Same
    difference (No?)
    I love puzzels :)
    DazFaz wrote:
    > Hi Manno Bult.
    >
    > The problem with user Math.floor is that it only moves
    in one direction and
    > that is down to an integer.
    > With Math.round ir rounds off the number to the nearest
    integer.
    >
    > If you run the code I have modified from yours, you will
    see what I mean. You
    > will notice that rndV1 always stays at 0 yet rndV2 will
    deviate from 0 to 1.
    > Making it a more accurate way of finding a true random
    number.
    >
    > var rnd:Number = Math.random();
    > var rndV1 = Math.floor(rnd);// Rounds ONLY down to the
    nearest integer
    > var rndV2 = Math.round(rnd);// rounds up OR down to the
    nearest integer
    >
    > trace(rnd + "\t" + rndV1 + "\t" + rndV2);
    >
    Manno Bult
    [email protected]

  • HT204150 I somehow have about 100 group name in my contacts and I want to highlight and delete them all, there is nothing in them , I don't know how they got there but with iCloud they are on all devices

    IN my contacts under groups, i have about 100 Group names listed and they are empty, I never created them and they are in all our devices, is there a way to delete them without doing one at a time?

    No way to get rid of them at all?  Or are you saying I have to do it one by one?  Thank you

  • Currently running process name list and local port list display using java

    HI
    I have for truble to display Process name list and that process running local port number...
    like this output from java
    process localport
    ======= ========
    ccApp 1096
    orbd 1050
    postmaster 5432
    skype 443
    MSTask 1051
    can help any one with sample code Explain sample code wtih , this thread or . if you found sample code please send me [email protected]
    Best Regards
    P.SASIKUMAR

    If it's possible for C++ ,. can you give me the best sample and how to interact to java todisplay this result....

  • X axis labels for custom group names

    I have a report with one group.  That group has a customized group name field, and the group name is a formula.  When I display the group name in the data section of the report, it displays according to the formula.
    I now need to chart two pieces of data - Primary # of Sales and Secondary # of Sales - for that group so I can compare the two # of sales.  If I make a chart for the Primary # of Sales, and go to the group tab in the Chart Expert and specify "on change of Group By Value (my grouping), show the sum of the Primary # of Sales", the chart displays as desired, and I see the custom group name (formula) as the X axis label.
    But if I go to the Advanced Layout on the Data tab of the Chart expert and specify the Sum of Primary # of Sales AND Sum of Secondary # of Sales in the Show Values section, the X axis label no longer shows the custom group name; it shows the group value.
    Any ideas for how to get it to show the custom group name when I chart two fields of data?
    Thanks in advance!

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Not to display the null values from data base

    Hiiii.
    In a jsp file i have ten check boxes.The jsp file is mapped to a servlet file for parameter requesting and to
    store it in DB.
    The unchecked box values has null values.All the values are store in a Mysql DB table.
    Again i have to display it in a jsp page from table.
    The problem am facing was,how can i display only the values in a row.it must not display the null values and the crresponding column name.
    Or any other way is their like below
    How i can retrieve only the selected check boxes from tht jsp file.and store in backend.
    Thanks in Advance
    regards,
    satheesh kannan

    Here is a rough example that may give you some ideas:
    On the JSP page:
    <%if(myData.getFirstName()!=null){%>
    Your First Name'
    <input type="text" name="firstName" value="<%=myData.getFirstName()%>">
    <%}%>
    In the servlet:
    String firstName= request.getParameter("firstName");
    if(firstName!=null){
    //write it to the database
    }

Maybe you are looking for

  • How do i add a video in a PDF from an URL

    My dilemma: Creating an Interactive PDF using java and I would like to add various streaming video's throughout the pdf from url.  I would like them to run within the pdf.  I would like people to be able to play them, and then play them again if they

  • Why won't photoshop DL?

    I have the following subscription: Creative Cloud Student and Teacher Edition (one-year) Can anyone provide a link describing this subscription. I tried to cancel it last year and simply resubscribe when I needed the products, but the help line told

  • How do I do to upgrade my mac mini4.1 mid 2010

    I HAVE A MAC MINI 4.1 MID 2010 with 2 GB MEMORY AND 2.4 GHZ CORE 2 DUO, WITH OS MAVERICK AND HAS BECOME TOO SLOW, only use to read emails and use excel

  • I am using iphone 5 one corner of the screen has bulged its started to come out from place

    Dear Sir, I am using iphone5 Presently one corner of the screen bulged. It has started to come out. Regards M.K.Nazar +****** <Personal Information Edited by Host>

  • Icloud account not verified

    I set up a new apple id and it was verified by itunes, but my icloud says it is not a verified id.