Smart Display report list of members of level 0 as [Parent]. [Child] instead of just kid

All,

I'm having a problem with a report created in Smart View which worked perfectly last week in 11.1.2.2 but am now having problems with in 11.1.2.3.  What is happening now is the level 0 children demonstrate them as [Parent]. [Child] instead of a child.  Please see below for more details.

The original report has listed as members:

CC010000877920 TtlOperExp CostOfGoodsSold

CC010000301300 TtlOperExp TtlOpEx

When I get the report now, members are listed as:

[Another Divex - gross]. [CC010000877920]     TtlOperExp CostOfGoodsSold

[Another Divex - gross]. [CC010000301300]     TtlOperExp TtlOpEx

where other Divex - Gross is the parent.

I don't find in Smart View or EPMA settings where can be found in this setting.

Important notes:

  • When you are connected to the EPMA 11.1.2.2 Essbase database created originally
  • Now connected to the EPMA 11.1.2.3 Essbase data base
  • Does not occur when it is connected to the 11.1.2.2 database
  • When we have recreated from scratch in Excel report, the behavior is the same
  • Does not happen with HFM by operating a similar report (based on versions version)
  • The repeated member option is not set in Smart View
  • When I choose to run the report with the selection of the member name and description, the parent does not appear on the Member's name (we want only the report to display the member name, not the alias)
  • Connected to Excel 2010
  • Smart View version is 11.1.2.3.000 (Build 157)

Any kind of help, you can provide would be appreciated!

Sarah

Checkbox Oracle - Hyperion... Labs: Smart View issues with another hierarchy - Surprises in the fifth part of Essbase

It is intended to be fixed in Essbase Patch 11.1.2.2.104

Hyperion Essbase Server Patch Update Set 11.1.2.3.001 solves this problem for 11.1.2.3

Number of defects:

16731679, 16688700, 16688752, 16731662, 16688752

Default / / Desc:

Alias for shared members is not displayed when the alias is the default.

Concerning

Celvin

http://www.orahyplabs.com

Tags: Business Intelligence

Similar Questions

  • Returns the members of level 0 in financial reports

    Hello

    How can I return the members of level 0 under a member given in financial reports?

    For example. I want to return a list of the main hierarchy of the Capex projects. (exclude the alternate hierarchy)

    See you soon

    Hello
    You should combine two criteria of selection with the "AND" operator
    (Low level of dimension) AND (the descendants of the selected member)

    See you soon,.
    Alp

  • MDX function to return the descendants of level 0 for a list of members to ASO

    Hi all

    I'm having trouble writing MDX query to generate a list of the members of the level 0 members in a cube ASO. For the generation of the members of level 0 from a member of the same cube, I used DESCENDANTS([XXXXXX],10,LEAVES), but the problem using DESCENDANTS is that it can take only one member as a parameter. I'm looking for is an equivalent of @ILDESCENDANTS (from BSO) at ASO?

    Would appreciate any help.

    Thank you

    You can do this with Generate and Descendants.  It is similar to @EXPAND in OSB - take all members (tuples technically, but whatever) in a value and apply a second set-based operation.

    For example:

    {} SELECT ON COLUMNS.

    Generate ({[100], [200]}, Descendants ([Product].) CurrentMember, [Product]. Levels (0), SELF)) ON the LINES

    OF Sample.Basic;

  • Any idea which function Essbase or a combination of function can be used to get the level zero members of a list of members.

    Any idea which function Essbase or a combination of function can be used to get the level zero members of a list of members. I know that @RELATIVE or @DESCENDANTS cannot be used.

    If you want to fix on all level 0 members in a member set, then maybe @ILDESCENDANTS will work for you.  Something like: @ILDESCENDANTS (@LIST (members), 0)

  • How to display the list of components in ultiboard 10?

    The DRC report the errors where the components that are no longer in the design have been removed. How to display the list component and then remove them from the netlist to stop this?

    Ultiboard reported missing errors of component (part 'X' is not about design) because the part is always referenced by a net. To fix this, you must remove the part of the net. Following the steps below to remove the part form the net.

    1 tools > Netlist Editor

    2. for each network that the part has been connected to, select the Net (upper-left).

    3. Select the tab of pine trees, select the part and it is the PIN in the dialog box, then click on remove

    The problem is when the part is removed, I see no easy way to determine the threads you need to remove the part of. I entered this as a feature request to make this easier, but as a workaround, you can put part and say Ultiboard what the missing part, then search the net names on the pins and remove the part of these pins

    1 place a piece with a lot of pine trees (for example the part that was removed, or for example through Hole technology > Connectors > SIL & headers > HEADER2X9). When you place the part, make sure that the RefDes matches the RefDes of the part which has been removed.

    2. once the room is placed, you should see rats nest lines that connect the part to the nets.

    3 Zoom on the pins. You should now see the net name on each of the axes. For each of the pins connected, remove it from the net as described above.

    4. remove the part that you placed.

  • How to select the members of level 0 for a specific parent under a Dimension

    Hi friends

    I'm working on a report, I have to select all members of level 0 for a specific parent under a dimension. I can't go to the descendants because I need only level 0.

    Please suggest

    Thank you

    Use @DESCENDANTS and level 0.

    After the selection
    In the Select Members dialog box, click inside the selected area, and then click Advanced
    Use AND to combine the two.

  • Apex 4 - saved reports list query

    Hello

    Y at - it Application view Express, or any other method, which will allow me to query a list of saved reports (primary, Public and private) for an interactive report.

    We want to be able to display a list of saved reports, possible combining lists multiple pages of IR, overflowing the list field drop-down report stored in the IR search bar.

    APEX_APPLICATION_PAGE_IR view allows us to lists IR and will show counties of reports saved in wwv_flow_worksheet_rpts but it doesn't seem to be a point of view that we ask wwv_flow_worksheet_rpts to find saved reports.

    Or am I missing something?

    Thank you
    Martin

    APEX_APPLICATION_PAGE_IR_RPT is the name of the view.
    You can query for a list of IRs.

  • Dynamic list of members for Dimension of accounts

    Does anyone know if there is a way to create a dynamic list of members for members of a particular parent account basis? I know it is possible for entities, but it seems that it is not for the accounts. Appreciate all the guidance that can be offered.

    If HS. Dimension = 'account' then
    If HS. MemberListID = 1 Then
    aLi HS =. Account.List("","")
    For i = Lbound (aLi) to Ubound (aLi)
    If UCASE (Left (Trim (aLi (i)), 2)) = "CF" then
    HS. AddMemberToList aLi (i)
    End If
    Next
    End If
    End If

    I use this code to create a list of dynamic members for all base level cash flow account (my account have a CF prefix), you can change it according to your needs. This is part of the EnumMembersInList subroutine.

  • How to display a list of recorded songs in music Apple without subscription

    Is it possible to display a list of all the songs that you have saved on music apple without a subscription? I don't want to listen, I just want to see all the songs I had saved without resubscribing.

    Try this support article > Add music from the Apple catalog music in your library - Apple Support

  • the space in the center of the display calendar top of the real calendar no longer displays a list filtered in several events.

    the space in the center of the calendar view top of the real calendar that is used to display a list filtered in several events. This list is now missing. How can I get that back?

    Finally, I noticed a menu item "events and tasks > find Events" with no shortcuts like Ctrl-F, which I tried. That fixed it.

  • left-click on the icon of firefox in the taskbar displays a list of all open tabs. Windows 7 - Solution

    I used to have an application icon on the taskbar of Windows 7 and it will give the list the number of open windows if I have left until it clicks. But the icon of Firefox seems to have lots of windows open, except that each entry is a different tab in the single window, I opened...

    'Zero' has a question archived in the same sense in which he got a response, and I tried to find the "was this answer useful?" to add a yes vote for her, but cannot vote on things in archive...

    So I write a similar question with the answer that I have found useful.

    SOLUTION
    In tools > Options, open the "Tabs" tab: uncheck the box prΘvisualisation, "Show tab in the Windows task bar."

    In my case, immediately displays taskbar icon an entry by the window open, bearing the title of the currently opened tab. Zero had to restart Firefox to see its new configuration to take effect.

    Now, if I opened another window in Firefox, the Firefox icon displays a list of open windows. He cut down the mess!

    Zero was running Windows 7 and Firefox 22, I'm 34 of Firefox.

    Edited to remove [b] for "BOLD".

    SOLUTION

    In tools > Options, open the "Tabs" tab: uncheck the box prΘvisualisation, "Show tab in the Windows task bar."

  • How to change the fonts used to display the list of emails on the homepage?

    Looking at my Inbox or other e-mail folder, the font used to display the list of emails in folders - gives me a headache.

    How can I change this font? Is there an add-on? Something in their profile?

    Ideally, I would like to change the background color of white also. (Perhaps the color on this page where I ask the question. "It's easy to read, the font and the color!)

    I've been a programmer in a past life, so I'm tech abreast. I am new to use Thunderbird (I used FF for several years.)

    Thank you!!

    Yes, to change the font, you can use this addon:

    Also, try to use themes:

  • left-click on the icon of firefox in the taskbar displays a list of all the tabs. How to open just to the last tab?

    I use the tab grouping feature a lot. It means that I have 100s of tabs open at any time.

    The problem: once a switch between tab groups, the Firefox icon in the task bar changes in what looks like multiple echoes of the Firefox icon. I guess this is supposed to represent several groups of tabs.

    Before the 20th of Firefox might click on the Firefox icon in the taskbar, and would come to the top and show the last tab, I worked on Firefox.

    Since Firefox 20 a left click on the Firefox icon in the task bar now displays a list of the 28 tab + seemingly random tabs. Many of them said only: "Mozilla Firefox" instead of the site represented by this tab (because the tab has not been accessed recently).

    To open Firefox to the last tab, that I worked on is now a real chore. I now have to choose one of these tabs 28 + (which is 99% of the time the tab bad), then switch to the Group of the appropriate tab and then find the tab I've worked on. It usually takes 5-10 clicks to get back to where I was before I've minimized Firefox, or before that Firefox has lost focus. (In the past I could simply click on the Firefox in the taskbar, and restored Firefox icon where I left last.)

    How can I disable the list that is displayed when a left click or move the mouse over the Firefox icon in the taskbar? I would like the ability to minimize/restore Firefox by clicking on the Firefox icon in the taskbar, as it was in the past, do not get a choice of random tabs.

    I think that I thought about it. Under OPTIONS > OPTIONS > TAB, uncheck the box for "Show glimpses of tab in the Windows task bar" and then click OK

  • Save dialog box under does not display the list of files

    Terminal Server R2 of 2012.  Dialog box "Save as" for a user does not display the list of files.  The address bar shows the way, there is a form for the file name box, and the user can save the file successfully.  But the space that would show the files in the selected directory is empty.  There is no form for the list of files box, it's just the grey box dialog box space - that is to say, it is not that it looks like an empty folder, there is simply no display form box.

    The 'Open' dialog box appears normal, showing the list of files in the selected folder.

    I had the user close the session on the Terminal Server and access it from another PC, even if I was not expecting to make a difference, and it didn't.  I have also connected on myself and has not experienced the same problem.  So it seems to be user-specific.

    What a setting, the user has selected by mistake, or a mistake any?

    Thanks for any help.

    Hello

    Post your question in the TechNet Server Forums, as your question kindly is beyond the scope of these Forums.

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/home?category=WindowsServer

    See you soon.

  • Acer DA220HQL Smart Display

    I use my with my desktop which is running Windows 8.1 Professional 32 bit does not touch. Touch works very well in mode Android. How can I correct this works with Windows as a touchscreen?

    To use the DA220HQL Android Smart Display as a touch screen with Windows, plug the Smart Android screen to your PC via an HDMI cable and the included USB cable.

Maybe you are looking for